From 81ec7c45cea2ffb8840d227c01ab59d3e02ec1d7 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Fri, 25 Apr 2008 18:45:33 +0000 Subject: tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh: Remove test sync-offset by default. Original commit message from CVS: * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh: Remove test sync-offset by default. --- tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests') 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 -- cgit