Re: [FFmpeg-devel] [PATCH] libavformat/webm_chunk: Option to specify HTTP header

2016-09-15 Thread Michael Niedermayer
On Thu, Sep 15, 2016 at 02:29:24PM -0700, Vignesh Venkatasubramanian wrote: > Add an option to specify HTTP header in the WebM Chunk Muxer (this > works the same way as the 'method' parameter in the HLS muxer). > > Signed-off-by: Vignesh Venkatasubramanian > --- >

Re: [FFmpeg-devel] [PATCH] libavformat/webm_chunk: Option to specify HTTP header

2016-09-15 Thread Vignesh Venkatasubramanian
On Wed, Sep 14, 2016 at 8:46 AM, Carl Eugen Hoyos wrote: > > 2016-09-13 22:12 GMT+02:00 Vignesh Venkatasubramanian > : > > Add an option to specify HTTP header in the WebM Chunk Muxer > > > (this works the same way as the 'method' parameter

[FFmpeg-devel] [PATCH] libavformat/webm_chunk: Option to specify HTTP header

2016-09-15 Thread Vignesh Venkatasubramanian
Add an option to specify HTTP header in the WebM Chunk Muxer (this works the same way as the 'method' parameter in the HLS muxer). Signed-off-by: Vignesh Venkatasubramanian --- libavformat/webm_chunk.c | 14 -- 1 file changed, 12 insertions(+), 2 deletions(-)

Re: [FFmpeg-devel] [PATCH] libavformat/webm_chunk: Option to specify HTTP header

2016-09-14 Thread Carl Eugen Hoyos
2016-09-13 22:12 GMT+02:00 Vignesh Venkatasubramanian : > Add an option to specify HTTP header in the WebM Chunk Muxer > (this works the same way as the 'method' parameter in the HLS muxer). If it is the same option, why does it have another name? (If the new

[FFmpeg-devel] [PATCH] libavformat/webm_chunk: Option to specify HTTP header

2016-09-13 Thread Vignesh Venkatasubramanian
Add an option to specify HTTP header in the WebM Chunk Muxer (this works the same way as the 'method' parameter in the HLS muxer). Signed-off-by: Vignesh Venkatasubramanian --- libavformat/webm_chunk.c | 14 -- 1 file changed, 12 insertions(+), 2 deletions(-)