hls-proxy container based on Alpine Linux
7.1K
Actual version: 8.4.8
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.8'
services:
hls-proxy:
image: riftbit/hls-proxy:latest
container_name: hls-proxy
ports:
- '34300:34300'
volumes:
- ./config:/opt/hlsp/config
- ./plugins:/opt/hlsp/plugins
Then, access it via http://localhost:34300 or http://host-ip:34300 in a browser.
Default admin password - riftlab
Content type
Image
Digest
sha256:f4ffd9f3c…
Size
102.5 MB
Last updated
over 2 years ago
docker pull riftbit/hls-proxy