Skip to content

PlayKit JS Cast Sender Extension for the Kaltura Player JS

License

Notifications You must be signed in to change notification settings

kaltura/playkit-js-cast-sender

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
ovp-github-actions
Feb 7, 2025
f0c0ad0 · Feb 7, 2025
Oct 4, 2023
Apr 28, 2021
Dec 16, 2018
Dec 16, 2018
Apr 7, 2024
Jul 27, 2020
Jan 14, 2025
Nov 24, 2020
Sep 13, 2018
Sep 13, 2018
Sep 13, 2018
May 14, 2023
Sep 13, 2018
Sep 13, 2018
Jul 27, 2020
Sep 13, 2018
Feb 7, 2025
Jul 9, 2018
May 4, 2023
Jul 27, 2020
May 4, 2023
Feb 7, 2025
May 14, 2023
Apr 7, 2024

Repository files navigation

PlayKit JS Cast Sender

Build Status code style: prettier

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