mirror of
https://github.com/owncast/owncast.git
synced 2024-11-22 12:49:37 +03:00
01f16aeddf
* Simplify Logo requirement from users. - Only require 1 logo file, instead of a `small` and `large` one. Just require `logo`. - Update frontend sso that primary header logo will ALWAYS be owncast logo. - User's logo will remain in "user content" area. * Commit updated API documentation Co-authored-by: Owncast <owncast@owncast.online>
44 lines
1.1 KiB
YAML
44 lines
1.1 KiB
YAML
# See https://owncast.online/docs/configuration/ for more details
|
|
|
|
instanceDetails:
|
|
name: Owncast
|
|
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."
|
|
|
|
logo: /img/logo.svg
|
|
|
|
tags:
|
|
- music
|
|
- software
|
|
- streaming
|
|
|
|
nsfw: false
|
|
|
|
# https://owncast.online/docs/configuration/#external-links
|
|
# for full list of supported social links. All optional.
|
|
socialHandles:
|
|
- platform: github
|
|
url: http://github.com/owncast/owncast
|
|
- platform: mastodon
|
|
url: http://mastodon.something/owncast
|
|
|
|
videoSettings:
|
|
# Change this value and keep it secure. Treat it like a password to your live stream.
|
|
streamingKey: abc123
|
|
|
|
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
|