On 12-12-2018 01:13 AM, Ronak wrote:
Looks like I found out why:
https://github.com/FFmpeg/FFmpeg/blob/master/libavformat/hlsenc.c#L790.
The hlsenc.c file overwrites whatever I pass in the command line...
That is a bug but there's still an error in your command. It should be,
-hls_ts_options movflags=+skip_sidx
This is because mp4 is a child muxer in this context. That hls option
should be renamed.
Line 790 should be patched by adding + before frag_custom
Gyan
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel