Go to file
2021-10-14 21:00:09 +00:00
auth define auth port 8081 2021-10-10 22:44:31 +00:00
config bump the version to make a stable release 2021-10-12 23:49:39 +00:00
data remove placeholder from certificates 2021-10-10 15:48:44 +00:00
frontend rename video to player to match css 2021-10-12 19:46:27 +00:00
logs/certbot define folder placeholders 2021-10-10 13:44:31 +00:00
rtmp attempt veryvast on ryzen cpu 2021-10-12 02:01:36 +00:00
.gitignore remove nginx.conf.fist 2021-10-11 02:54:42 +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-14 21:00:09 +00:00
TODO update docs 2021-10-12 00:36:30 +00:00

vod-rtmp

How to run

  1. apt install docker.io docker-compose
  2. cp docker-compose.yml.dist docker-compose.yml and edit the env variables
  3. cd config/frontend && cp config.yml.dist config.yml and edit the variables
  4. ./gen-selfsigned.sh - generate self signed haproxy cert for bootstraping
  5. docker-compose build
  6. docker-compose up
  7. ./issue-certificate.sh example.com info@example.com - issue LE production certificate
  8. You can use the following command to rebuild and restart everything: docker-compose down ; docker-compose build; docker-compose up -d ; docker-compose logs --follow

Setup client

  1. Encoder server = rtmp://example:1935/live/ key = stream?pass=supersecret
  2. Open a browser and go to https://example.com to view your live stream via hls.js

Powered by