Git Product home page Git Product logo

docker-owncast's Introduction

[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.

docker-owncast's People

Contributors

vimagick avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

docker-owncast's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.