Chromecast (Google Cast)
The Cast SDK allows a user to select streaming audio-visual content using a sender (Lura Player), and play it on (or cast it to) another device known as the receiver, while controlling playback using the sender.
To enable Google Cast SDK on your player, you need to do the following configuration:
Attribute | Type | Optional | Description |
---|---|---|---|
appId | string | false | Receiver application ID. |
LuraPlayer("player", {
...
googlecast: {
appId: "12345678"
}
...
});