From 3e5969856ade354777423f4ac5c6e4334363c3b1 Mon Sep 17 00:00:00 2001 From: mmaster Date: Thu, 23 Sep 2021 22:46:25 +0200 Subject: [PATCH] some bugfixes --- view_birdcam.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)"