All Projects → kaltura → kaltura-player-js

kaltura / kaltura-player-js

Licence: AGPL-3.0 License
Kaltura Player JS Platform - Cloud TV and OVP Media Players

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to kaltura-player-js

Xgplayer
A HTML5 video player with a parser that saves traffic
Stars: ✭ 4,792 (+5673.49%)
Mutual labels:  player, hls, video-player
Vue Video Player
🎞 @videojs component for @vuejs
Stars: ✭ 4,026 (+4750.6%)
Mutual labels:  player, hls, video-player
playkit-js-ui
UI Application Framework for the PlayKit JS Player
Stars: ✭ 25 (-69.88%)
Mutual labels:  kaltura, flow-typed, playkit-js
shaka-player-react
A simple React component wrapper for shaka-player
Stars: ✭ 79 (-4.82%)
Mutual labels:  player, hls, video-player
Nexplayer unity plugin
Stream videos in HLS & DASH with Widevine DRM using NexPlayer Video Streaming Player SDK for Unity on Android & iOS devices
Stars: ✭ 73 (-12.05%)
Mutual labels:  player, hls, video-player
Playerdemo
一个视频播放器,开源版 potplayer ,用于总结播放器开发技术。
Stars: ✭ 491 (+491.57%)
Mutual labels:  player, video-player, media-player
react-native-vlc-media-player
React native media player for video streaming and playing. Supports RTSP, RTMP and other protocols supported by VLC player
Stars: ✭ 221 (+166.27%)
Mutual labels:  player, video-player, media-player
Clappr
🎬 An extensible media player for the web.
Stars: ✭ 5,436 (+6449.4%)
Mutual labels:  player, hls, video-player
Libvlc Go
Go bindings for libVLC and high-level media player interface
Stars: ✭ 188 (+126.51%)
Mutual labels:  player, video-player, media-player
kaltura-player-android
Kaltura Player is a rich, easy to integrate and easy to use video player for all media types and ad scenarios you need. - based on Google ExoPlayer
Stars: ✭ 22 (-73.49%)
Mutual labels:  player, kaltura, kaltura-player
P2P-DPlayer
DPLayer powered by CDNBye P2P Engine
Stars: ✭ 63 (-24.1%)
Mutual labels:  player, hls
danmaku-player
An HTML5 danmaku video player for real-time image processing using WebGl and Web Components.融合了webgl和web components的实时图像处理弹幕播放器
Stars: ✭ 40 (-51.81%)
Mutual labels:  player, video-player
mpc-qt
Media Player Classic Qute Theater
Stars: ✭ 125 (+50.6%)
Mutual labels:  player, media-player
CBPlayer
一个内置P2P的神奇播放器
Stars: ✭ 60 (-27.71%)
Mutual labels:  player, hls
angular-youtube-player
Simple youtube player created with angular and typescript. See demo.
Stars: ✭ 35 (-57.83%)
Mutual labels:  player, video-player
Flyleaf
Media Player .NET Library for WPF/WinForms (based on FFmpeg/DirectX)
Stars: ✭ 323 (+289.16%)
Mutual labels:  video-player, media-player
deplayer
Decentralized mediaplayer which runs entirely in the browser.
Stars: ✭ 14 (-83.13%)
Mutual labels:  player, video-player
nplayer
🚀 支持移动端、支持 SSR、支持直播,可以接入任何流媒体。高性能的弹幕系统。高度可定制,所有图标、主题色等都可以替换,并且提供了内置组件方便二次开发。无第三方运行时依赖。
Stars: ✭ 897 (+980.72%)
Mutual labels:  player, video-player
Rise-Media-Player
One media player for everything you own or stream; whether it's music or videos, online or offline Rise Media Player does it all. And it's beautiful and native with the latest version of WinUI.
Stars: ✭ 600 (+622.89%)
Mutual labels:  player, media-player
video-server
Server which connects to set of existing RTSP's and provides HLS/MSE-based streams.
Stars: ✭ 12 (-85.54%)
Mutual labels:  hls, video-player

Kaltura Player JS Platform - Cloud TV and OVP Media Players Based on the PlayKit JS Player

Build Status code style: prettier

The Kaltura Player utilizes a highly modular approach for creating a powerful media player. Each functionality of the player is isolated into separate packages, which are designed to deliver a specific set of abilities. This approach enables extensibility, simplicity and easy maintenance.

The Kaltura Player integrates:

The Kaltura Player exposes two different players: the Kaltura OVP Player and Kaltura Cloud TV Player. Each player integrates its related packages, as you can see in the following table:

PlayKit JS PlayKit JS Providers PlayKit JS UI PlayKit JS DASH PlayKit JS HLS PlayKit JS Youbora PlayKit JS OTT Analytics PlayKit JS KAVA
OVP Player V OVP V V V V V
Cloud TV Player V OTT V V V V V V (*)

* Needs to be configured.

The Kaltura Player 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/kaltura-player-js.git
cd kaltura-player-js
yarn install

Building

Then, build the player

// OVP player
yarn run build:ovp

// Cloud TV player
yarn run build:ott

Next, let's look at how to get started by creating a player using the Player API set.

Documentation

Running the tests

Tests can be run locally via Karma, which will run on Chrome, Firefox and Safari

yarn run test

You can test individual browsers:

yarn run test:chrome
yarn run test:firefox
yarn run test:safari

And coding style tests

We use ESLint recommended set with some additions for enforcing Flow types and other rules.

See ESLint config for full configuration.

We also use .editorconfig to maintain consistent coding styles and settings, please make sure you comply with the styling.

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].