[FFmpeg-cvslog] r9683 - trunk/doc/faq.texi

michael subversion
Sun Jul 15 14:17:05 CEST 2007


Author: michael
Date: Sun Jul 15 14:17:05 2007
New Revision: 9683

Log:
rtp-h263 FAQ


Modified:
   trunk/doc/faq.texi

Modified: trunk/doc/faq.texi
==============================================================================
--- trunk/doc/faq.texi	(original)
+++ trunk/doc/faq.texi	Sun Jul 15 14:17:05 2007
@@ -419,4 +419,12 @@ see @url{http://www.iversenit.dk/dev/ffm
 
 see @url{http://svn.mplayerhq.hu/michael/trunk/docs/}
 
+ at 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




More information about the ffmpeg-cvslog mailing list