diff --git a/scripts/manual/run_upstream_av_sync.sh b/scripts/manual/run_upstream_av_sync.sh index dce06e0..f2cd51a 100755 --- a/scripts/manual/run_upstream_av_sync.sh +++ b/scripts/manual/run_upstream_av_sync.sh @@ -1204,7 +1204,7 @@ elif [[ "${capture_mode}" == "pulse" ]]; then v4l2src device="${resolved_video_device}" do-timestamp=true ! \ ${gst_source_caps} ! \ ${gst_decode_chain} \ - videoconvert ! videorate ! video/x-raw,framerate="${video_fps}"/1 ! \ + videoconvert ! videorate ! video/x-raw,framerate="${resolved_video_fps}"/1 ! \ x264enc tune=zerolatency speed-preset=ultrafast key-int-max=1 bitrate=5000 ! \ h264parse ! \ queue ! mux. \