You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
56 lines
1.4 KiB
56 lines
1.4 KiB
publicHLSPath: webroot/hls |
|
privateHLSPath: hls |
|
webServerPort: 8080 |
|
|
|
instanceDetails: |
|
name: Owncast |
|
title: Owncast Demo Server |
|
summary: "This is brief summary of whom you are or what your stream is. You can read more about it at owncast.online. You can edit this description in your config file." |
|
extraUserInfoFileName: "/static/content.md" |
|
|
|
logo: |
|
small: /img/logo128.png |
|
large: /img/logo128.png |
|
|
|
tags: |
|
- music |
|
- software |
|
- animal crossing |
|
|
|
# See documentation for full list of supported social links. All optional. |
|
socialHandles: |
|
- platform: twitter |
|
url: http://twitter.com/owncast |
|
- platform: instagram |
|
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: |
|
streamingKey: abc123 |
|
offlineContent: static/offline.m4v # Is displayed when a stream ends |
|
|
|
streamQualities: |
|
# Transcode the video to a lower bitrate and resize |
|
- medium: |
|
videoBitrate: 800 |
|
encoderPreset: superfast |
|
|
|
files: |
|
maxNumberInPlaylist: 30 |
|
|
|
ipfs: |
|
enabled: false |
|
gateway: https://ipfs.io |
|
|
|
s3: |
|
enabled: false |
|
endpoint: https://s3.us-west-2.amazonaws.com |
|
accessKey: ABC12342069 |
|
secret: lolomgqwtf49583949 |
|
region: us-west-2 |
|
bucket: myvideo
|
|
|