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