You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
545 B
28 lines
545 B
publicHLSPath: webroot/hls |
|
privateHLSPath: hls |
|
ffmpegPath: /usr/local/bin/ffmpeg |
|
webServerPort: 8080 |
|
|
|
videoSettings: |
|
chunkLengthInSeconds: 4 |
|
streamingKey: abc123 |
|
encoderPreset: superfast # https://trac.ffmpeg.org/wiki/Encode/H.264 |
|
|
|
streamQualities: |
|
- bitrate: 6000k |
|
|
|
files: |
|
maxNumberInPlaylist: 30 |
|
maxNumberOnDisk: 60 |
|
|
|
ipfs: |
|
enabled: false |
|
gateway: https://ipfs.io |
|
|
|
s3: |
|
enabled: false |
|
endpoint: https://s3.us-west-2.amazonaws.com |
|
accessKey: ABC12342069 |
|
secret: lolomgqwtf49583949 |
|
region: us-west-2 |
|
bucket: myvideo |