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.
19 lines
281 B
JSON
19 lines
281 B
JSON
5 years ago
|
{
|
||
|
"rtmp": {
|
||
|
"addr": ":19350"
|
||
|
},
|
||
|
"httpflv": {
|
||
|
"sub_listen_addr": ":8080"
|
||
|
},
|
||
|
"log": {
|
||
|
"level": 1,
|
||
|
"filename": "./logs/lals.log",
|
||
|
"is_to_stdout": true,
|
||
|
"is_rotate_daily": true,
|
||
|
"short_file_flag": true
|
||
|
},
|
||
|
"pprof": {
|
||
|
"addr": ":10001"
|
||
|
}
|
||
|
}
|