update docs

This commit is contained in:
deflax 2021-10-10 23:21:38 +00:00
parent 6c8fa63a9f
commit 7bae8f6b9b

View file

@ -7,12 +7,11 @@
3. `./gen-selfsigned.sh` 3. `./gen-selfsigned.sh`
4. `docker-compose up` 4. `docker-compose up`
5. `./issue-certificate.sh example.com info@example.com` 5. `./issue-certificate.sh example.com info@example.com`
6. Encoder server = `rtmp://example:1935/live/` key = `stream?pass=supersecret`
6. Encoder server = `rtmp://example:1935/live` key = `live?key=supersecret`
7. Open a browser and go to `https://example.com` to view your live stream via hls.js 7. Open a browser and go to `https://example.com` to view your live stream via hls.js
### Powered by ### Powered by
https://github.com/tiangolo/nginx-rtmp-docker - https://github.com/tiangolo/nginx-rtmp-docker
https://github.com/zom-bi/zomstream - https://github.com/zom-bi/zomstream
https://github.com/Abdisalan/blog-code-examples/tree/master/live-stream-part-3 - https://github.com/Abdisalan/blog-code-examples/tree/master/live-stream-part-3