Hi, I recently updated the passwords on some of my cameras using a password manager that makes nice and complex strings, however when I attempt to use it in zm (rtmp://username:password@ip.address), I'm being told I need to url encode because the path is invalid.
However urlencoding the passwords result in "authorization failed" log entries.
I can work around this by using passwords without special characters, but was curious about this situation? I'm using CyberChef's URLENCODE function with special characters checked (https://gchq.github.io/CyberChef/)
Complex password not usable?
-
- Posts: 76
- Joined: Wed Feb 03, 2016 7:51 am
Complex password not usable?
3 ReoLink RLC-410
2 Annke NC800
Kubernetes 1.22.6 statefulset of 5 Ubuntu 20.04 pods using iconnor's repository
ZoneMinder Version 1.36.12
2 Annke NC800
Kubernetes 1.22.6 statefulset of 5 Ubuntu 20.04 pods using iconnor's repository
ZoneMinder Version 1.36.12
Re: Complex password not usable?
You have to uri-encode it, otherwise known as % escaping. weird characters are not valid in a url