diff options
author | Christian Pointner <equinox@spreadspace.org> | 2014-10-09 05:11:51 +0200 |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2014-10-09 05:11:51 +0200 |
commit | 6339a85772935930c6f974884963c34fc1e30055 (patch) | |
tree | 9810d6c68a7db766819cb3e8db29a703d543bb9a /scripts/client/sydra-receiver.sh | |
parent | fixed client sydra-sender (diff) |
faster timeouts and more frequent keepalives
Diffstat (limited to 'scripts/client/sydra-receiver.sh')
-rwxr-xr-x | scripts/client/sydra-receiver.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/client/sydra-receiver.sh b/scripts/client/sydra-receiver.sh index bf46da1..f1fa81d 100755 --- a/scripts/client/sydra-receiver.sh +++ b/scripts/client/sydra-receiver.sh @@ -24,7 +24,7 @@ fi . ./include.sh start_rtp() { - exec $SYDRA_RTP -n "receiver" -D --log stdout:3 --mode receiver -a $RTP_HOST -o $SEND_PORT_BASE -O 5000 \ + exec $SYDRA_RTP -n "receiver" -D --log stdout:3 --mode receiver -k 3 -a $RTP_HOST -o $SEND_PORT_BASE -O 5000 \ --sink "videoconvert name=videosink ! textoverlay text=\"remote\" shaded-background=true font-desc=\"Sans 18\" ! videoscale add-borders=true ! xvimagesink audioconvert name=\"audiosink\" ! autoaudiosink" } |