[Libav-user] Custom IO for streaming protocols

yoda_alex yoda_alex at yahoo.co.uk
Fri Jun 3 23:28:10 CEST 2011


> Couldn't you simply receive the RTP packet using your stack, remove the
> RTP header and pass the resulting data to av_write_frame? 

There are a number of things that the demuxer needs to do such as:
-  Put RTP packets in the correct order. 
-  Extract the H.264 (this is not simply a case of stripping the RTP header,
there packetization rules (defined in RFC3984).
-  Identify complete H.264 frames.

--
View this message in context: http://libav-users.943685.n4.nabble.com/Custom-IO-for-streaming-protocols-tp3570716p3572123.html
Sent from the libav-users mailing list archive at Nabble.com.


More information about the Libav-user mailing list