From e431c4072bae726413b36f1c36f6188b776f94a6 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Sun, 23 Feb 2020 23:54:12 -0500 Subject: [PATCH] Remove the SSH pseudoterminal This caused some issues with ffprobe if the remote command ever sends something to stderr (which then gets sent to stdout locally, causing format issues). However, from some testing, this was original though needed to ensure the 'q' sent to FFmpeg was sent directly over the pipe, but this seems to not be required (any longer?). --- rffmpeg.py | 1 - 1 file changed, 1 deletion(-) diff --git a/rffmpeg.py b/rffmpeg.py index 3a77010..aa02f2b 100755 --- a/rffmpeg.py +++ b/rffmpeg.py @@ -146,7 +146,6 @@ rffmpeg_command = list() # Add SSH component rffmpeg_command.append('ssh') -rffmpeg_command.append('-tt') rffmpeg_command.append('-q') for arg in config['remote_args']: if arg: