mirror of
https://github.com/owncast/owncast.git
synced 2024-10-10 19:16:02 +00:00
Extended config example (#363)
This commit is contained in:
parent
4d2066a76d
commit
2461fd02e2
@ -14,6 +14,8 @@ instanceDetails:
|
|||||||
- software
|
- software
|
||||||
- streaming
|
- streaming
|
||||||
|
|
||||||
|
nsfw: false
|
||||||
|
|
||||||
# https://owncast.online/docs/configuration/#external-links
|
# https://owncast.online/docs/configuration/#external-links
|
||||||
# for full list of supported social links. All optional.
|
# for full list of supported social links. All optional.
|
||||||
socialHandles:
|
socialHandles:
|
||||||
@ -26,5 +28,19 @@ videoSettings:
|
|||||||
# Change this value and keep it secure. Treat it like a password to your live stream.
|
# Change this value and keep it secure. Treat it like a password to your live stream.
|
||||||
streamingKey: abc123
|
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.
|
# Set to true if you don't want the service checking for future releases.
|
||||||
disableUpgradeChecks: false
|
disableUpgradeChecks: false
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user