I finally got around to updating one of my Wyze V3 cams to try it out with HA and the Wyze RTSP mod. Thanks to everyone’s examples in the forum here, I was able to get up to speed quickly.
I have excellent Wi-Fi here at my home with the Google Nest Wi-Fi mesh router and points. To that end, the camera (even if it’s in the same room as the router) suffers from this issue:
When looking at the video stream, it shows video not for long. It constantly shows me the spinner in the middle of the video, and watching the time stamp in the lower right corner it freezes a lot. At times the video window will close, then open back up on its own when it’s got a good stream. The “State” in the Developer Tools for the camera changes from “idle” to “unavailable” and back and forth quite often.
I’ve tried the following examples in my camera.yaml:
- platform: ffmpeg
name: Cam
input: -rtsp_transport udp -i rtsp://secretuser:[email protected]/live
or
- platform: ffmpeg
name: Cam
input: rtsp://secretuser:[email protected]/live
or
- platform: generic
name: Cam
stream_source: rtsp://secretuser:[email protected]/live
I’ve tried regenerating the RTSP URL in the Wyze App. I’ve tried restarting the camera. It’s the same behavior no matter which configuration above I use.
If I monitor the feed from the Wyze app on another device (iOS or Android Wyze apps), it’s flawless… solid video, zero interruptions. So I don’t believe it’s a network issue.
Any suggestions on what to try here?