fix segment faststart

node-20
Moe 2023-09-03 16:44:24 -07:00
parent c1cdbb011e
commit 00a387a803
1 changed files with 1 additions and 1 deletions

View File

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