I managed to find the option to change the encryption key in the Ezviz app, and have changed it to a new 8-character password. I have confirmed this password by checking "About...Device QR Code...Verification Code" in the app. But I still can't get an RTSP stream in either VLC or
Blue Iris (v5).
I've tried all of these URLs:
Code:
rtsp:/admin:MyPassword!@192.168.1.94:554/?1
rtsp:/admin:MyPassword!@192.168.1.94:554/Streaming/Channels/1
rtsp:/admin:MyPassword!@192.168.1.94:554/Streaming/Channels/101
rtsp:/admin:MyPassword!@192.168.1.94:554/Streaming/Channels/1?transportmode=unicast&Profile_1
(there are double "/"s in the URLs above but for some reason the code formatter on this site is reducing them to single "/"s)
But Blue Iris gives me "Error 8000007a (Check Port/User/Password) 0" and VLC repeatedly prompts me to enter the user id and password.
Any ideas??