AlexxIT / WebRTC

Home Assistant custom component for real-time viewing of almost any camera stream using WebRTC and other technologies.
https://github.com/AlexxIT/Blog
MIT License
1.55k stars 183 forks source link

Question / Request: MultiStreamsMixer #693

Closed RyanEwen closed 7 months ago

RyanEwen commented 7 months ago

I am streaming 4-6 cameras to a lovelace dashboard from wyze-bridge but the performance is pretty bad even just for 2+ cameras.

I came across https://www.webrtc-experiment.com/MultiStreamsMixer/ which seems interesting and I was wondering if there's a way to use it with this integration, to stream a 2x2 camera grid, maybe with better performance?

Thoughts?

AlexxIT commented 7 months ago

You pointing to browser technology for mixing your local camera streams. Useless for your case. You can mix streams on server via ffmpeg. But it will cost you a lot of server's resources.