5.0.0 • Published 4 months ago

dashjs v5.0.0

Weekly downloads
21,875
License
BSD-3-Clause
Repository
github
Last release
4 months ago

Overview

dash.js is a JavaScript based implementation for the playback of MPEG DASH content in browser based environments that support the Media Source Extensions and the Encrypted Media Extensions.

Documentation

To get started, check out our documentation that includes a quickstart guide , usage instructions and contribution guidelines.

Hosted Examples

Quickstart

A very basic example on how to use dash.js in your application can be found below:

<!doctype html>
<html>
<head>
    <title>dash.js Rocks</title>
    <style>
        video {
            width: 640px;
            height: 360px;
        }
    </style>
</head>
<body>
<div>
    <video id="videoPlayer" controls></video>
</div>
<script src="https://cdn.dashjs.org/latest/dash.all.min.js"></script>
<script>
    (function () {
        var url = "https://dash.akamaized.net/envivio/EnvivioDash3/manifest.mpd";
        var player = dashjs.MediaPlayer().create();
        player.initialize(document.querySelector("#videoPlayer"), url, true);
    })();
</script>
</body>
</html>

Contact

Please raise any issue directly on Github.

You can also find us on Slack! and on Google Groups.

License

dash.js is released under BSD license

Tested With

  

m2a-authext-video-componentve-playermui-player-glup@everything-registry/sub-chunk-1443widrovenom-playervidivideojs-contrib-dashvideojs-contrib-dash-rtvitube-fluid-playerireactplayerireact-playermulti-playersstream-centre-playersp-frontendstreamio-playersp-media-playersolid-plyrtplayer.js@antmedia/web_player@afraz-malik/hello_ant_media_web_player@bazookanu/ant_web_player@bhayward93/ngx-plyr-app@chainfuse/uiyangtuvuepress-plugin-smplayervuereddit@headlessplayback/dash-plugin@flosportsinc/ng-media-source-extensions-dash@eluvio/elv-player-js@europeana/media-player@gnarmoon/gnplay@lord_ts/api@lidarbtc/solid-plyr@epiclabs/epic-video-player@ernestoadv/tsplayer@eyevinn/html-player@eyevinn/web-player-core@meisterplayer/plugin-dash@kano/kbc-video@iiif/iiif-av-component@incremental.design/component-video-player@odnoklassniki/player-sdk@s3bubble/videojs-contrib-dash-with-quality-levels@openveo/publish@openveo/portalmui-players-plusnas-playernsplayerrobertestnode-dash-clientngx-epic-video-playerngx-plyrrniplayer-plugin-dashplayablepxt-corereact-video-streamreact-streamify-playship-components-videohoast360lion-plyrloplayerloql-marketplacekonplayermegacubomeister-plugin-dash@team-monolith/pxt-coreangular-dplayerangular-dashjs-playeragora-media-play-kit-dashaiera-client-sdk1ayayachibitronics-pxt-corecdnbye-dashdanplayerdash-video-elementdash-reactdashjs-esmblaze-playerbstorejs-reactbigscreen-playerember-videojs-dasheuropeanamediaplayerext-videoexplanation-packageexplanation-package-gradedexplanation-package-graded-testexplanation-package-testexplanation-package-test-fontexplanation-package-test-gradedexplanation-package-test-testfeffery_utils_componentsfluid-player
5.0.0

4 months ago

4.7.4

1 year ago

4.7.3

2 years ago

4.7.2

2 years ago

4.7.1

2 years ago

4.7.0

2 years ago

4.6.0

2 years ago

4.5.2

3 years ago

4.5.1

3 years ago

4.5.0

3 years ago

4.4.1

3 years ago

4.4.0

3 years ago

4.3.0

3 years ago

4.2.1

3 years ago

4.2.0

4 years ago

4.1.0

4 years ago

4.0.1

4 years ago

4.0.0-npm

4 years ago

4.0.0

4 years ago

3.2.2

4 years ago

3.2.1

4 years ago

3.2.0

5 years ago

3.1.3

5 years ago

3.1.2

5 years ago

3.1.1

5 years ago

3.1.0

5 years ago

3.0.3

5 years ago

3.0.2

5 years ago

3.0.1

6 years ago

3.0.0

6 years ago

2.9.3

6 years ago

2.9.2

7 years ago

2.9.1

7 years ago

2.9.0

7 years ago

2.8.0

7 years ago

2.7.0

7 years ago

2.6.8

7 years ago

2.6.7

7 years ago

2.6.6

7 years ago

2.6.5

7 years ago

2.6.4

8 years ago

2.6.3

8 years ago

2.6.2

8 years ago

2.6.1

8 years ago

2.6.0

8 years ago

2.5.0

8 years ago

2.4.1

8 years ago

2.4.0

8 years ago

2.3.0

9 years ago

2.2.0

9 years ago

2.1.1

9 years ago

2.0.0

9 years ago

2.0.0-rc5

9 years ago

2.0.0-rc4

9 years ago

1.1.1

11 years ago

0.0.0

11 years ago