diff options
Diffstat (limited to 'voctocore/scripts/av-play-cam1-mirror.sh')
-rwxr-xr-x | voctocore/scripts/av-play-cam1-mirror.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/voctocore/scripts/av-play-cam1-mirror.sh b/voctocore/scripts/av-play-cam1-mirror.sh index 0e0e1e9..0ec1f2b 100755 --- a/voctocore/scripts/av-play-cam1-mirror.sh +++ b/voctocore/scripts/av-play-cam1-mirror.sh @@ -5,8 +5,8 @@ gst-launch-1.0 \ \ demux. !\ queue !\ - xvimagesink ts-offset=1000000000 \ + xvimagesink ts-offset=300000000 \ \ demux. !\ queue !\ - alsasink provide-clock=false ts-offset=1000000000 + alsasink provide-clock=false ts-offset=300000000 |