From c884a5e12ec00b4af716ab5e67554b04f349ef8b Mon Sep 17 00:00:00 2001 From: Brian Daniels Date: Thu, 13 Aug 2026 13:46:13 -0400 Subject: [PATCH] Update help text for v4l2_stream_proxy test script Bug: 472497998 --- tools/testutils/ffmpeg_v4l2_stream_proxy.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/testutils/ffmpeg_v4l2_stream_proxy.sh b/tools/testutils/ffmpeg_v4l2_stream_proxy.sh index dc82e74f34a..a9df06929a8 100755 --- a/tools/testutils/ffmpeg_v4l2_stream_proxy.sh +++ b/tools/testutils/ffmpeg_v4l2_stream_proxy.sh @@ -100,7 +100,7 @@ if [ -n "$VIDEO_FILE" ]; then fi FPS="$FPS_RATIO" echo "Detected parameters: Width=$WIDTH, Height=$HEIGHT, FPS=$FPS" - + FFMPEG_ARGS=(-re -stream_loop -1 -i "$VIDEO_FILE") echo "Streaming from $VIDEO_FILE to $FIFO_PATH..." else @@ -108,7 +108,7 @@ else echo "Streaming testsrc (${WIDTH}x${HEIGHT} @ ${FPS}fps) to $FIFO_PATH..." fi -echo "Suggested CVD config: --media=v4l2_stream_proxy:input_path=$FIFO_PATH:input_width=$WIDTH:input_height=$HEIGHT:input_fps=$FPS" +echo "Use the following flag to attach the v4l2_stream_proxy device to the CF instance: --media=v4l2_stream_proxy:input_path=$FIFO_PATH:input_width=$WIDTH:input_height=$HEIGHT:input_fps=$FPS" echo "Streaming started. Press Ctrl+C to stop." while true; do