re-enable fragmented mp4 recordings

pull/2887/head
Pliable Pixels 2020-03-13 14:46:20 -04:00
parent 11b1bf1100
commit ff7defa84e
1 changed files with 1 additions and 1 deletions

View File

@ -409,7 +409,7 @@ bool VideoStore::open() {
AVDictionary *opts = NULL;
// av_dict_set(&opts, "movflags", "frag_custom+dash+delay_moov", 0);
// Shiboleth reports that this may break seeking in mp4 before it downloads
//av_dict_set(&opts, "movflags", "frag_keyframe+empty_moov", 0);
av_dict_set(&opts, "movflags", "frag_keyframe+empty_moov", 0);
// av_dict_set(&opts, "movflags",
// "frag_keyframe+empty_moov+default_base_moof", 0);
if ( (ret = avformat_write_header(oc, &opts)) < 0 ) {