Update ffmpeg.js

fix-non-showing-inputs
Moe Alam 2020-11-03 11:18:33 -08:00
parent 26b19223e7
commit 60e8ac3e1a
1 changed files with 1 additions and 1 deletions

View File

@ -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}`)
}