re-enable fragmented mp4 recordings
parent
11b1bf1100
commit
ff7defa84e
|
@ -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 ) {
|
||||
|
|
Loading…
Reference in New Issue