Get started with dashjs CDN
BSD-3-Clause licensed
Dash.js is an open-source HTML5 video player library.
Tags:- dash
- playback
- MPEG
Stable version
Copied!
How to start using dashjs CDN
<!DOCTYPE html>
<html>
<head>
<title>Get started with dashjs CDN - cdnhub.io</title>
<script src="https://cdn.cdnhub.io/dashjs/4.7.4/dash.all.min.js"></script>
</head>
<body>
<video id="videoPlayer" class="video-js" controls preload="auto" width="640" height="360" data-setup='{"techOrder": ["dash"]}'>
<source src="path/to/your/dash.mpd" type="application/dash+xml">
</video>
<script>
if (typeof window.DASH === 'object') {
window.addEventListener('DOMContentLoaded', function() {
var video = document.getElementById('videoPlayer');
if (DASH.isDASHFormat(video.src)) {
DASH.load(video);
}
});
}
</script>
</body>
</html>
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
All versions
0.2.4
0.2.5
1.0.0
1.1.2
1.2.0
1.3.0
1.4
1.5.0
1.5.1
1.6.0
2.0.0
2.0.0-rc4
2.0.0-rc5
2.1.0
2.1.1
2.2.0
2.3.0
2.4.0
2.4.1
2.5.0
2.6.0
2.6.1
2.6.2
2.6.3
2.6.4
2.6.5
2.6.6
2.6.7
2.6.8
2.7.0
2.8.0
2.9.0
2.9.1
2.9.2
2.9.3
3.0.0
3.0.1
3.0.2
3.0.3
3.1.0
3.1.1
3.1.2
3.1.3
3.2.0
3.2.1
3.2.2
4.0.0-npm
4.0.1
4.1.0
4.2.0
4.2.1
4.3.0
4.4.0
4.4.1
4.5.0
4.5.1
4.5.2
4.6.0
4.7.0
4.7.1
4.7.2
4.7.3
*** 4.7.4