
Security News
Browserslist-rs Gets Major Refactor, Cutting Binary Size by Over 1MB
Browserslist-rs now uses static data to reduce binary size by over 1MB, improving memory use and performance for Rust-based frontend tools.
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 22,277 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
Browserslist-rs now uses static data to reduce binary size by over 1MB, improving memory use and performance for Rust-based frontend tools.
Research
Security News
Eight new malicious Firefox extensions impersonate games, steal OAuth tokens, hijack sessions, and exploit browser permissions to spy on users.
Security News
The official Go SDK for the Model Context Protocol is in development, with a stable, production-ready release expected by August 2025.