Browse Source

Remove extra items in config to continue to simplify

pull/68/head
Gabe Kangas 5 years ago
parent
commit
b23adcecb1
  1. 12
      config-example.yaml

12
config-example.yaml

@ -13,7 +13,8 @@ instanceDetails: @@ -13,7 +13,8 @@ instanceDetails:
- software
- animal crossing
# See documentation for full list of supported social links. All optional.
# 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
@ -21,17 +22,14 @@ instanceDetails: @@ -21,17 +22,14 @@ instanceDetails:
url: http://instagram.biz/owncast
- platform: facebook
url: http://facebook.gov/owncast
- platform: tiktok
url: http://tiktok.cn/owncast
- platform: soundcloud
url: http://soundcloud.com/owncast
videoSettings:
# Change this value and keep it secure. Treat it like a password to your live stream.
streamingKey: abc123
offlineContent: static/offline.m4v # Is displayed when a stream ends
// Determine the bitrate of your stream variants.
// See https://github.com/gabek/owncast/blob/master/doc/configuration.md#video-quality for details.
streamQualities:
# Transcode the video to a lower bitrate and resize
- medium:
videoBitrate: 800
encoderPreset: superfast

Loading…
Cancel
Save