Skip to content

Commit 122b493

Browse files
committed
Add zerolatency tuning option
1 parent 6cc253e commit 122b493

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/raspberry-pi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
gst-launch-1.0 -v videotestsrc is-live=true \
7979
! video/x-raw,framerate=10/1,width=640,height=480 \
8080
! clockoverlay time-format="%a %B %d, %Y %I:%M:%S %p" \
81-
! x264enc bframes=0 key-int-max=10 \
81+
! x264enc bframes=0 key-int-max=10 tune=zerolatency \
8282
! h264parse \
8383
! kvssink stream-name="cpp-producer-rpi-${{ matrix.os }}"
8484
EXIT_CODE=$?

0 commit comments

Comments
 (0)