/* This IPv4 example listens for incoming packets and automatically adds destinations for new sources. 这个例子主要是让大家了解下面3个函数的用法。 void OnNewSource(RTPSourceData *dat) void OnBYEPacket(RTPSourceData *dat) void OnRemoveSource(RTPSourceData *dat) 具体内容看我的测试文档吧。 例子的中文解释都由hanyuejun添加,有任何疑问请发hanyuejun2006@163.com */