Sign inSign up

zingytomato/pyhls

By zingytomato

•Updated 3 months ago

Secure, self-hosted HLS streaming with token-based access written in Python.

Image
0

1.2K

zingytomato/pyhls repository overview

Official Docker image for: https://github.com/ZingyTomato/PyHLS⁠

⁠Docker Compose Stack

---
services:
  pyhls:
    image: zingytomato/pyhls:main
    container_name: pyhls
    ports:
      - 8000:8000 # External port can be changed
    volumes:
      - PyHLS:/PyHLS/media # Change PyHLS to your preferred directory
    restart: unless-stopped

volumes: # Remove this if using your own local directory
  PyHLS:

Tag summary

Content type

Image

Digest

sha256:702c1a4f2…

Size

80.3 MB

Last updated

3 months ago

docker pull zingytomato/pyhls:sha-e2b057a