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:"