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
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