summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/stream2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/stream b/bin/stream
index 5616913..d36902b 100755
--- a/bin/stream
+++ b/bin/stream
@@ -179,4 +179,4 @@ ffmpeg -hide_banner -threads auto \
-pix_fmt yuv420p \
-codec:v libx264 -tune zerolatency -preset ultrafast \
-maxrate "$VBITRATE" -bufsize "$((VBITRATE*2))" -crf 23 } \
- -f mpegts udp://$IP:10000 }
+ -f rtp_mpegts rtp://$IP:10000 }