Motioneye: Feature Request: Implement the Google Home Camera Guide

Created on 23 Jan 2019  路  14Comments  路  Source: ccrisan/motioneye

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)

enhancement feature

Most helpful comment

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!

All 14 comments

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

TyTnMonz picture TyTnMonz  路  4Comments

toshibochan picture toshibochan  路  5Comments

apla2016 picture apla2016  路  5Comments

jkaberg picture jkaberg  路  4Comments

sambul13 picture sambul13  路  6Comments