From 60e8ac3e1aa23366180a62bb10a3a4ca281d473a Mon Sep 17 00:00:00 2001 From: Moe Alam Date: Tue, 3 Nov 2020 11:18:33 -0800 Subject: [PATCH] Update ffmpeg.js --- libs/ffmpeg.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}`) }