[FFmpeg-devel] [PATCH] Realmedia / RTSP (RDT)

Ronald S. Bultje rsbultje
Thu Jan 3 15:34:43 CET 2008


Hi,

On Dec 29, 2007 7:43 PM, Michael Niedermayer <michaelni at gmx.at> wrote:

> Elaborate on the problem please, if its about selecting one stream of
> several
> options, see AVFormatContext.discard<http://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-devel>


Is there any example code of using this in a mms/rtp-like context (i.e. you
can select exactly only one of all options, not more)? I don't see it used
in ffplay.c, for example, and the mms patches aren't applied yet...

I guess the way this would work is that you set a AVStream flag implying
that a set of streams are part of the same, say, "family", and then you fill
in headers (specifying codec/bitrate/etc.), and then let ffplay select which
one to use using .discard, send that to the server and start playing, but
this doesn't appear to be used yet, so I guess some work in ffplay would be
needed also, right? Or did I miss something?

Ronald




More information about the ffmpeg-devel mailing list