Add config file. Turn on/off ipfs
This commit is contained in:
16
config/config.yaml
Normal file
16
config/config.yaml
Normal file
@@ -0,0 +1,16 @@
|
||||
publicHLSPath: webroot/hls
|
||||
privateHLSPath: hls
|
||||
ffmpegPath: /usr/local/bin/ffmpeg
|
||||
webServerPort: 8080
|
||||
|
||||
videoSettings:
|
||||
resolutionWidth: 900
|
||||
chunkLengthInSeconds: 4
|
||||
|
||||
files:
|
||||
maxNumberInPlaylist: 30
|
||||
maxNumberOnDisk: 60
|
||||
|
||||
ipfs:
|
||||
enabled: true
|
||||
gateway: https://ipfs.io
|
||||
Reference in New Issue
Block a user