This commit is contained in:
2026-08-29 20:26:56 +02:00
parent d4f0e0a88f
commit 4df3b93f9c
2 changed files with 2 additions and 2 deletions
+1
View File
@@ -11,6 +11,7 @@ rm -rf /tmp/delay_stream*
ffmpeg -f v4l2 -framerate $FPS -video_size $SIZE -i $DEVICE \ ffmpeg -f v4l2 -framerate $FPS -video_size $SIZE -i $DEVICE \
-vcodec libx264 -preset ultrafast -tune zerolatency \ -vcodec libx264 -preset ultrafast -tune zerolatency \
-vf scale=720:576i \
-f hls -hls_time 1 -hls_list_size $((DELAY + 5)) -hls_flags delete_segments \ -f hls -hls_time 1 -hls_list_size $((DELAY + 5)) -hls_flags delete_segments \
/tmp/delay_stream.m3u8 & /tmp/delay_stream.m3u8 &
FFMPEG_PID=$! FFMPEG_PID=$!
+1 -2
View File
@@ -3,5 +3,4 @@ idle-time=0
[output] [output]
name=Composite-1 name=Composite-1
#mode=720x576i mode=720x576i
mode=640x480