add recorder docs
This commit is contained in:
parent
126559a237
commit
69d255a099
1 changed files with 10 additions and 1 deletions
11
README.md
11
README.md
|
@ -1,9 +1,18 @@
|
|||
# Television
|
||||
|
||||
## Install
|
||||
Multi channel stream setup with Flask REST API for scheduling channels.
|
||||
|
||||
1. run `./init.sh` to prepare data directories and generate self signed certs to bootstrap the load balancer
|
||||
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`
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue