mirror of
https://github.com/owncast/owncast.git
synced 2024-11-28 11:09:01 +03:00
17 lines
No EOL
295 B
YAML
17 lines
No EOL
295 B
YAML
publicHLSPath: webroot/hls
|
|
privateHLSPath: hls
|
|
ffmpegPath: /usr/local/bin/ffmpeg
|
|
webServerPort: 8080
|
|
|
|
videoSettings:
|
|
resolutionWidth: 900
|
|
chunkLengthInSeconds: 4
|
|
streamingKey: abc123
|
|
|
|
files:
|
|
maxNumberInPlaylist: 30
|
|
maxNumberOnDisk: 60
|
|
|
|
ipfs:
|
|
enabled: false
|
|
gateway: https://ipfs.io |