Skip to content
This repository has been archived by the owner on Oct 17, 2023. It is now read-only.
/ docker-owncast Public archive

🎬 A self-hosted live video and web chat server

Notifications You must be signed in to change notification settings

EasyPi/docker-owncast

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

[OBSOLETE] owncast

PLEASE USE THE OFFICIAL DOCKER IMAGE: https://owncast.online/quickstart/container/

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: owncast/owncast
    ports:
      - "1935:1935"
      - "8080:8080"
    volumes:
      - ./data:/app/data
    restart: unless-stopped
$ mkdir -m 777 data
$ docker-compose up -d
$ curl 127.0.0.1:8080/admin

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.

About

🎬 A self-hosted live video and web chat server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published