I’m working on patching libavformat in the RTP networking stack in order to be 
able to: 
a) get info on package loss and RTP Header Info
b) optimize and reduce package loss and error concealment

Some issues that have been mentioned by community members include:
- whether to use RTP but specify it use TCP for acknowledges and retransmission;
- since RTP uses numbering of packets, trying to implement a 
workaround/concurrent connection for requesting and receiving of lost packets 
using TCP;
- potential complications with dealing with buffering with vbr;
- how to best deal with latency while waiting for retransmitted packets (RFC 
4588)

If any community members are familiar with this and available to offer 
guidance, I'd greatly appreciate your help and am also willing to sponsor 
development of patch to libavformat.

Thanks -

SanJose_Kid
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to