2020-09-22 10:12:56 +02:00
|
|
|
# See https://owncast.online/docs/configuration/ for more details
|
|
|
|
|
2020-06-29 00:10:00 +02:00
|
|
|
instanceDetails:
|
|
|
|
name: Owncast
|
2020-09-22 10:12:56 +02:00
|
|
|
title: Owncast
|
2020-11-19 17:48:33 +01:00
|
|
|
summary: "This is brief summary of whom you are or what your stream is. You can edit this description in your config file."
|
2020-09-22 10:12:56 +02:00
|
|
|
|
2020-11-18 00:12:54 +01:00
|
|
|
logo: /img/logo.svg
|
2020-06-29 00:10:00 +02:00
|
|
|
|
|
|
|
tags:
|
|
|
|
- music
|
|
|
|
- software
|
2020-09-22 10:12:56 +02:00
|
|
|
- streaming
|
2020-06-29 00:10:00 +02:00
|
|
|
|
2020-09-22 10:12:56 +02:00
|
|
|
# https://owncast.online/docs/configuration/#external-links
|
2020-07-14 00:04:53 +02:00
|
|
|
# for full list of supported social links. All optional.
|
2020-06-29 00:10:00 +02:00
|
|
|
socialHandles:
|
2020-09-22 10:12:56 +02:00
|
|
|
- platform: github
|
|
|
|
url: http://github.com/owncast/owncast
|
2020-06-29 00:10:00 +02:00
|
|
|
|
2020-06-02 01:53:31 +02:00
|
|
|
videoSettings:
|
2020-07-14 00:04:53 +02:00
|
|
|
# Change this value and keep it secure. Treat it like a password to your live stream.
|
2020-06-02 02:15:11 +02:00
|
|
|
streamingKey: abc123
|
2020-10-02 08:55:38 +02:00
|
|
|
|
2020-11-15 20:58:48 +01:00
|
|
|
streamQualities:
|
|
|
|
- medium:
|
|
|
|
videoBitrate: 1200
|
|
|
|
encoderPreset: veryfast
|
|
|
|
|
2020-11-06 03:29:16 +01:00
|
|
|
# Set to true if you don't want the service checking for future releases.
|
|
|
|
disableUpgradeChecks: false
|
2020-12-02 09:30:39 +01:00
|
|
|
|
|
|
|
# Off by default. You can optionally list yourself in the Owncast directory.
|
|
|
|
# Make sure your instanceURL is the public URL to your Owncast instance.
|
|
|
|
yp:
|
2020-12-02 09:34:45 +01:00
|
|
|
enabled: false
|
2020-12-02 09:30:39 +01:00
|
|
|
instanceURL: https://stream.myserver.org
|