[FFmpeg-devel] [PATCH] Maintain HTTP options across multiple requests in HLS demuxer

Micah Galizia micahgalizia at gmail.com
Sat Jan 5 17:23:11 CET 2013


Hello,

After a discussion on IRC it was suggested that http add a cookies
option and hls broker the http options between different http
requests. Attached is a patch that does that.

The cookies are stored as the string value of the "Set-Cookie: " field
delimited by a newline when more than one set cookie field was sent.
Then when making a request, they are parsed and added to the header.

Thanks in advance!
--
"The mark of an immature man is that he wants to die nobly for a
cause, while the mark of the mature man is that he wants to live
humbly for one."   --W. Stekel
-------------- next part --------------
A non-text attachment was scrubbed...
Name: hls_http_options3.patch
Type: application/octet-stream
Size: 7910 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20130105/2273ff6d/attachment.obj>


More information about the ffmpeg-devel mailing list