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.
19 lines
290 B
19 lines
290 B
2 years ago
|
server:
|
||
|
port: 8888
|
||
|
ffmpeg:
|
||
|
timeout: 5000
|
||
|
ToHls:
|
||
|
base:
|
||
|
encodeCodec: h264
|
||
|
profile: baseline
|
||
|
preset: fast
|
||
|
crf: 28
|
||
|
bitrate: 1M
|
||
|
vfScale: -1:640
|
||
|
gopSize: 3
|
||
|
HlsRoot: hls
|
||
|
HlsName: trans
|
||
|
hlsTime: 3.0
|
||
|
hlsListSize: 3
|
||
|
hlsWarp: 15
|