From b23adcecb1b11f9b7b77109317268d685e29e9c3 Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Mon, 13 Jul 2020 15:04:53 -0700 Subject: [PATCH] Remove extra items in config to continue to simplify --- config-example.yaml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/config-example.yaml b/config-example.yaml index 1021076a2..35a8d6518 100644 --- a/config-example.yaml +++ b/config-example.yaml @@ -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: 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