[FFmpeg-devel] [PATCH] SHOUTcast HTTP Support
Ronald S. Bultje
rsbultje
Fri Mar 5 17:01:33 CET 2010
Hi,
On Fri, Mar 5, 2010 at 10:54 AM, Michael Niedermayer <michaelni at gmx.at> wrote:
> the way i understood it, is that the stream in there is actually
> not good mp3 but rather good mp3 cut at random unknown to us byte
> offset
I think what he has is the following MP3 stream:
end of frame X
full frame X+1
start of frame X+2
<icy data>
end of frame X+2
frame X+3
<icy data>
[etc.]
Which is indeed not detected as MP3. It isn't. It's icy. Cut out the
icy in the icy demuxer, probe with that and you've got...mp3!
(I might be wrong, but I coded an icy demuxer before and this is what
I remember from it.)
Ronald
More information about the ffmpeg-devel
mailing list