[Live-devel] questiones about the MultiFramedRTPSource::doGetNextFrame1()

2009-04-08 Thread Danny Cheng
Hi, I have questiones about the MultiFramedRTPSource::doGetNextFrame1() in MultiFramedRTPSource.cpp. In the codes bellow, what is the role of fNeedDelivery? Does it means that whether should the RTP Packets be delivered to fReorderingBuffer? What does " nextPacket->useCount() == 0 " means? Or what

[Live-devel] Correct use of 'select' to avoid packet loss in Linux+BSD; correct use of WSAGetLastError and codes

2009-04-08 Thread Bryan Moore
These patches are for: 1. Linux+BSD: Corrected usage of 'select ' to avoid packet loss 2. Windows: Better use of WSAGetLastError (instead of errno) Note: review to add #ifndef _WIN32_WCE if needed Explanation: 'select ': On Linux and FreeBSD and similar operating sy