diff --git a/view_birdcam.sh b/view_birdcam.sh index bc965c8..1afcf1d 100755 --- a/view_birdcam.sh +++ b/view_birdcam.sh @@ -34,7 +34,7 @@ fi cameralist="$(cat $vars | grep cameralist | cut -d'=' -f2)" playerproc="$(cat $vars | grep playerproc | cut -d'=' -f2)" playerparam="$(cat $vars | grep playerparam | cut -d'=' -f2)" -streamurl="$(cat $vars | grep streamurl | cut -d'=' -f2)" +streamurl="rtsp://$1:554/user=admin&password=&channel=1&stream=0.sdp?real_stream" randomvideosh="$(cat $vars | grep randompathsh | cut -d'=' -f2)" randomvideoproc="$(cat $vars | grep randomsh | cut -d'=' -f2)"