mirror of https://github.com/q191201771/lal.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
37 lines
633 B
JSON
37 lines
633 B
JSON
{
|
|
"rtmp": {
|
|
"enable": true,
|
|
"addr": ":19350",
|
|
"gop_num": 2
|
|
},
|
|
"httpflv": {
|
|
"enable": true,
|
|
"sub_listen_addr": ":8080",
|
|
"gop_num": 2
|
|
},
|
|
"hls": {
|
|
"enable": true,
|
|
"sub_listen_addr": ":8081",
|
|
"out_path": "/tmp/lal/hls/",
|
|
"fragment_duration_ms": 3000,
|
|
"fragment_num": 6
|
|
},
|
|
"relay_push": {
|
|
"enable": false,
|
|
"addr_list":[
|
|
]
|
|
},
|
|
"pprof": {
|
|
"enable": true,
|
|
"addr": ":10001"
|
|
},
|
|
"log": {
|
|
"level": 1,
|
|
"filename": "./logs/lalserver.log",
|
|
"is_to_stdout": true,
|
|
"is_rotate_daily": true,
|
|
"short_file_flag": true,
|
|
"assert_behavior": 1
|
|
}
|
|
}
|