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
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
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
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
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