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.
18 lines
299 B
JSON
18 lines
299 B
JSON
6 years ago
|
{
|
||
|
"sub_idle_timeout": 10,
|
||
|
"gop_cache_num": 2,
|
||
|
"httpflv": {
|
||
|
"sub_listen_addr": ":8080"
|
||
|
},
|
||
|
"rtmp": {
|
||
|
"addr": ":8081"
|
||
|
},
|
||
|
"pull": {
|
||
|
"type": "httpflv",
|
||
|
"addr": "xxx.pull.com",
|
||
|
"connect_timeout": 2,
|
||
|
"read_timeout": 1,
|
||
|
"stop_pull_while_no_sub_timeout": 3000
|
||
|
}
|
||
|
}
|