From b32f4f47a52e16584918ad8595c86a3cd64ef07a Mon Sep 17 00:00:00 2001 From: deflax Date: Thu, 14 Oct 2021 21:00:09 +0000 Subject: [PATCH] update docs --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 75b85d3..68b08f2 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ # 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 @@ -14,7 +13,7 @@ ## 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 flv.js +2. Open a browser and go to `https://example.com` to view your live stream via hls.js ### Powered by - https://github.com/tiangolo/nginx-rtmp-docker