From 2461fd02e290da46f610d6d3d6a531ad44fce8f6 Mon Sep 17 00:00:00 2001 From: Christian Muehlhaeuser Date: Sun, 15 Nov 2020 20:58:48 +0100 Subject: [PATCH] Extended config example (#363) --- config-example.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/config-example.yaml b/config-example.yaml index 35b0d7ad9..b2f66969e 100644 --- a/config-example.yaml +++ b/config-example.yaml @@ -14,6 +14,8 @@ instanceDetails: - software - streaming + nsfw: false + # https://owncast.online/docs/configuration/#external-links # for full list of supported social links. All optional. socialHandles: @@ -26,5 +28,19 @@ videoSettings: # Change this value and keep it secure. Treat it like a password to your live stream. streamingKey: abc123 + streamQualities: + - low: + videoBitrate: 800 + scaledWidth: 640 + encoderPreset: veryfast + + - medium: + videoBitrate: 1200 + encoderPreset: veryfast + + - high: + videoBitrate: 1600 + encoderPreset: veryfast + # Set to true if you don't want the service checking for future releases. disableUpgradeChecks: false