rtp-h263 FAQ

Originally committed as revision 9683 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Michael Niedermayer 2007-07-15 12:17:05 +00:00
parent fa67992dea
commit 8749180c3b
1 changed files with 8 additions and 0 deletions

View 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