Is there a way to arrange the order of the cameras? I have 8 cameras and they are all detected and working fine but they seem to be ordered in a random fashion and I can not figure out how to re-arrange them.
I am trying to get my 6 V3 cams and 2 Pans to work with RTSP as internet goes down often in the part of the world I live in. Nothing happens when I click on the RTSP under the Video Streams but the RTSP Snapshot works fine? I take it I am missing a step in my setup?
Yes. What’s your compose.yml look like for your wyze-bridge?
Does http://192.168.0.199:5000/ work?
When I run rtsp://192.168.0.199:554/driveway from my browser, it launches PotPlayer and streams the video from V3 cam. Note I have mapped port 8554 to port 554.
My HA and wyze-bridge are running in docker on a raspberry pi 3b.
Well I’m not an expert on this but on my rpi 3b, sometimes the stream does not start, an I have to retry again after some time. This is especially true when I have several cameras taking snapshots or streaming. It seems like rpi 3b cannot handle the load. It may help to ensure you don’t have other browser windows open trying to connect to the camera too.
One thing to try is use the VLC application on your laptop, select “Open Network Stream…”
Then enter rtsp://<HA IP address>:8554/<your camera name> as the network URL.
The wyze-bridge (from calling docker logs wyze-bridge) log shows something like this:
[WyzeBridge] 🎉 Connecting to WyzeCam V3 - Driveway on 192.168.0.150
[driveway] 📡 Getting 180kb/s HD stream (H264/20fps) via LAN mode (WiFi: 98%) FW: 4.36.9.139 🔒 (DTLS) (2/3)
[driveway] WARNING: Skipping smaller frame at start of stream (frame_size=1)
[WyzeBridge] ✅ '/driveway stream is UP! (3/3)
[WyzeBridge] 📖 New client reading from driveway
Thank you hassiopi for that test tip! Yeah I can grab the rtsp feed just fine in VLC. So does that mean my Computer running the HAos just can not handle the 8 camera load on my network?
Following your rules (based off of the screenshot you provided), I still cannot seem to get my HA server to pull feeds from the Wyze cams. (Placing HA server on the same subnet as my Wyze cams work, so I’ve determined it to be a firewall issue.)
How does Avahi fit into the equation between the HA server and the Wyze cams? If so, can you instruct on configuring Avahi to work between HA & Wyze cams?
Do the ports in your “Source Port” alias just consist of the multiple ports under Diagnostics > States?
Also, " For example wyzecam v3 udp source port 12345 was connecting to 4 random consecutive udp ports say 54321, 54322, 54323 and 52324 on the ha server." If this is the case, are you constantly updating your “Source Port” alias to reflect the arbitrary port changes?