From 7bae8f6b9b9b09ab94ab0878767798e6de3f598d Mon Sep 17 00:00:00 2001 From: deflax Date: Sun, 10 Oct 2021 23:21:38 +0000 Subject: [PATCH] update docs --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 28d0716..afaea96 100644 --- a/README.md +++ b/README.md @@ -7,12 +7,11 @@ 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` +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 -https://github.com/tiangolo/nginx-rtmp-docker -https://github.com/zom-bi/zomstream -https://github.com/Abdisalan/blog-code-examples/tree/master/live-stream-part-3 +- https://github.com/tiangolo/nginx-rtmp-docker +- https://github.com/zom-bi/zomstream +- https://github.com/Abdisalan/blog-code-examples/tree/master/live-stream-part-3