2020-09-22 01:12:56 -07:00
|
|
|
# See https://owncast.online/docs/configuration/ for more details
|
|
|
|
|
2020-06-28 15:10:00 -07:00
|
|
|
instanceDetails:
|
|
|
|
name: Owncast
|
2020-09-22 01:12:56 -07:00
|
|
|
title: Owncast
|
2020-11-19 08:48:33 -08: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 01:12:56 -07:00
|
|
|
|
2020-11-17 15:12:54 -08:00
|
|
|
logo: /img/logo.svg
|
2020-06-28 15:10:00 -07:00
|
|
|
|
|
|
|
tags:
|
|
|
|
- music
|
|
|
|
- software
|
2020-09-22 01:12:56 -07:00
|
|
|
- streaming
|
2020-06-28 15:10:00 -07:00
|
|
|
|
2020-09-22 01:12:56 -07:00
|
|
|
# https://owncast.online/docs/configuration/#external-links
|
2020-07-13 15:04:53 -07:00
|
|
|
# for full list of supported social links. All optional.
|
2020-06-28 15:10:00 -07:00
|
|
|
socialHandles:
|
2020-09-22 01:12:56 -07:00
|
|
|
- platform: github
|
|
|
|
url: http://github.com/owncast/owncast
|
2020-06-28 15:10:00 -07:00
|
|
|
|
2020-06-01 16:53:31 -07:00
|
|
|
videoSettings:
|
2020-07-13 15:04:53 -07:00
|
|
|
# Change this value and keep it secure. Treat it like a password to your live stream.
|
2020-06-01 17:15:11 -07:00
|
|
|
streamingKey: abc123
|
2020-10-01 23:55:38 -07:00
|
|
|
|
2020-11-15 20:58:48 +01:00
|
|
|
streamQualities:
|
|
|
|
- medium:
|
|
|
|
videoBitrate: 1200
|
|
|
|
encoderPreset: veryfast
|
|
|
|
|
2020-11-05 18:29:16 -08:00
|
|
|
# Set to true if you don't want the service checking for future releases.
|
|
|
|
disableUpgradeChecks: false
|
2020-12-02 00:30:39 -08: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 00:34:45 -08:00
|
|
|
enabled: false
|
2020-12-02 00:30:39 -08:00
|
|
|
instanceURL: https://stream.myserver.org
|