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

https://github.com/streamer45/hlss

Node.js HLS Segmenter
https://github.com/streamer45/hlss

hls nodejs streaming video

Last synced: 6 months ago
JSON representation

Node.js HLS Segmenter

Awesome Lists containing this project

README

          

# hlss - Node.js HTTP Live Streaming Segmenter

[![npm][npm-image]][npm-url] [![downloads][downloads-image]][downloads-url]

[npm-image]: https://img.shields.io/npm/v/hlss.svg
[npm-url]: https://npmjs.org/package/hlss
[downloads-image]: https://img.shields.io/npm/dm/hlss.svg
[downloads-url]: https://npmjs.org/package/hlss

## Usage

See files in the [examples](https://github.com/streamer45/hlss/tree/master/examples) folder.

## Acknowledgements

This library heavily uses code from [mux.js](https://github.com/videojs/mux.js)

## License

[MIT](http://opensource.org/licenses/MIT)