Browse Source

Update default config file

pull/184/head
Gabe Kangas 5 years ago
parent
commit
da120fd426
  1. 22
      config-example.yaml

22
config-example.yaml

@ -1,8 +1,10 @@
# See https://owncast.online/docs/configuration/ for more details
instanceDetails: instanceDetails:
name: Owncast name: Owncast
title: Owncast Demo Server 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." 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: logo:
small: /img/logo128.png small: /img/logo128.png
large: /img/logo256.png large: /img/logo256.png
@ -10,24 +12,22 @@ instanceDetails:
tags: tags:
- music - music
- software - software
- animal crossing - streaming
# https://github.com/gabek/owncast/blob/master/doc/configuration.md#customization # https://owncast.online/docs/configuration/#external-links
# for full list of supported social links. All optional. # for full list of supported social links. All optional.
socialHandles: socialHandles:
- platform: twitter - platform: github
url: http://twitter.com/owncast url: http://github.com/owncast/owncast
- platform: instagram - platform: mastodon
url: http://instagram.biz/owncast url: http://mastodon.something/owncast
- platform: facebook
url: http://facebook.gov/owncast
videoSettings: videoSettings:
# Change this value and keep it secure. Treat it like a password to your live stream. # Change this value and keep it secure. Treat it like a password to your live stream.
streamingKey: abc123 streamingKey: abc123
# Determine the bitrate of your stream variants. # Determine the bitrate of your stream variants.
# See https://github.com/gabek/owncast/blob/master/doc/configuration.md#video-quality for details. # See https://owncast.online/docs/configuration/#video-quality for details.
streamQualities: streamQualities:
- medium: - medium:
videoBitrate: 800 videoBitrate: 800

Loading…
Cancel
Save