|
|
|
@ -14,6 +14,8 @@ instanceDetails:
@@ -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:
@@ -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 |
|
|
|
|