Owh, sorry, just wanted to share a fix to my issue.
On 15/05/2016 15:50, Hendrik Leppkes wrote:
> On Sun, May 15, 2016 at 2:10 PM, wrote:
>> resend_headers seems to be only related to PAT/PMT stuff
>> Calling avformat_write_header multiple times do not seems that creepy to
>> me, because we are
On Sun, May 15, 2016 at 2:10 PM, wrote:
> resend_headers seems to be only related to PAT/PMT stuff
> Calling avformat_write_header multiple times do not seems that creepy to
> me, because we are handling multiples ts chunks (so, basically, multiple
> headers must be written)
>
> Pushing the 'syst
resend_headers seems to be only related to PAT/PMT stuff
Calling avformat_write_header multiple times do not seems that creepy to
me, because we are handling multiples ts chunks (so, basically, multiple
headers must be written)
Pushing the 'system_b' options to every mpegts chunks through
resend_h
On Mon, May 09, 2016 at 06:17:36PM +0200, Jack wrote:
> Signed-off-by: jack
> ---
> libavformat/hlsenc.c | 5 +
> 1 file changed, 5 insertions(+)
>
> diff --git a/libavformat/hlsenc.c b/libavformat/hlsenc.c
> index a9fa5d8..77712d0 100644
> --- a/libavformat/hlsenc.c
> +++ b/libavformat/hlse