This commit is contained in:
2026-08-29 20:30:33 +02:00
parent 4df3b93f9c
commit a8f06b0cfb
+1 -1
View File
@@ -11,7 +11,7 @@ rm -rf /tmp/delay_stream*
ffmpeg -f v4l2 -framerate $FPS -video_size $SIZE -i $DEVICE \
-vcodec libx264 -preset ultrafast -tune zerolatency \
-vf scale=720:576i \
-vf scale=720:576 \
-f hls -hls_time 1 -hls_list_size $((DELAY + 5)) -hls_flags delete_segments \
/tmp/delay_stream.m3u8 &
FFMPEG_PID=$!