diff options
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh b/tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh index cf0d9033..b30787f4 100755 --- a/tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh +++ b/tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh @@ -42,8 +42,8 @@ DEST=127.0.0.1 # tuning parameters to make the sender send the streams out of sync. Can be used # ot test the client RTCP synchronisation. -#VOFFSET=500000000 -VOFFSET=900000000 +#VOFFSET=900000000 +VOFFSET=0 AOFFSET=0 # H264 encode from the source |