Commit b72ad042 authored by Michael Niedermayer's avatar Michael Niedermayer

decoding rtp

Originally committed as revision 8170 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 23b254fb
......@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment