
Security News
The Changelog Podcast: Practical Steps to Stay Safe on npm
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.
dash-video-element
Advanced tools
Custom element for playing video using the DASH format. Uses dash.js.
<dash-video>A custom element
for dash.js with an API that matches the
<video> API.
HTMLMediaElement API<script type="module" src="https://cdn.jsdelivr.net/npm/dash-video-element@0/+esm"></script>
<dash-video controls src="https://player.vimeo.com/external/648359100.mpd?s=a4419a2e2113cc24a87aef2f93ef69a8e4c8fb0c"></dash-video>
First install the NPM package:
npm install dash-video-element
Import in your app javascript (e.g. src/App.js):
import 'dash-video-element';
Optionally, you can load the script directly from a CDN using JSDelivr:
<script type="module" src="https://cdn.jsdelivr.net/npm/dash-video-element@0/+esm"></script>
This will register the custom elements with the browser so they can be used as HTML.
<youtube-video> A custom element for the YouTube player.<vimeo-video> A custom element for the Vimeo player.<videojs-video> A custom element for Video.js.<wistia-video> A custom element for the Wistia player.<jwplayer-video> A custom element for the JW player.castable-video Cast your video element to the big screen with ease!<mux-player> The official Mux-flavored video player custom element.<mux-video> A Mux-flavored HTML5 video element w/ hls.js and Mux data builtin.FAQs
Custom element for playing video using the DASH format. Uses dash.js.
The npm package dash-video-element receives a total of 176,631 weekly downloads. As such, dash-video-element popularity was classified as popular.
We found that dash-video-element demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 4 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.

Security News
Experts push back on new claims about AI-driven ransomware, warning that hype and sponsored research are distorting how the threat is understood.

Security News
Ruby's creator Matz assumes control of RubyGems and Bundler repositories while former maintainers agree to step back and transfer all rights to end the dispute.