Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 386 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 386 Bytes

HLS Player Web Component

A pure Web Component HLS Player powered by hls.js. Very early stage.

Usage

Use like normal video element

<script type="module" src="./hls-player.mjs" ></script>
<video is="hls-player" width="400" muted playsinline autoplay src="http://192.168.50.108:8888/cam1/index.m3u8"></video>

License

MIT