> 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. _______________________________________________ Libav-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/libav-user
