From d8296336e5a181f5fd0f7b05d166ae7852225e48 Mon Sep 17 00:00:00 2001 From: deathbybandaid Date: Thu, 4 Feb 2021 10:56:36 -0500 Subject: [PATCH] test --- stream/__init__.py | 3 --- webwatch_conf.json | 5 ----- 2 files changed, 8 deletions(-) diff --git a/stream/__init__.py b/stream/__init__.py index 3655249..dc90f1d 100644 --- a/stream/__init__.py +++ b/stream/__init__.py @@ -164,9 +164,6 @@ class Plugin_OBJ(): def transcode_profiles(self, stream_args): ffmpeg_command = [] - if not self.plugin_utils.config.dict["webwatch"]["ffmpeg_transcode"] == "nvenc": - ffmpeg_command.extend(["-hwaccel", "cuda"]) - ffmpeg_command.extend([ "-c:v", "libvpx", "-c:a", "libvorbis", diff --git a/webwatch_conf.json b/webwatch_conf.json index d0b0166..dc9ea1c 100644 --- a/webwatch_conf.json +++ b/webwatch_conf.json @@ -4,11 +4,6 @@ "value": "none", "config_file": true, "config_web": true - }, - "ffmpeg_transcode":{ - "value": "none", - "config_file": true, - "config_web": true } } }