owncast/config-example.yaml

30 lines
749 B
YAML
Raw Normal View History

2020-06-02 01:53:31 +02:00
publicHLSPath: webroot/hls
privateHLSPath: hls
ffmpegPath: /usr/local/bin/ffmpeg
webServerPort: 8080
enableOfflineImage: true
2020-06-02 01:53:31 +02:00
videoSettings:
chunkLengthInSeconds: 4
2020-06-02 02:15:11 +02:00
streamingKey: abc123
2020-06-09 22:15:44 +02: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-02 01:53:31 +02:00
2020-06-09 10:52:15 +02:00
streamQualities:
2020-06-15 06:17:01 +02:00
- bitrate: 1000 # in k
2020-06-09 10:52:15 +02:00
2020-06-02 01:53:31 +02:00
files:
maxNumberInPlaylist: 30
ipfs:
2020-06-02 02:15:11 +02:00
enabled: false
2020-06-03 10:34:05 +02:00
gateway: https://ipfs.io
s3:
enabled: false
endpoint: https://s3.us-west-2.amazonaws.com
2020-06-03 10:34:05 +02:00
accessKey: ABC12342069
secret: lolomgqwtf49583949
region: us-west-2
bucket: myvideo