Update ffmpeg.js
parent
26b19223e7
commit
60e8ac3e1a
|
@ -187,7 +187,7 @@ module.exports = function(s,config,lang,onFinish){
|
|||
inputFlags.push(`-rtsp_transport ${input.rtsp_transport}`)
|
||||
}
|
||||
//hardware acceleration
|
||||
if(hardwareAccelerationEnabled && !isStreamer){
|
||||
if(hardwareAccelerationEnabled){
|
||||
if(input.hwaccel){
|
||||
inputFlags.push(`-hwaccel ${input.hwaccel}`)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue