0
owncast/config-example.yaml

30 lines
749 B
YAML
Raw Normal View History

2020-06-01 16:53:31 -07:00
publicHLSPath: webroot/hls
privateHLSPath: hls
ffmpegPath: /usr/local/bin/ffmpeg
webServerPort: 8080
enableOfflineImage: true
2020-06-01 16:53:31 -07:00
videoSettings:
chunkLengthInSeconds: 4
2020-06-01 17:15:11 -07:00
streamingKey: abc123
2020-06-09 13:15:44 -07:00
encoderPreset: superfast # https://trac.ffmpeg.org/wiki/Encode/H.264
passthrough: true # Enabling this will ignore the below stream qualities and pass through the same quality that you're sending it
offlineImage: doc/logo.png # Is displayed when a stream ends
2020-06-01 16:53:31 -07:00
2020-06-09 01:52:15 -07:00
streamQualities:
2020-06-14 21:17:01 -07:00
- bitrate: 1000 # in k
2020-06-09 01:52:15 -07:00
2020-06-01 16:53:31 -07:00
files:
maxNumberInPlaylist: 30
ipfs:
2020-06-01 17:15:11 -07:00
enabled: false
2020-06-03 01:34:05 -07:00
gateway: https://ipfs.io
s3:
enabled: false
endpoint: https://s3.us-west-2.amazonaws.com
2020-06-03 01:34:05 -07:00
accessKey: ABC12342069
secret: lolomgqwtf49583949
region: us-west-2
bucket: myvideo