What I have :
- A Google Home
- A chromecast on same LAN
- A Personal Video Library accessible by a public API
I want to develop a custom Google Action for my Google Home.
I want to be able to get some random video and play it on my chromecast.
For instance : 'Ok Google, play random video'
In DialogFlow, I can easily get the matching intent, find a MP4 video, etc.
But i'm stuck when I want to tell my Google Home to play that video on my Chromecast.
Is there any way to give back to Google Home a rich response (with my mp4 video url) and tell it to play the video on my local chromecast ?
Don't know if this is possible
Thanks !
MC