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/edge.conf.json

54 lines
988 B
JSON

{
"rtmp": {
"enable": true,
"addr": ":19360",
"gop_num": 2
},
"httpflv": {
"enable": true,
"sub_listen_addr": ":8090",
"enable_https": true,
"https_addr": ":4443",
"https_cert_file": "./conf/cert.pem",
"https_key_file": "./conf/key.pem",
"gop_num": 2
},
"hls": {
"enable": true,
"sub_listen_addr": ":8091",
"out_path": "/tmp/lal/edge/",
"fragment_duration_ms": 3000,
"fragment_num": 6
},
"httpts": {
"enable": true,
"sub_listen_addr": ":8092"
},
"rtsp": {
"enable": true,
"addr": ":5554"
},
"relay_push": {
"enable": true,
"addr_list":[
"127.0.0.1:19350"
]
},
"relay_pull": {
"enable": true,
"addr": "127.0.0.1:19350"
},
"pprof": {
"enable": false,
"addr": ":10002"
},
"log": {
"level": 1,
"filename": "./logs/edge.log",
"is_to_stdout": true,
"is_rotate_daily": true,
"short_file_flag": true,
"assert_behavior": 1
}
}