From e88e7e317c4fafaa0b864fc2b147e2ffd8fc9397 Mon Sep 17 00:00:00 2001 From: mmaster Date: Thu, 23 Sep 2021 22:57:53 +0200 Subject: [PATCH] some bugfixes --- view_birdcam.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/view_birdcam.sh b/view_birdcam.sh index ab171ac..3432c2b 100755 --- a/view_birdcam.sh +++ b/view_birdcam.sh @@ -54,11 +54,10 @@ fi streamurl="rtsp://$1:554/user=admin&password=&channel=1&stream=0.sdp?real_stream" if [ "$1" = "birdcam1" ]; then - echo $player_path $playerparam "$streamurl" - sleep 60 + $player_path $playerparam ""$streamurl"" elif [ "$1" = "birdcam2" ]; then - $player_path $playerparam "$streamurl" + $player_path $playerparam ""$streamurl"" else echo "Wrong camera! Available cameras:"