2020-06-01 16:53:31 -07:00
|
|
|
publicHLSPath: webroot/hls
|
|
|
|
privateHLSPath: hls
|
|
|
|
ffmpegPath: /usr/local/bin/ffmpeg
|
|
|
|
webServerPort: 8080
|
2020-06-15 16:27:58 -07:00
|
|
|
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
|
2020-06-12 12:55:50 -07:00
|
|
|
passthrough: true # Enabling this will ignore the below stream qualities and pass through the same quality that you're sending it
|
2020-06-15 16:27:58 -07:00
|
|
|
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
|
2020-06-09 14:01:42 -07:00
|
|
|
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
|