Owncast

Decentralized single-user live video streaming and chat server for running your own live streams similar in style to the large mainstream options.

Directory Structure

    • .env
    • docker-compose.yml

docker-compose.yml

version: "3.3"
services:
  owncast:
    image: owncast/owncast:latest
    volumes:
      - "`pwd`/data:/app/data"
    ports:
      - 8080:8080
      - 1935:1935
    restart: unless-stopped

Resources

Website: https://owncast.online/

GitHub: https://github.com/owncast/owncast

Docker Hub: https://hub.docker.com/r/owncast/owncast

Configuration: https://owncast.online/quickstart/container/