diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2007-03-01 14:49:30 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2007-03-01 14:49:30 +0000 |
commit | b72ad0427e207def8cc997ef71041411f81f82be (patch) | |
tree | ee21187640145574172c27a4f503b7501124fc76 /doc/faq.texi | |
parent | 23b254fb5234f56503c2eb3e3347ab670ecc0eaa (diff) | |
download | ffmpeg-b72ad0427e207def8cc997ef71041411f81f82be.tar.gz |
decoding rtp
Originally committed as revision 8170 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc/faq.texi')
-rw-r--r-- | doc/faq.texi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/faq.texi b/doc/faq.texi index 71a5b9ea1b..b9088993d4 100644 --- a/doc/faq.texi +++ b/doc/faq.texi @@ -327,4 +327,11 @@ and libmpdemux/demux_lavf.c in MPlayer sources. The standard MSys bash (2.04) is broken. You need to install 2.05 or later. +@section I tried to pass rtp packets into a decoder, it doesnt work + +Of course not, you MUST strip ALL rtp headers and assemble valid packets +first, a mp3 decoder decodes mp3 packets not bastarized mp3 encapsulated in +rtp, the same applies to all decoders, this is not even ffmpeg or libavcodec +specific + @bye |