[patch] conf version #234

pull/241/head
q191201771 2 years ago
parent bcb2d76db9
commit 2877490b38

@ -1,6 +1,6 @@
{ {
"# doc of config": "https://pengrl.com/lal/#/ConfigBrief", "# doc of config": "https://pengrl.com/lal/#/ConfigBrief",
"conf_version": "v0.3.4", "conf_version": "v0.3.5",
"rtmp": { "rtmp": {
"enable": true, "enable": true,
"addr": ":1935", "addr": ":1935",

@ -1,6 +1,6 @@
{ {
"# doc of config": "https://pengrl.com/lal/#/ConfigBrief", "# doc of config": "https://pengrl.com/lal/#/ConfigBrief",
"conf_version": "v0.3.4", "conf_version": "v0.3.5",
"rtmp": { "rtmp": {
"enable": true, "enable": true,
"addr": ":1935", "addr": ":1935",
@ -45,6 +45,10 @@
"rtsp": { "rtsp": {
"enable": true, "enable": true,
"addr": ":5544", "addr": ":5544",
"rtsps_enable": true,
"rtsps_addr": ":5322",
"rtsps_cert_file": "./conf/cert.pem",
"rtsps_key_file": "./conf/key.pem",
"out_wait_key_frame_flag": true, "out_wait_key_frame_flag": true,
"auth_enable": false, "auth_enable": false,
"auth_method": 1, "auth_method": 1,

@ -19,7 +19,7 @@ import "strings"
const LalVersion = "v0.31.1" const LalVersion = "v0.31.1"
// ConfVersion lalserver的配置文件的版本号 // ConfVersion lalserver的配置文件的版本号
const ConfVersion = "v0.3.4" const ConfVersion = "v0.3.5"
// HttpApiVersion lalserver的HTTP-API功能的版本号 // HttpApiVersion lalserver的HTTP-API功能的版本号
const HttpApiVersion = "v0.4.2" const HttpApiVersion = "v0.4.2"

Loading…
Cancel
Save