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