Ask Google home to play a mp4 video on my chromecast
up vote
1
down vote
favorite
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
video dialogflow chromecast actions-on-google google-home
add a comment |
up vote
1
down vote
favorite
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
video dialogflow chromecast actions-on-google google-home
add a comment |
up vote
1
down vote
favorite
up vote
1
down vote
favorite
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
video dialogflow chromecast actions-on-google google-home
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
video dialogflow chromecast actions-on-google google-home
video dialogflow chromecast actions-on-google google-home
asked Nov 19 at 13:16
mcanzerini
505
505
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
up vote
1
down vote
There is currently no way to create an Action that can start an application on a Cast device. If you are looking to create video streaming apps that use the existing command set (such as what Netflix does), you need to partner directly with Google.
Thanks for your answer ! I think this is a big lack of features ... When we speak to our Google Home we cannot handle the raw message in a server that is hosted in our LAN ? This lib would work ...
– mcanzerini
Nov 19 at 13:49
Google Homes don't run local code. They only send responses from a remote server.
– Nick Felker
Nov 19 at 19:31
@NickFelker : It's more like "Google Assistants" don't run local code. If you deploy your action in a smartphone, how could you achieve that ?
– mcanzerini
Nov 20 at 9:06
This is true. The Actions on Google platform doesn't run local code on any surface, so even a smartphone wouldn't be able to directly do anything on your LAN.
– Nick Felker
Nov 20 at 18:17
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
1
down vote
There is currently no way to create an Action that can start an application on a Cast device. If you are looking to create video streaming apps that use the existing command set (such as what Netflix does), you need to partner directly with Google.
Thanks for your answer ! I think this is a big lack of features ... When we speak to our Google Home we cannot handle the raw message in a server that is hosted in our LAN ? This lib would work ...
– mcanzerini
Nov 19 at 13:49
Google Homes don't run local code. They only send responses from a remote server.
– Nick Felker
Nov 19 at 19:31
@NickFelker : It's more like "Google Assistants" don't run local code. If you deploy your action in a smartphone, how could you achieve that ?
– mcanzerini
Nov 20 at 9:06
This is true. The Actions on Google platform doesn't run local code on any surface, so even a smartphone wouldn't be able to directly do anything on your LAN.
– Nick Felker
Nov 20 at 18:17
add a comment |
up vote
1
down vote
There is currently no way to create an Action that can start an application on a Cast device. If you are looking to create video streaming apps that use the existing command set (such as what Netflix does), you need to partner directly with Google.
Thanks for your answer ! I think this is a big lack of features ... When we speak to our Google Home we cannot handle the raw message in a server that is hosted in our LAN ? This lib would work ...
– mcanzerini
Nov 19 at 13:49
Google Homes don't run local code. They only send responses from a remote server.
– Nick Felker
Nov 19 at 19:31
@NickFelker : It's more like "Google Assistants" don't run local code. If you deploy your action in a smartphone, how could you achieve that ?
– mcanzerini
Nov 20 at 9:06
This is true. The Actions on Google platform doesn't run local code on any surface, so even a smartphone wouldn't be able to directly do anything on your LAN.
– Nick Felker
Nov 20 at 18:17
add a comment |
up vote
1
down vote
up vote
1
down vote
There is currently no way to create an Action that can start an application on a Cast device. If you are looking to create video streaming apps that use the existing command set (such as what Netflix does), you need to partner directly with Google.
There is currently no way to create an Action that can start an application on a Cast device. If you are looking to create video streaming apps that use the existing command set (such as what Netflix does), you need to partner directly with Google.
answered Nov 19 at 13:22
Prisoner
30.9k22552
30.9k22552
Thanks for your answer ! I think this is a big lack of features ... When we speak to our Google Home we cannot handle the raw message in a server that is hosted in our LAN ? This lib would work ...
– mcanzerini
Nov 19 at 13:49
Google Homes don't run local code. They only send responses from a remote server.
– Nick Felker
Nov 19 at 19:31
@NickFelker : It's more like "Google Assistants" don't run local code. If you deploy your action in a smartphone, how could you achieve that ?
– mcanzerini
Nov 20 at 9:06
This is true. The Actions on Google platform doesn't run local code on any surface, so even a smartphone wouldn't be able to directly do anything on your LAN.
– Nick Felker
Nov 20 at 18:17
add a comment |
Thanks for your answer ! I think this is a big lack of features ... When we speak to our Google Home we cannot handle the raw message in a server that is hosted in our LAN ? This lib would work ...
– mcanzerini
Nov 19 at 13:49
Google Homes don't run local code. They only send responses from a remote server.
– Nick Felker
Nov 19 at 19:31
@NickFelker : It's more like "Google Assistants" don't run local code. If you deploy your action in a smartphone, how could you achieve that ?
– mcanzerini
Nov 20 at 9:06
This is true. The Actions on Google platform doesn't run local code on any surface, so even a smartphone wouldn't be able to directly do anything on your LAN.
– Nick Felker
Nov 20 at 18:17
Thanks for your answer ! I think this is a big lack of features ... When we speak to our Google Home we cannot handle the raw message in a server that is hosted in our LAN ? This lib would work ...
– mcanzerini
Nov 19 at 13:49
Thanks for your answer ! I think this is a big lack of features ... When we speak to our Google Home we cannot handle the raw message in a server that is hosted in our LAN ? This lib would work ...
– mcanzerini
Nov 19 at 13:49
Google Homes don't run local code. They only send responses from a remote server.
– Nick Felker
Nov 19 at 19:31
Google Homes don't run local code. They only send responses from a remote server.
– Nick Felker
Nov 19 at 19:31
@NickFelker : It's more like "Google Assistants" don't run local code. If you deploy your action in a smartphone, how could you achieve that ?
– mcanzerini
Nov 20 at 9:06
@NickFelker : It's more like "Google Assistants" don't run local code. If you deploy your action in a smartphone, how could you achieve that ?
– mcanzerini
Nov 20 at 9:06
This is true. The Actions on Google platform doesn't run local code on any surface, so even a smartphone wouldn't be able to directly do anything on your LAN.
– Nick Felker
Nov 20 at 18:17
This is true. The Actions on Google platform doesn't run local code on any surface, so even a smartphone wouldn't be able to directly do anything on your LAN.
– Nick Felker
Nov 20 at 18:17
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53375477%2fask-google-home-to-play-a-mp4-video-on-my-chromecast%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown