Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CastConfig

Example:

cast : {
  enable                 : true,
  application_id         : 'A12B45C6'
}

Hierarchy

  • CastConfig

Index

Properties

Optional application_id

application_id: string

The ChromeCast application ID retrieved from Google when a Cast receiver app is registered. To use ChromeCast with player version 6 an higher, it is not necessary to use this option. For versions pre v6, please use ‘121122A0’, or your dedicated ID, in case you want to use a custom ChromeCast receiver app.

Starting with player 6, the application ID needs only be set if you want to use your own custom receiver app. By default, Bitmovin's Cast receiver app is used.

Optional enable

enable: boolean

ChromeCast support is disabled (false) per default. To enable it, set this attribute to true.

Optional message_namespace

message_namespace: string

A custom message namespace as defined in the Cast receiver app. To use ChromeCast, it is not necessary to use this option! This is only needed if one wants to create a custom ChromeCast receiver app.

Optional receiverStylesheetUrl

receiverStylesheetUrl: string

A URL to a CSS file the Chromecast receiver app loads. Can be used to style the receiver app.

since

7.1

Generated using TypeDoc