

- #Google chromecast setup on android how to
- #Google chromecast setup on android install
- #Google chromecast setup on android registration
- #Google chromecast setup on android android

You must register your application to be able to run a custom receiver, as built in this codelab, on Chromecast devices.
#Google chromecast setup on android registration
Sign up for an account on the Google Cast SDK Developer Console and pay the registration fee. Register an application in the Cast Developer Console Any changes you make locally will be instantly available.Ĥ. You should keep both ngrok and http-server running for the duration of the codelab. This will set up an ngrok tunnel to your local HTTP server, assigning you a globally available HTTPS secured endpoint that you can use in the next step (): ngrok by (Ctrl+C to quit) Notice the local port used and do the following in a new terminal to expose your local receiver over HTTPS using ngrok: ngrok http 8080 You should then see something like the following: Starting up http-server, serving. If you're using http-server, go to your console, and do the following: cd app-start
#Google chromecast setup on android install
You may install node.js, the http-server and ngrok node module. If you don't have a server available to you, don't fret. Should you already have a server available to you that supports https, skip the following instructions and make note of the URL, as you'll need it in the next section.

To be able to use your receiver with a Cast device it needs to be hosted somewhere where your Cast device can reach it.
#Google chromecast setup on android android
We have extensive documentation for receiver, iOS, Android and Chrome senders. If you are in a location where the WiFi network isn't reliable, then the Chromecast device can be wired by using an ethernet adapter. See the iOS codelab about converting an iOS video app to be Cast-enabled. The Google Cast SDK is also supported on iOS version 9 or later. See the Android codelab about converting an Android video app to be Cast-enabled. The Google Cast SDK is also supported on Android Jelly Bean (SDK level 16) or later.

#Google chromecast setup on android how to
How to Optimize your receiver for smart displays.The basics of a Cast-enabled receiver based on the Cast Application Framework.How to get set up for receiver development.When you have completed this codelab, you will have a HTML5 app that acts as your very own custom receiver capable of displaying video content on Cast-enabled devices. The Google Cast Design Checklist is provided to make the Cast user experience simple and predictable across all supported platforms. The Cast SDK provides you with the necessary UI components based on the Google Cast Design Checklist. The Google Cast SDK allows your app to control Google Cast enabled devices (for example, a TV or sound system). Users can then use their mobile device or desktop Chrome Browser as a remote control for media playback on the TV. Google Cast allows users to cast content from a mobile device to a TV. This codelab will teach you how to build a Cast-enabled Receiver app to play content on a Google Cast device.
