rtp-h263 FAQ
authorMichael Niedermayer <michaelni@gmx.at>
Sun, 15 Jul 2007 12:17:05 +0000 (12:17 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Sun, 15 Jul 2007 12:17:05 +0000 (12:17 +0000)
Originally committed as revision 9683 to svn://svn.ffmpeg.org/ffmpeg/trunk

doc/faq.texi

index dd62f65..01db96e 100644 (file)
@@ -419,4 +419,12 @@ see @url{http://www.iversenit.dk/dev/ffmpeg-headers/}
 
 see @url{http://svn.mplayerhq.hu/michael/trunk/docs/}
 
+@section how do i feed rtp-h263 (and likely other rtp bastardizations of codecs) to libavcodec?
+
+Remove _ALL_ rtp trash and either feed the fragments through a AVParser and
+then into the decoder or merge the fragments yourself into proper frames and
+feed them into the decoder. Note! the payload of h263-rtp is is not valid
+h263 you at least have to merge the first and last bytes discarding rtp trash
+from them, possibly more.
+
 @bye