On 10/08/2012 11:39 AM, [email protected] wrote:
I'm trying to detect the amount of packet lost and so I'd like to print 
the RTP packet sequence number on the server and on the client.
Where 
can I find this information?

The problem is probably buffer sizes (that is, packets discarded because there is not enough room in the receiver buffer) rather than network packet loss (errors or congestion). Try to reduce your image size to e.g. 320x240 so that even I-coded images fit within a 64K buffer; if the UDP stream works then, that's your problem.

_______________________________________________
Libav-user mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/libav-user

Reply via email to