2020-06-02 01:53:31 +02:00
|
|
|
publicHLSPath: webroot/hls
|
|
|
|
privateHLSPath: hls
|
|
|
|
ffmpegPath: /usr/local/bin/ffmpeg
|
|
|
|
webServerPort: 8080
|
|
|
|
|
|
|
|
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
|
2020-06-12 21:55:50 +02:00
|
|
|
passthrough: true # Enabling this will ignore the below stream qualities and pass through the same quality that you're sending it
|
2020-06-02 01:53:31 +02:00
|
|
|
|
2020-06-09 10:52:15 +02:00
|
|
|
streamQualities:
|
|
|
|
- bitrate: 6000k
|
|
|
|
|
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
|
2020-06-09 23:01:42 +02:00
|
|
|
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
|