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.
22 lines
343 B
JSON
22 lines
343 B
JSON
{
|
|
"rtmp": {
|
|
"addr": ":19350",
|
|
"gop_num": 2
|
|
},
|
|
"httpflv": {
|
|
"sub_listen_addr": ":8080",
|
|
"gop_num": 2
|
|
},
|
|
"log": {
|
|
"level": 1,
|
|
"filename": "./logs/lals.log",
|
|
"is_to_stdout": true,
|
|
"is_rotate_daily": true,
|
|
"short_file_flag": true,
|
|
"assert_behavior": 1
|
|
},
|
|
"pprof": {
|
|
"addr": ":10001"
|
|
}
|
|
}
|