Hi, On Sun, Sep 12, 2010 at 11:45 AM, Mike Edenfield <[email protected]> wrote: > I'm using avformat and avcodec to stream audio data from a media server over > HTTP. The server is expecting certain HTTP headers in the GET request, but > otherwise works like any other HTTP client.
Please look at ff_http_set_headers() in libavformat/http.h. This is currently private API so don't expect anything in terms of ABI/API stability, but it does what you want. Ronald _______________________________________________ libav-user mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/libav-user
