Go to file
2021-10-10 15:51:28 +00:00
auth add auth server with hardcoded pass! 2021-10-10 15:35:17 +00:00
config/lb route rtmp via haproxy 2021-10-10 14:05:08 +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 define rtmp config 2021-10-10 15:40:13 +00:00
gen-selfsigned.sh cleanup selfsigned on creation 2021-10-10 15:51:28 +00:00
issue-certificate.sh gen cert scripts 2021-10-10 13:39:51 +00:00
LICENSE Initial commit 2021-10-10 16:12:19 +03:00
README.md provide example rtmp server 2021-10-10 13:39:39 +00:00

vod-rtmp

How to run

  1. Install Docker
  2. docker-compose build
  3. docker-compose up
  4. Open OBS and in settings set the server to rtmp://fqdn:1935/live and the stream key to live?key=supersecret
  5. Open a browser and go to https://fqdn to view your live stream!