On Wed, Jul 09, 2014 at 03:23:01PM +0400, Ivan Grokhotkov wrote:
> Hi,
>
> By default, hls will autodetect the input format of the downloaded segments.
> This new option allows to force some specific format, which is useful for
> hardware decoders that accept only TS (by supplying
> hls_force_i
Hi,
By default, hls will autodetect the input format of the downloaded segments.
This new option allows to force some specific format, which is useful for
hardware decoders that accept only TS (by supplying
hls_force_input_format="mpegtsraw" option to avformat_open_input).
The situation has be