mirror of
https://github.com/owncast/owncast.git
synced 2024-11-22 12:49:37 +03:00
33 lines
1 KiB
YAML
33 lines
1 KiB
YAML
instanceDetails:
|
|
name: Owncast
|
|
title: Owncast Demo Server
|
|
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:
|
|
small: /img/logo128.png
|
|
large: /img/logo256.png
|
|
|
|
tags:
|
|
- music
|
|
- software
|
|
- animal crossing
|
|
|
|
# https://github.com/gabek/owncast/blob/master/doc/configuration.md#customization
|
|
# for full list of supported social links. All optional.
|
|
socialHandles:
|
|
- platform: twitter
|
|
url: http://twitter.com/owncast
|
|
- platform: instagram
|
|
url: http://instagram.biz/owncast
|
|
- platform: facebook
|
|
url: http://facebook.gov/owncast
|
|
|
|
videoSettings:
|
|
# Change this value and keep it secure. Treat it like a password to your live stream.
|
|
streamingKey: abc123
|
|
|
|
# Determine the bitrate of your stream variants.
|
|
# See https://github.com/gabek/owncast/blob/master/doc/configuration.md#video-quality for details.
|
|
streamQualities:
|
|
- medium:
|
|
videoBitrate: 800
|