1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-16 11:58:47 +00:00

update owncast

This commit is contained in:
kev 2021-02-01 12:53:26 +08:00
parent 5ee2e5f1ab
commit b7f0e48c1b
2 changed files with 13 additions and 1 deletions

@ -5,4 +5,16 @@ owncast
existing popular broadcasting software. Point your live stream at a server you
personally control and regain ownership over your content.
## 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.
[1]: https://owncast.online/

@ -2,7 +2,7 @@ version: "3.8"
services:
owncast:
image: gabekangas/owncast
command: /app/owncast --configFile=/data/config.yaml --chatDatabase=/data/chat.db
command: /app/owncast --configFile=/data/config.yaml --database=/data/chat.db
ports:
- "1935:1935"
- "8080:8080"