Brightcove Player Chromecast Receiver and Plugin v4.0.0

The Brightcove Player Chromecast Receiver v4.0.0 is available.

Important Version Update Information

As of v4 of videojs-chromecast-receiver, there is no longer a chromecast plugin tied to this project. This project solely contains the Chromecast receiver application. The previous Chromecast sender plugin can be used as a packaged plugin. To configure the sender plugin with player configuration, add the packaged plugin to your plugin configuration:

"plugins": [
  {
    "name": "chromecastSender",
    "is_packaged": true,
    "options": [...]
  }
]

Chores