ffmpeg : change recording movflags to its own flag

mitchross-coral-installer-update
Moe Alam 2021-01-08 15:22:00 -08:00
parent 4f6bf2ef9f
commit dbfd6616d3
1 changed files with 1 additions and 1 deletions

View File

@ -539,7 +539,7 @@ module.exports = (s,config,lang) => {
}
}
if(videoExtIsMp4){
customRecordingFlags.push(`-segment_format_options movflags=faststart+frag_keyframe+empty_moov`)
customRecordingFlags.push(`-movflags +faststart+frag_keyframe+empty_moov`)
}
if(videoCodec === 'h264_vaapi'){
recordingFilters.push('format=nv12,hwupload')