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

Hendrik Leppkes h.leppkes at gmail.com
Sun May 15 15:50:15 CEST 2016


On Sun, May 15, 2016 at 2:10 PM,  <ffmpeg at jack.fr.eu.org> 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 'system_b' options to every mpegts chunks through
> resend_header means that system_b implies PAT/PMT for every chunks (the
> current 'resend_headers' behavior), with is not a good solution
>

calling avformat_write_headers on every chunk without actually
creating a new muxer seems like an ugly kludge and not a fix (and
likely to blow up at some point).

Please don't top post on this ML:

- Hendrik


More information about the ffmpeg-devel mailing list