Open nikkymen opened 2 months ago
Hi, @nikkymen
Depends on the camera that you use. If the authentication is a Basic, is just the "user: password" in base64.
What type of authentication your camera has ?
The code to call the camera is this:
curl -s -k -H "Authorization:Basic ${header_auth}" "http://${ipaddr}/videostream.asf?user=${user}&pwd=${passwd}" -m 25 -o /tmp/movie.asf -D /tmp/header
What type of authentication your camera has ?
The code to call the camera is this:
curl -s -k -H "Authorization:Basic ${header_auth}" "http://${ipaddr}/videostream.asf?user=${user}&pwd=${passwd}" -m 25 -o /tmp/movie.asf -D /tmp/header
You use variables like {ipaddr}, but not define them in the camera plugins examples
I think there's a bug in the camera plugins - there's not enough variable query in them: