riftbit/hls-proxy
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
docker pull riftbit/hls-proxy