The global_sidx flag causes errors like the following in movenc when media segment removal is enabled via windos_size or remove_at_exit:
Non-consecutive fragments, writing incorrect sidx Unable to re-open output file for the second pass (faststart) --- libavformat/dashenc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/dashenc.c b/libavformat/dashenc.c index 6ce70e0076..cb49641b4e 100644 --- a/libavformat/dashenc.c +++ b/libavformat/dashenc.c @@ -1141,7 +1141,7 @@ static int dash_init(AVFormatContext *s) if (os->segment_type == SEGMENT_TYPE_MP4) { if (c->streaming) - av_dict_set(&opts, "movflags", "frag_every_frame+dash+delay_moov+global_sidx", 0); + av_dict_set(&opts, "movflags", "frag_every_frame+dash+delay_moov", 0); else av_dict_set(&opts, "movflags", "frag_custom+dash+delay_moov", 0); } else { -- 2.19.1 _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel