From 0d0729cb9929f9e9d09e5c3bff2f35c847823886 Mon Sep 17 00:00:00 2001 From: KenwoodFox Date: Thu, 19 Aug 2021 12:28:44 -0400 Subject: [PATCH] This works! thank you discord server --- companion_software/images/stream.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/companion_software/images/stream.sh b/companion_software/images/stream.sh index 5bc6862..e45e35e 100755 --- a/companion_software/images/stream.sh +++ b/companion_software/images/stream.sh @@ -1 +1 @@ -ffmpeg -re -f image2 -loop 1 -framerate 24 -video_size 852x480 -r 24 -i Test-Pattern.png -f flv -s 852x480 -f flv "rtmp://rtmp.robotstreamer.com/live/4618?key=jEquBubjizYDMQNe8nKjLdu88iqFpNe3sVQmGRJ2tzbxd4QJrkSSEZBQhi9UTL3k" +ffmpeg -re -f image2 -loop 1 -framerate 25 -video_size 1280x720 -r 25 -i Test-Pattern.png -c:v libx264 -b:v 1M -g 50 -bf 0 -muxdelay 0.001 -f flv "rtmp://rtmp.robotstreamer.com/live/4619?key=jEquBubjizYDMQNe8nKjLdu88iqFpNe3sVQmGRJ2tzbxd4QJrkSSEZBQhi9UTL3k"