diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/stream | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -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 } |