diff --git a/libs/ffmpeg.js b/libs/ffmpeg.js index 27103be8..1e80255f 100644 --- a/libs/ffmpeg.js +++ b/libs/ffmpeg.js @@ -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}`) }