Re: [FFmpeg-devel] No header for avformat/hlsenc

2017-01-13 Thread Kamaldeep Tumkur
On Fri, Jan 13, 2017 at 4:51 PM, wm4 wrote: > On Fri, 13 Jan 2017 16:04:57 +0530 > Kamaldeep Tumkur wrote: > >> Thanks a lot for explaining this. I do see now that the needed >> metadata is being set on the HTTPContext struct in the http protocol >> file. For the ffmpeg.c app, AVFormatContext alo

Re: [FFmpeg-devel] No header for avformat/hlsenc

2017-01-13 Thread wm4
On Fri, 13 Jan 2017 16:04:57 +0530 Kamaldeep Tumkur wrote: > Thanks a lot for explaining this. I do see now that the needed > metadata is being set on the HTTPContext struct in the http protocol > file. For the ffmpeg.c app, AVFormatContext along with a few others > are the only accessible struct

Re: [FFmpeg-devel] No header for avformat/hlsenc

2017-01-13 Thread Kamaldeep Tumkur
Thanks a lot for explaining this. I do see now that the needed metadata is being set on the HTTPContext struct in the http protocol file. For the ffmpeg.c app, AVFormatContext along with a few others are the only accessible structs through the public headers. HTTPContext, HLSContext and others are

Re: [FFmpeg-devel] No header for avformat/hlsenc

2017-01-13 Thread wm4
On Fri, 13 Jan 2017 14:35:09 +0530 Kamaldeep Tumkur wrote: > Hi All, > > I am trying to use the HLSContext struct inside ffmpeg.c, in order to > have access to the context's send_buffer_size value. However, the > context struct is only defined inside hlsenc.c. > > Is there a specific reason for

[FFmpeg-devel] No header for avformat/hlsenc

2017-01-13 Thread Kamaldeep Tumkur
Hi All, I am trying to use the HLSContext struct inside ffmpeg.c, in order to have access to the context's send_buffer_size value. However, the context struct is only defined inside hlsenc.c. Is there a specific reason for hlsenc not to have a header file? Are there any other options I may be mis