Add "noDefaultRecordingSegmentFormatOptions" bool
parent
f22d4d1800
commit
dcd69e3c09
|
|
@ -548,7 +548,7 @@ module.exports = (s,config,lang) => {
|
||||||
recordingFilters.push(`fps=${videoFps}`)
|
recordingFilters.push(`fps=${videoFps}`)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if(videoExtIsMp4){
|
if(videoExtIsMp4 && !config.noDefaultRecordingSegmentFormatOptions){
|
||||||
customRecordingFlags.push(`-segment_format_options movflags=faststart`)
|
customRecordingFlags.push(`-segment_format_options movflags=faststart`)
|
||||||
}
|
}
|
||||||
if(videoCodec === 'h264_vaapi'){
|
if(videoCodec === 'h264_vaapi'){
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue