Mistserver
Public domain streaming media server that works with any device and any format.
Directory Structure
- .env
- docker-compose.yml
docker-compose.yml
version: "3.3"
services:
mistserver:
image: ddvtech/mistserver
volumes:
- type: bind
source: /PATH/TO/CONFIG.JSON
destination: /config.json
- type: bind
source: /FOLDER/WITH/VIDEOFILES
destination: /video
shm_size: 4g
network_mode: host
restart: unless-stoppedResources
Website: https://mistserver.org/
GitHub: https://github.com/DDVTECH/mistserver
Docker Hub: https://hub.docker.com/r/ddvtech/mistserver
Configuration: https://docs.mistserver.org/mistserver/installation/docker