stream
stream copied to clipboard
HLS server implementation in python
HLS Streaming Server
Example
# Buid it
$ docker build -t stream .
# Run API
$ docker run --rm -i -p 8080:8080 -t -v $PWD:/site stream
# To Run
$ npm start