Hi Mike,

On Sun, Sep 12, 2010 at 8:55 PM, Mike Edenfield <[email protected]> wrote:
> Just to make sure I'm not missing something obvious: In order to use
> ff_http_set_headers, I can no longer call av_open_input_file.  I'll have to
> replicate that method locally instead, to get the custom headers set where
> they need to be.  It appears I need to do something like this:
>
> url_alloc()
> ff_http_set_headers()
> url_connect()
> url_fdopen()
> ff_probe_input_buffer()
> av_open_input_stream()
>
> Does that look about right?

The first three are what you use instead of urlopen(), the rest looks
about right but I'm not 110% sure. I'll let someone else correct me if
I overlooked something.

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

Reply via email to