Setting up Agent DVR with a Wyze Cam v3

sewington

Getting the hang of it
Joined
Oct 25, 2022
Messages
24
Reaction score
51
Location
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.
 

TonyR

IPCT Contributor
Joined
Jul 15, 2014
Messages
16,716
Reaction score
38,913
Location
Alabama
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:

sewington

Getting the hang of it
Joined
Oct 25, 2022
Messages
24
Reaction score
51
Location
Alberta, Canada
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.
 
Top