Multi-Channel streaming setup
Go to file
2024-01-07 05:47:31 +02:00
config set start_at for all sreams 2024-01-07 02:19:34 +02:00
src/scheduler define fallback_search function 2024-01-07 05:47:31 +02:00
.gitignore include working mediamtx.yml since we have auth disabled with non-public recorder 2024-01-05 02:50:08 +00:00
docker-compose.yml provide volume for the scheduler config 2024-01-05 13:29:29 +00:00
init.sh set init script 2024-01-04 22:57:03 +02:00
LICENSE Initial commit 2023-12-31 03:33:27 +02:00
README.md update readme 2024-01-05 14:06:26 +02:00
renew-certificates.sh remove debug log 2024-01-04 04:07:31 +00:00
variables.env.dist rearrange variables.env 2024-01-03 02:00:41 +00:00

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

Recorder

  1. Add Publication - Protocols/RTSP:
  • Service Name: Recorder
  • Protocol: rtsp://
  • Address: recorder.local:8554/live
  1. Visit recordings gallery at https://vod.example.com/