Google TV SDK send params from remote control mobile app to GoogleTV app - google-tv

is possible to send parameters to my Google TV app from the mobile remote control app ( http://code.google.com/p/google-tv-remote/ ) to open my Google TV application and take these parameters?

The Google TV Remote app implements the Anymote protocol which has a fling message to send intents (with extra data) to a Google TV device: https://developers.google.com/tv/remote/docs/#flingevents

Related

Controlling Smart Home Devices from Android TV

I am working on Google Assistant integration for Smart Devices.
Apart from Tablets and Cell phones, I want to control smart home devices via Android TVs. I looked at the Google Docs (https://developers.google.com/assistant/smarthome/overview), I had no difficulties with Google Local Home SDK, OAuth 2 installation.
But there is this;
In the link https://www.android.com/tv/, "control home devices" tab and;
At https://assistant.google.com/platforms/tv/ there is a "control smart home" tab.
In other words, the control of smart devices can be done from Android TVs.
But; It says on the https://developers.google.com/assistant/smarthome/overview page that all smart home integration processes will start through the Google Home application. At least, even if this application is not installed, the first process can start from the add device tab in the google assistant settings.
But I couldn't find a google home app for Android TV on google play.
When I say "turn off the lights" to my TV, it says "no such device, open assistant settings". There are assistant settings. But not like cell phones. None of the android tvs have an assistant settings with "add device" option.
So then;
https://www.android.com/tv/
https://assistant.google.com/platforms/tv/
as shown in the links; With which integration can we control smart home devices? As shown in these links; How can they control devices at home using google assistant with Android TVs?
Anyone know?
Thanks.
Currently the Google Home App is available only on the phone. In your use case a user needs Google Home App on the phone to set up a device and then Google Assistant on Android TV can control the device. Keep in mind that to have the same google account on the phone and the android TV for this flow to work.

Is it possible to embed a device from AWS device farm on my website

My requirement is to be able to embed the devices I purchase through aws device farm inside my website. The devices will have our mobile app installed in it, and the users would be able to interact with the application via the web.
We have other controls also on our website which directly control the actions in the app, which is why we cannot give the app to the user directly.
Does aws device farm provide that facility?

Android Eddystone - URL Chrome Physical Web

I have a beacon that is transmitting Eddystone - URL. I can locate my beacon using the Physical Web app in Android. I read that from Chrome 49 Physical web is by default supported by chrome but I'm using Chrome 69 version but I didn't get any nearby notification. In short my questions are,
Does Chrome by default support physical web? and if it does should I have to open the chrome app to get my notifications displayed?
Do people need to have any specific app to get nearby notifications?
You must actively turn on Physical Web in Chrome for Android's privacy settings as described here.
These notifications can also be delivered by Nearby, which requires Google Play Services, but no other apps on the phone. Most Android devices outside of China have Google Play Services installed, but those in China as well as Amazon Fire tablets and some other devices do not, and will not receive these notifications. The link above also describes how users must opt-in to Nearby notifications. If they do not opt-in, they will not get the notifications.

How do you cast a media via google home voice assistant to chromecast?

I have a video streaming web application like netflix. I am able to cast a media on my webapp to my TV. I would like to use google home to cast the media using its voice assistant. For example: 'Hey Google, play "Get Out" from <"my-weapp-name">'. This should play Get Out on my TV via a chromecast device that is plugged into my TV.
How do I use google action and/or dialogflow to do this?
Right now there is no public API that can be used for casting media through the Google Assistant.

How to playing youtube remote video urls on google tv for my android app

Iam new to developing apps on google tv.I want to run my android movies app in google tv.So,how to develop my movies app on google tv and playing youtube movies from given remote url when click list of mvies in google tv.Please give the suggesstions or sample code
See Google TV Developer guide:
https://developers.google.com/tv/android/
and sample apps:
https://developers.google.com/tv/android/docs/gtv_demo_samples