openhab / openhab-addons

Add-ons for openHAB
https://www.openhab.org/
Eclipse Public License 2.0
1.86k stars 3.56k forks source link

[nest] Add support for WebRTC streaming #16890

Open jannegpriv opened 1 week ago

jannegpriv commented 1 week ago

Add support for WebRTC streaming, that is used for newer Google Nest cameras/doorbells, e.g.

The documentation for google API contains information about how to implement WebRTC live streaming.

osteves071 commented 3 days ago

I like this idea to upgrade the Binding as I do own a Nest Doorbell Gen 2 (wired), I do have two questions: 1) Does Openhab support webRTC? 2) I heared, that Google is planning to decommission the SDM platform and move on to Matter?

Depending on the answer to question 1, I already pulled the sources for the Binding and added the code that from my point of view would be required to make it work, unfortunately this Pull was based on the current development and I do not have a test instance running with 4.2 Milestones only a productive 4.1 version.

Said that, if openhab handles webRTC properly, I can give my code a try and provide it for the community.