
- DOES RADIANT PLAYER CAST TO GOOGLE CHROMECAST FOR ANDROID
- DOES RADIANT PLAYER CAST TO GOOGLE CHROMECAST ANDROID
- DOES RADIANT PLAYER CAST TO GOOGLE CHROMECAST DOWNLOAD
DOES RADIANT PLAYER CAST TO GOOGLE CHROMECAST ANDROID
Mirror your Android phone using Chromecast.Use Chromecast as an audio streaming device.Note that in some instances (like when a media ends on the receiving application) the remote playerĬan be connected to the sender application but with no media loaded within it. getCastConnected: returns a Boolean stating if the remote player is currently connected to the sender application.getCastMediaLoaded: returns a Boolean stating if a media is loaded on the receiving application.getCastUrl: returns a String representing the currently cast URL.

The global Google Cast related variables can now be accessed including

castmediaerror: media could not be loaded on receiving device - current casting session ends.castmediaunloaded: media has been successfully unloaded on receiving device and playback may continue on the sender.castmedialoaded: media has been successfully loaded on receiving device.The player API can be used to control the remote player when casting is engaged. The receiver application the local player is paused and its UI controls the remote player. When a media is successfully cast from the sender application to When casting is engaged two players exist at the same time: the remote player which lives in the receiver application and the local player which lives in the sender application. GoogleCastAdTagUrl, googleCastVmapAdsRequest Player API Other settings available for Google Cast support in Google Chrome for desktop and mobile can also be used, including: googleCastReceiverAppId,
DOES RADIANT PLAYER CAST TO GOOGLE CHROMECAST FOR ANDROID
This allows for the use of Google Cast for Cordova in Chrome for desktop or Chrome for Android for easier debugging. Default: false.Įnables debug mode for Google Cast support in a Cordova-based mobile application. Note that googleCast setting must also be set to true. Implementation guidelines Adding cordova-plugin-chromecast plugin to your Cordova projectįirst make sure to review our working withĬordova guide to familiarize yourself with using Radiant Media Player in a Cordova-based mobile app.Īdding the required cordova-plugin-chromecast plugin can be done through the command line:Įnables Google Cast support in a Cordova-based mobile application. In order to assist Radiant Media Player customers with this task, we have published you need to implement some other kind of custom behaviour required by your project.you need to apply your own styling to the CAF player.you need to support DRM: the DRM example below has been tested for DASH with Widevine DRM.However you should consider developing your own custom CAF receiver app in the following cases: Our production custom CAF receiver app should cover most generic case-scenario. Casting of CEA* captions (will load but CEA captions will be unavailable)Ĭast Application Framework (CAF) Receiver app.HLS with audio-only content (will fail to load).HLS with H.264/MP3 or fmp4 HLS (will fail to load).The following features are currently not supported by our custom Cast Application Framework (CAF) receiver app: DASH DRM (Widevine) & SAMPLE AES/AES-128 HLS.
DOES RADIANT PLAYER CAST TO GOOGLE CHROMECAST DOWNLOAD
Adaptive bitrate with HLS, DASH or progressive download.In-player casting from an Android or iOS app.

While this implementation of Google Cast is not as comprenhensive as our default Google Cast implementationįor Google Chrome on desktop and mobile, it should cover most, if not all, requirements for a top-notch Google Cast experience from a Cordova-based mobile application for Android or iOS. Our implementation is based on a Cordova plugin:Ĭordova-plugin-chromecast. Google Cast from Radiant Media Player used in a Cordova-based mobile app is available for the following emitting platforms:
