summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/stream6
1 files changed, 1 insertions, 5 deletions
diff --git a/bin/stream b/bin/stream
index 55a95e0..c248c0a 100755
--- a/bin/stream
+++ b/bin/stream
@@ -179,8 +179,4 @@ ffmpeg -hide_banner -threads auto -re \
-pix_fmt yuv420p \
-codec:v libx264 -tune zerolatency -preset ultrafast \
-maxrate "$VBITRATE" -bufsize "$((VBITRATE*2))" -crf 23 } \
- -f tee \
- "${HASAUDIO:+\
- $(tee_rtp a 96 $((FIRSTPORT+4)))|\
- }${HASVIDEO:+\
- $(tee_rtp v 97 $((FIRSTPORT+6)))}" }
+ -f mpegts udp://$IP:10000 }