motioneye
motioneye copied to clipboard
Feature Request: Implement the Google Home Camera Guide
would it be possible to implement the Google Home interface so i can see the cameras via the Google assistant and/or Google Home Hub as well ?
The interface is described here: https://developers.google.com/actions/smarthome/guides/camera and it looks like you have to implement a response to a Sync command and supply a stream (which is already available in motioneye anyway)
Not a planned feature, but I'd be happy to review a PR.
The stream would have to be in one of the following protocols (ie, not mjpg):
- HLS (HTTP Live Streaming)
- DASH (Dynamic Adaptive Streaming over HTTP)
- Smooth Streaming
- Progressive MP4 (most likely to be used only for Clips)
https://developers.google.com/actions/smarthome/traits/camerastream
I would love to have this feature as well +1
This would be great feature! Is there any progress with this?
Looking for this also ..
Would be awesome!
via HA works fine with all protocols including mjpg, but would consider motioneye if feature is added.
If that was a thing, I would definitely use it.
it would be awesome
this would be amazing
Would love that!
it would be awesome
I believe this should already be possible. As described by Home Assistant Documentation You can view nest/google camera's as an RTSP stream.
All Google Nest Cam models, Google Nest Hello Video Doorbell, Google Nest Hub Max expose a CameraLiveStream via the SDM API, which returns a RTSP live stream which can be viewed from Home Assistant.
If we then look at the Google Documentation for CameraLiveStream, you can see how you can generate an RTSP stream.
In either case, I'm gonna try to get this working tonight. Probably as a standalone node program (as that is what I know best). I'll post my findings, an addon for this would be nice!
Is there any progress? I would love to use that feature.
Any progress on this request?
Hello,
Very interested as well.
Any news ?