Get started with dash-shaka-playback CDN
BSD-3-Clause licensed
Dash-shaka-playback: Extension for Dash player, seamless MP4 playback with Shaka library.
Tags:- dash playback
- shaka-player
- javascript
Stable version
Copied!
How to start using dash-shaka-playback CDN
<!DOCTYPE html>
<html>
<head>
<title>Get started with dash-shaka-playback CDN - cdnhub.io</title>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/shaka-player.min.js"></script>
<script src="https://cdn.cdnhub.io/dash-shaka-playback/3.2.0/dash-shaka-playback.min.js"></script>
<style>
#player {
width: 100%;
height: 100%;
}
</style>
</head>
<body>
<video id="video" class="video-js vjs-default-skin" controls preload="auto" width="100%" height="100%" data-setup='{"techOrder": ["dash"]}'>
<source src="path/to/your/dash.mpd" type="application/dash+xml">
</video>
<div id="player"></div>
<script>
const video = document.querySelector('#video');
const player = new shaka.Player('player');
player.attachTo(video);
player.load('path/to/your/dash.mpd');
</script>
</body>
</html>
All versions
1.0.0
1.0.1
1.0.10
1.0.11
1.0.12
1.0.13
1.0.14
1.0.15
1.0.16
1.0.17
1.0.18
1.0.19
1.0.2
1.0.3
1.0.4
1.0.5
1.0.6
1.0.7
1.0.8
1.0.9
2.0.0
2.0.0-beta
2.0.1
2.0.1-beta
2.0.10-beta
2.0.11-beta
2.0.12-beta
2.0.13-beta
2.0.14-beta
2.0.15-beta
2.0.2
2.0.2-beta
2.0.3
2.0.3-beta
2.0.4
2.0.4-beta
2.0.5
2.0.5-beta
2.0.6
2.0.6-beta
2.0.7
2.0.7-beta
2.0.8
2.0.8-beta
2.0.9
2.0.9-beta
2.1.0
2.2.0
2.2.1
2.2.2
2.2.3
2.2.4
2.2.5
2.2.6
2.2.7
2.2.8
2.3.0
2.3.1
2.3.2
2.3.3
2.3.4
2.3.5
2.3.6
3.0.0
3.0.1
3.0.2
3.0.3
3.0.5
3.1.0
3.2.0
3.3.0
3.4.0
*** 3.5.0