Re: [FFmpeg-devel] [PATCH] hls: add underlying format option for hls input format

2014-07-09 Thread Michael Niedermayer
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

[FFmpeg-devel] [PATCH] hls: add underlying format option for hls input format

2014-07-09 Thread Ivan Grokhotkov
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