🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

dash-video-element

Package Overview
Dependencies
Maintainers
4
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dash-video-element

Custom element for playing video using the DASH format. Uses dash.js.

0.1.5
latest
Source
npm
Version published
Weekly downloads
24K
237.18%
Maintainers
4
Weekly downloads
 
Created
Source

<dash-video>

NPM Version NPM Downloads jsDelivr hits (npm) npm bundle size

A custom element for dash.js with an API that matches the <video> API.

  • 🏄‍♂️ Compatible HTMLMediaElement API
  • 🕺 Seamlessly integrates with Media Chrome

Example

<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>

Install

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.

Keywords

DASH

FAQs

Package last updated on 26 Jun 2025

Did you know?

Socket

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.

Install

Related posts