Sign inSign up

andromedi4/hls-proxy

By andromedi4

Updated almost 4 years ago

HLS-Proxy for IPTV https://hls-proxy.com

Image
1

4.2K

andromedi4/hls-proxy repository overview

Docker implementation of hls-proxy

Docker Pulls Docker Image Size Docker Stars

Official site https://hls-proxy.com

Image based on the official 64bit version of HLS proxy.

How to use this image

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.

Tag summary

Content type

Image

Digest

sha256:1a454b0fd

Size

2.7 MB

Last updated

almost 4 years ago

docker pull andromedi4/hls-proxy