Setting up Agent DVR with a Wyze Cam v3

sewington

Getting the hang of it
Oct 25, 2022
25
51
Alberta, Canada
I watched a video I found on YouTube and done a few Reddit searches, but I can't seem to get my Wyze Cam running in Agent DVR.
I updated the firmware for the camera so it would do RTSP, and I have this all successfully running in Blue Iris. I am using the same Live URL address which is basically rtsp:/username:password@10.0.0.299/live.
I tried using the IP Camera Wizard and adding the camera as a Video Source. No matter what I try, the feed doesn't come up. Any suggestions? Happy to provide additional info or share other settings.
 
What about adding the RTSP port (usually 554) like this (of course, place 2 "/" after "rtsp:" (forum won't display 2 consecutively):

Code:
rtsp:/username:password@10.0.0.299:554/live
 
Last edited:
What about adding the RTSP port (usually 554) like this (of course, place 2 "/" after "rtsp:" (forum won't display 2 consecutively):

Code:
rtsp:/username:password@10.0.0.299:554/live

Thanks very much for the reply. I tried adding the port 554 to the mix and no dice.