Go to file
2021-10-10 22:44:31 +00:00
auth define auth port 8081 2021-10-10 22:44:31 +00:00
config/lb update docs 2021-10-10 20:35:30 +00:00
data remove placeholder from certificates 2021-10-10 15:48:44 +00:00
logs/certbot define folder placeholders 2021-10-10 13:44:31 +00:00
rtmp define auth port 8081 2021-10-10 22:44:31 +00:00
.gitignore remove placeholder from certificates 2021-10-10 15:48:44 +00:00
docker-compose.yml define auth port 8081 2021-10-10 22:44:31 +00:00
gen-selfsigned.sh cleanup selfsigned on creation 2021-10-10 15:51:28 +00:00
issue-certificate.sh fix certificates path 2021-10-10 16:08:53 +00:00
LICENSE Initial commit 2021-10-10 16:12:19 +03:00
README.md remove nodejs auth with python auth daemon 2021-10-10 22:12:06 +00:00

vod-rtmp

How to run

  1. apt install docker.io docker-compose

  2. docker-compose build

  3. ./gen-selfsigned.sh

  4. docker-compose up

  5. ./issue-certificate.sh example.com info@example.com

  6. Encoder server = rtmp://example:1935/live key = live?key=supersecret

  7. Open a browser and go to https://example.com to view your live stream via hls.js

Powered by

https://github.com/zom-bi/zomstream