PlayKit JS Cast Sender integrates the Cast Chrome Sender Framework API with the Kaltura Player JS.
PlayKit JS Cast Sender uses the Remote Framework of the Kaltura Player JS to implement the neccesary APIs to control the player while casting.
PlayKit JS Cast Sender is written in ECMAScript6, statically analysed using Flow and transpiled in ECMAScript5 using Babel.
First, clone and run yarn to install dependencies:
git clone https://github.com/kaltura/playkit-js-cast-sender.git
cd playkit-js-cast-sender
yarn install
Then, build the sender
yarn run build
TBD
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
We use SemVer for versioning. For the versions available, see the tags on this repository.
This project is licensed under the AGPL-3.0 License - see the LICENSE file for details