update readme with the latest changes in recording automation
This commit is contained in:
parent
cd5c15f532
commit
ed9512219d
1 changed files with 2 additions and 10 deletions
12
README.md
12
README.md
|
@ -7,13 +7,5 @@ Multi channel stream setup with Flask REST API for scheduling channels.
|
|||
2. `cp variables.env.dist variables.env` and set the required variables
|
||||
3. run `./renew-certificates.sh` periodically to generate/update the certificates
|
||||
4. run the docker-compose stack using `docker-compose up -d --build --remove-orphans`
|
||||
5. access the admin panel at `https://stream.example.com/ui`
|
||||
|
||||
|
||||
## Recorder
|
||||
|
||||
1. Add Publication - Protocols/RTSP:
|
||||
- Service Name: Recorder
|
||||
- Protocol: rtsp://
|
||||
- Address: recorder.local:8554/live
|
||||
2. Visit recordings gallery at `https://vod.example.com/`
|
||||
5. Access the admin panel at `https://stream.example.com/ui`
|
||||
6. Access the recordings gallery at `https://vod.example.com/`
|
Loading…
Reference in a new issue