847 B
847 B
Television
Multi channel stream setup with Flask REST API for scheduling channels.
Install
cp variables.env.dist variables.env
and set the required variables- run
./init.sh
to prepare data directories and generate self signed certs to bootstrap the load balancer - run the docker-compose stack using
docker-compose up -d --build --remove-orphans
- run
./renew-certificates.sh
periodically to generate/update the certificates
Usage
- Access the admin panel at
https://stream.example.com/ui
- Access the recordings gallery at
https://vod.example.com/
EPG stream priorities
- prio = 0 - scheduled
- prio = 1 - live
- prio = 2 - live and vod recording
Purge vod database
docker exec -ti television_archive_1 /app/gallery.js storage --storage /data/storage --database /data/config/database.db -l debug purge