owncast/config-example.yaml

45 lines
1.1 KiB
YAML
Raw Normal View History

2020-09-22 10:12:56 +02:00
# See https://owncast.online/docs/configuration/ for more details
instanceDetails:
name: Owncast
2020-09-22 10:12:56 +02:00
title: Owncast
summary: "This is brief summary of whom you are or what your stream is. You can read more about it at owncast.online. You can edit this description in your config file."
2020-09-22 10:12:56 +02:00
logo: /img/logo.svg
tags:
- music
- software
2020-09-22 10:12:56 +02:00
- streaming
2020-11-15 20:58:48 +01:00
nsfw: false
2020-09-22 10:12:56 +02:00
# https://owncast.online/docs/configuration/#external-links
# for full list of supported social links. All optional.
socialHandles:
2020-09-22 10:12:56 +02:00
- platform: github
url: http://github.com/owncast/owncast
- platform: mastodon
url: http://mastodon.something/owncast
2020-06-02 01:53:31 +02:00
videoSettings:
# 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-11-15 20:58:48 +01:00
streamQualities:
- low:
videoBitrate: 800
scaledWidth: 640
encoderPreset: veryfast
- medium:
videoBitrate: 1200
encoderPreset: veryfast
- high:
videoBitrate: 1600
encoderPreset: veryfast
# Set to true if you don't want the service checking for future releases.
disableUpgradeChecks: false