Skip to content

SmithAF/ext-video

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ext Video Web Component

An attempt at making a better video element that can play HLS and Dash videos.

https://smithaf.github.io/ext-video/index.html

How to use

Import the module through JavaScript or HTML.

import 'ext-video'
<script src="ext-video"></script>

Doing this will register the web component.

Then to use it, set the is attribute on a video element

<video is="ext-video" src="file.m3u8">

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published