Go to file
2021-10-10 20:35:30 +00:00
auth add auth server with hardcoded pass! 2021-10-10 15:35:17 +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 network path 2021-10-10 15:41:39 +00:00
.gitignore remove placeholder from certificates 2021-10-10 15:48:44 +00:00
docker-compose.yml rearrange docker dependencies 2021-10-10 16:01:43 +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 update docs 2021-10-10 20:35:30 +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