Go to file
2021-10-11 02:05:07 +00:00
auth define auth port 8081 2021-10-10 22:44:31 +00:00
config move example config as yml.dist files 2021-10-11 02:02:01 +00:00
data remove placeholder from certificates 2021-10-10 15:48:44 +00:00
frontend bring frontend on root and move fallback videos to their own location 2021-10-11 00:48:23 +00:00
logs/certbot define folder placeholders 2021-10-10 13:44:31 +00:00
rtmp move fallback video 2021-10-11 01:32:32 +00:00
.gitignore move example config as yml.dist files 2021-10-11 02:02:01 +00:00
docker-compose.yml.dist move example config as yml.dist files 2021-10-11 02:02:01 +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 23:21:38 +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 = stream?pass=supersecret
  7. Open a browser and go to https://example.com to view your live stream via hls.js

Powered by