docker-wyze-bridge icon indicating copy to clipboard operation
docker-wyze-bridge copied to clipboard

WebRTC stream is significantly faster and less lossy than RTSP

Open elijah286 opened this issue 1 year ago • 3 comments

The generic camera devices are all created using the RTSP URL, but this is proving to be extremely unreliable and slow; meantime, the webRTC stream is crazy fast.

Beyond just the practicality of viewing and using the video stream, I am feeding the RTSP streams into frigate, which is problematic for object detection.

I've confirmed the laggy performance of the RTSP stream using VLC. Why would it be slower than just webRTC? Is there something I can do to make RTSP as fast and snappy as WebRTC?

elijah286 avatar Jun 28 '23 03:06 elijah286

I believe you'll need to go into the advanced settings for VLC to minimize the buffer for RTSP.

mrlt8 avatar Jun 28 '23 14:06 mrlt8

I'm about to start converting from wyze mini hacks to wyze bridge and feeding them into frigate the same way you're talking about. I believe we can make this happen with ffmpeg flags or commands. I'll let you know what I manage to get working and welcome any info you've gotten so far.

maxfield-allison avatar Jul 03 '23 20:07 maxfield-allison

Any update on this effort? I too am noticing super unreliable RTSP streams and looking for a way to get WebRTC to work in the HA dashboard.

yorb avatar Feb 19 '24 21:02 yorb