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
- Host: GitHub
- URL: https://github.com/streamer45/hlss
- Owner: streamer45
- License: mit
- Created: 2017-03-06T08:59:56.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-04-10T19:41:29.000Z (over 7 years ago)
- Last Synced: 2025-09-26T13:59:45.706Z (10 months ago)
- Topics: hls, nodejs, streaming, video
- Language: JavaScript
- Size: 29.3 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)