Re: [FFmpeg-devel] [PATCH] store cookies returned in HLS key responses

2015-03-15 Thread Micah Galizia
Excellent, thank you -- patch to refactor that repeated free/opt_get/free code (it happens four times) will be submitted shortly... On Mon, Mar 16, 2015 at 12:00 PM, Michael Niedermayer wrote: > On Sun, Mar 15, 2015 at 10:00:38AM +1100, Micah Galizia wrote: >> Hello, >> >> Neulion has added Set-C

Re: [FFmpeg-devel] [PATCH] store cookies returned in HLS key responses

2015-03-15 Thread Michael Niedermayer
On Sun, Mar 15, 2015 at 10:00:38AM +1100, Micah Galizia wrote: > Hello, > > Neulion has added Set-Cookie fields in the response headers of their > HLS key files. Those cookie values must be echoed back in the next key > request or authentication on the subsequent key will fail. > > This fix will

[FFmpeg-devel] [PATCH] store cookies returned in HLS key responses

2015-03-14 Thread Micah Galizia
Hello, Neulion has added Set-Cookie fields in the response headers of their HLS key files. Those cookie values must be echoed back in the next key request or authentication on the subsequent key will fail. This fix will exacerbate the existing bug where the cookie field of ffmpeg requests keeps g