Re: [FFmpeg-devel] [PATCH] Push hls_ts_options to every chunks (fix #5525)

2016-05-19 Thread ffmpeg
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

Re: [FFmpeg-devel] [PATCH] Push hls_ts_options to every chunks (fix #5525)

2016-05-15 Thread Hendrik Leppkes
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

Re: [FFmpeg-devel] [PATCH] Push hls_ts_options to every chunks (fix #5525)

2016-05-15 Thread ffmpeg
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

Re: [FFmpeg-devel] [PATCH] Push hls_ts_options to every chunks (fix #5525)

2016-05-14 Thread Michael Niedermayer
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