Hi,

On Fri, Jan 23, 2009 at 6:33 AM, Mark Kenna
<[email protected]> wrote:
> As per my previous post, I am refining the question to this:
>
> Is it possible to setup an AVFormatContext for use with streaming media
> (i.e. Not on a file) and if so, how?

Of course. Just open the stream URI as per av_open_input_file/stream()
and use a URI instead of a filename (e.g. http://x.y.z/file.mp3 or
rtsp://server.com/stream.mp3). See ffplay also.

Ronald
_______________________________________________
libav-user mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/libav-user

Reply via email to