[FFmpeg-devel] [PATCH] ICY metadata from HTTP streams
Ronald S. Bultje
rsbultje
Mon Dec 28 16:07:24 CET 2009
Hi,
On Mon, Dec 28, 2009 at 2:13 AM, Tamas Selmeci <tselmeci at open-st.eu> wrote:
> No one is interested in this patch (originally sent on 23-Dec-2009) or
> has simply forgotten to review due to more important issues?
It seems like a wrong solution. What if Ogg is sent over HTTP? Or MP4? Law?
Tags in the protocol stream (e.g. HTTP) instead of "muxing format"
(avi, mp3, ..) should be implemented as such. E.g. you could consider
adding a "icy demuxer" or so, or expanding the URLContext to somehow
contain a metadata struct itself (the new metadata system should allow
this), so that the AVFormatContext can then copy it if wanted (I like
this version).
Ronald
More information about the ffmpeg-devel
mailing list