clappr dash playback based on shaka player
npm install dash-shaka-playback

A clappr playback to play dash based on the amazing shaka-player.
> CDN JSDELIVR: https://cdn.jsdelivr.net/gh/clappr/dash-shaka-playback@latest/dist/dash-shaka-playback.js
>
> CDNJS: https://cdnjs.cloudflare.com/ajax/libs/dash-shaka-playback/2.0.5/dash-shaka-playback.js
>
> NPM: https://www.npmjs.com/package/dash-shaka-playback/
* supports closed caption (subtitles)

``html
DRM
If need to protect your content (DRM) you must use the
shakaConfiguration following the shaka configuration need.License Wrapping
If need to wrap DRM license requests or responses you use
shakaOnBeforeLoad following shaka License Wrapping guide.Development
Install yarn:
https://yarnpkg.com/lang/en/docs/install/
Install dependencies:
yarn installRun dev. server :
yarn startBy default, dev. server is listening on
http://0.0.0.0:8080.Build plugin:
yarn distBy default, Shaka player is bundled with plugin. A "lightweight" version of this plugin, without shaka player bundled,
dash-shaka-playback-external.min.js is available."extra" features
This playback offers you an API for handling with: audio, video and text tracks.
`javascript
selectTrack(track)
textTracks()
audioTracks()
videoTracks()
``