@playkit-js/playkit-js-cast-sender
v1.3.0
Published
[![Build Status](https://github.com/kaltura/playkit-js-cast-sender/actions/workflows/run_canary_full_flow.yaml/badge.svg)](https://github.com/kaltura/playkit-js-cast-sender/actions/workflows/run_canary_full_flow.yaml) [![code style: prettier](https://img.
Downloads
80
Readme
PlayKit JS Cast Sender
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.
Getting Started
Installing
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
Building
Then, build the sender
yarn run build
Documentation
Compatibility
TBD
Contributing
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
Versioning
We use SemVer for versioning. For the versions available, see the tags on this repository.
License
This project is licensed under the AGPL-3.0 License - see the LICENSE file for details