Fix #474
parent
3522012f5a
commit
5d527dbea1
|
|
@ -549,7 +549,7 @@ module.exports = (s,config,lang) => {
|
|||
}
|
||||
}
|
||||
if(videoExtIsMp4){
|
||||
customRecordingFlags.push(`-movflags +faststart`)
|
||||
customRecordingFlags.push(`-segment_format_options movflags=faststart+frag_keyframe+empty_moov`)
|
||||
}
|
||||
if(videoCodec === 'h264_vaapi'){
|
||||
recordingFilters.push('format=nv12,hwupload')
|
||||
|
|
|
|||
Loading…
Reference in New Issue