dockerfiles/owncast
kev ca0b7fe22f upgrade owncast to 0.0.11 2022-03-07 13:26:29 +08:00
..
arm64 upgrade owncast to 0.0.11 2022-03-07 13:26:29 +08:00
README.md add warnning messages 2022-02-09 16:17:45 +08:00
docker-compose.yml fix owncast 2021-08-13 17:33:36 +08:00

owncast

⚠️ THIS PROJECT WAS MOVED TO: https://github.com/EasyPi/docker-owncast

Owncast is a self-hosted live video and web chat server for use with existing popular broadcasting software. Point your live stream at a server you personally control and regain ownership over your content.

Up and Running

version: "3.8"
services:
  owncast:
    image: gabekangas/owncast
    command: /app/owncast -backupdir=/data -database=/data/database.db
    ports:
      - "1935:1935"
      - "8080:8080"
    volumes:
      - ./data:/data
    restart: unless-stopped

Using with OBS / Streamlabs

OBS is a pretty good piece of free software that will get you streaming from your own computer right away.

  • Install OBS or Streamlabs OBS and get it working with your local setup.
  • Open OBS Settings and go to “Stream”.
  • Select “Custom…” as the service.
  • Enter the URL of the server running your streaming service in the format of rtmp://myserver.net/live.
  • Enter your “Stream Key” that matches the key you put in your config.yaml file.
  • Start the server.
  • Press “Start Streaming” (OBS) or “Go Live” (Streamlabs) on OBS.