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.
lal/conf/lalserver.conf.json.tmpl

41 lines
692 B
Cheetah

{
"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":[
]
},
"relay_pull": {
"enable": false,
"addr": ""
},
"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
}
}