From f94499e7535e5e6e360578f66efaac9f2a4ee4f8 Mon Sep 17 00:00:00 2001 From: KenwoodFox Date: Thu, 7 Apr 2022 12:05:12 -0400 Subject: [PATCH] Patch --- Software/houston/RobotStreamer.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Software/houston/RobotStreamer.py b/Software/houston/RobotStreamer.py index 0c3574f..760ed5a 100644 --- a/Software/houston/RobotStreamer.py +++ b/Software/houston/RobotStreamer.py @@ -47,15 +47,17 @@ class Streamer: "-b:v", "2500k", "-maxrate", - "1000k", + "1500k", "-bufsize", - "1000k", + "1500k", "-sws_flags", "lanczos+accurate_rnd", "-acodec", "aac", "-b:a", "96k", + "-r", + "6", "-ar", "48000", "-ac",