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

Luca Abeni lucabe72
Tue Jul 17 11:51:30 CEST 2007


Hi Michael,

michael wrote:
[...]
> + 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.

Assuming I did not misunderstand this FAQ entry, maybe we can add some 
hints such as "read the relevant RFC", and "implement support for the 
codec in libavformat/rtp.c"...

If you agree, I'll send a patch for this entry tomorrow.


				Thanks,
					Luca




More information about the ffmpeg-cvslog mailing list