/*
This IPv4 example listens for incoming packets and automatically adds destinations
for new sources.
這個例子主要是讓大家了解下面3個函數(shù)的用法。
void OnNewSource(RTPSourceData *dat)
void OnBYEPacket(RTPSourceData *dat)
void OnRemoveSource(RTPSourceData *dat)
具體內(nèi)容看我的測試文檔吧。
例子的中文解釋都由hanyuejun添加,有任何疑問請發(fā)hanyuejun2006@163.com
*/