mirror of
https://github.com/owncast/owncast.git
synced 2024-10-10 19:16:02 +00:00
Remove extra items in config to continue to simplify
This commit is contained in:
parent
8e473048ff
commit
b23adcecb1
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user