IPTV Toolkit
Overview
A set of tools for working with IPTV. The set includes: playlist converter, program guide converter, small web server for publishing files, scheduler and udpxy.
Quick start
- Docker Compose
docker-compose -f ./docker-compose.yaml up -d
- Docker Swarm
docker stack deploy -c ./docker-stack.yaml iptv -d --prune
- Kubernetes
kubectl apply -f https://raw.githubusercontent.com/Losenmann/iptv-toolkit/refs/heads/master/deploy/kubernetes.yaml