https://github.com/garethgeorge/harmonystream
272
HarmonyStream is a self hosted live streaming platform providing glass to glass latency as low as 4-5 seconds.
GitHub: https://github.com/garethgeorge/harmonystream
Example with docker run
docker run -p 5000:5000 -p 1935:1935 lastpenguin/harmony-live-stream
Example docker-compose.yml
...
harmonystream:
image: lastpenguin/harmony-live-stream
container_name: harmonystream
restart: always
ports:
- 5000:5000 # web server
- 1935:1935 # rtmp ingest
volumes:
- "./harmonystream:/data" # configs etc stored here
- "<transcode tmp>:/tmp/harmonystream" # temporary transcode fragments stored here
Content type
Image
Digest
Size
411.7 MB
Last updated
over 5 years ago
docker pull lastpenguin/harmony-live-stream