Remove extra items in config to continue to simplify
This commit is contained in:
+5
-7
@@ -13,7 +13,8 @@ instanceDetails:
|
|||||||
- software
|
- software
|
||||||
- animal crossing
|
- 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:
|
socialHandles:
|
||||||
- platform: twitter
|
- platform: twitter
|
||||||
url: http://twitter.com/owncast
|
url: http://twitter.com/owncast
|
||||||
@@ -21,17 +22,14 @@ instanceDetails:
|
|||||||
url: http://instagram.biz/owncast
|
url: http://instagram.biz/owncast
|
||||||
- platform: facebook
|
- platform: facebook
|
||||||
url: http://facebook.gov/owncast
|
url: http://facebook.gov/owncast
|
||||||
- platform: tiktok
|
|
||||||
url: http://tiktok.cn/owncast
|
|
||||||
- platform: soundcloud
|
|
||||||
url: http://soundcloud.com/owncast
|
|
||||||
|
|
||||||
videoSettings:
|
videoSettings:
|
||||||
|
# Change this value and keep it secure. Treat it like a password to your live stream.
|
||||||
streamingKey: abc123
|
streamingKey: abc123
|
||||||
offlineContent: static/offline.m4v # Is displayed when a stream ends
|
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:
|
streamQualities:
|
||||||
# Transcode the video to a lower bitrate and resize
|
|
||||||
- medium:
|
- medium:
|
||||||
videoBitrate: 800
|
videoBitrate: 800
|
||||||
encoderPreset: superfast
|
|
||||||
|
|||||||
Reference in New Issue
Block a user