Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 801 Bytes

README.md

File metadata and controls

36 lines (24 loc) · 801 Bytes

Dashjs-Player-jQuery-Plugin

Introduce

It's a h5 video player using caph3-jquery, based on MSE/EME player named shaka-player.

UX/UI design for TV application, support remote control.

img

Getting Start

yarn start // start localhost:3000

yarn test // start karma to test src code.

Usage

// html
<div id="player"></div>

// app.js
var playlist = [...src];

$('#player').caphDashjsPlayer({
    datas : playlist // datas can not rename
});

About