Revision 8749180c
doc/faq.texi | ||
---|---|---|
419 | 419 |
|
420 | 420 |
see @url{http://svn.mplayerhq.hu/michael/trunk/docs/} |
421 | 421 |
|
422 |
@section how do i feed rtp-h263 (and likely other rtp bastardizations of codecs) to libavcodec? |
|
423 |
|
|
424 |
Remove _ALL_ rtp trash and either feed the fragments through a AVParser and |
|
425 |
then into the decoder or merge the fragments yourself into proper frames and |
|
426 |
feed them into the decoder. Note! the payload of h263-rtp is is not valid |
|
427 |
h263 you at least have to merge the first and last bytes discarding rtp trash |
|
428 |
from them, possibly more. |
|
429 |
|
|
422 | 430 |
@bye |
Also available in: Unified diff