update docs
This commit is contained in:
parent
6c8fa63a9f
commit
7bae8f6b9b
1 changed files with 4 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue