Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/futhrevo/videojs-hlsjs

Playback HLS with hls.js that is lightweight and a source handler with HTML5 tech.
https://github.com/futhrevo/videojs-hlsjs

Last synced: 1 day ago
JSON representation

Playback HLS with hls.js that is lightweight and a source handler with HTML5 tech.

Awesome Lists containing this project

README

        

videojs-hlsjs
=================

Just another hls.js plugin.

Playback HLS with hls.js that is lightweight and a source handler with HTML5 tech.

## Getting Started

- [Videojs](https://videojs.com/) 6+
- [hls.js](https://github.com/video-dev/hls.js/) 0.9+

```

...



videojs('player');

```

### Configuration

[hls.js config](https://video-dev.github.io/hls.js/docs/html/file/src/config.js.html)

```
videojs('player', {
controls: true,
autoplay: false,
html5: {
// https://video-dev.github.io/hls.js/docs/html/file/src/config.js.html
hlsjs: {
debug: true,
}
},
});
```