HLS-Proxy for IPTV https://hls-proxy.com
4.2K
Official site https://hls-proxy.com
Image based on the official 64bit version of HLS proxy.
The basic pattern for starting a hls-proxy instance is Docker Compose:
version: '3.5'
services:
hls-proxy:
image: andromedi4/hls-proxy:latest
container_name: hls-proxy
ports:
- '34300:34300'
volumes:
- ./data:/opt/hlsp/
Then, access it via http://localhost:34300 or http://host-ip:34300 in a browser.
Content type
Image
Digest
sha256:1a454b0fd…
Size
2.7 MB
Last updated
almost 4 years ago
docker pull andromedi4/hls-proxy