update docs
This commit is contained in:
parent
57db5315f4
commit
b32f4f47a5
1 changed files with 1 additions and 2 deletions
|
@ -1,7 +1,6 @@
|
||||||
# vod-rtmp
|
# vod-rtmp
|
||||||
|
|
||||||
## How to run
|
## How to run
|
||||||
|
|
||||||
1. `apt install docker.io docker-compose`
|
1. `apt install docker.io docker-compose`
|
||||||
2. `cp docker-compose.yml.dist docker-compose.yml` and edit the env variables
|
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
|
3. `cd config/frontend && cp config.yml.dist config.yml` and edit the variables
|
||||||
|
@ -14,7 +13,7 @@
|
||||||
|
|
||||||
## Setup client
|
## Setup client
|
||||||
1. Encoder server = `rtmp://example:1935/live/` key = `stream?pass=supersecret`
|
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
|
### Powered by
|
||||||
- https://github.com/tiangolo/nginx-rtmp-docker
|
- https://github.com/tiangolo/nginx-rtmp-docker
|
||||||
|
|
Loading…
Reference in a new issue