推流地址修改
parent
65a8cf8497
commit
01638fe105
|
|
@ -105,7 +105,9 @@ public class ConfigSubscribe : IJob
|
||||||
var data = result.data;
|
var data = result.data;
|
||||||
//_logger.LogInformation($"主题:{topic}\n消息:{message}");
|
//_logger.LogInformation($"主题:{topic}\n消息:{message}");
|
||||||
long code = 0;
|
long code = 0;
|
||||||
var rtmp = "rtmp://box.wisestcity.com:1935/live/7";
|
// rtmp://175.27.168.120:6019/live/
|
||||||
|
//var rtmp = "rtmp://box.wisestcity.com:1935/live/7";
|
||||||
|
var rtmp = "rtmp://175.27.168.120:6019/live/7";
|
||||||
switch (tempStr)
|
switch (tempStr)
|
||||||
{
|
{
|
||||||
case "thing/product/*/requests":
|
case "thing/product/*/requests":
|
||||||
|
|
|
||||||
|
|
@ -22,7 +22,7 @@
|
||||||
"UploadPath": "",
|
"UploadPath": "",
|
||||||
//附件上传的路径,如果为空则保存在站点根目录
|
//附件上传的路径,如果为空则保存在站点根目录
|
||||||
"RedisConf": {
|
"RedisConf": {
|
||||||
"Conn": "123.132.248.154:9253,password=HopetryRedis1406",
|
"Conn": "192.168.10.163:6379,password=123456",
|
||||||
//"Conn": "127.0.0.1:6379,password=123456",
|
//"Conn": "127.0.0.1:6379,password=123456",
|
||||||
"Database": 7
|
"Database": 7
|
||||||
},
|
},
|
||||||
|
|
@ -87,8 +87,9 @@
|
||||||
"DbFile": "D:/",
|
"DbFile": "D:/",
|
||||||
"JYMUrl": "E:/低空态势感知/资料/省对接/质检/LandCloud.CGDBPreCheckTool.exe"
|
"JYMUrl": "E:/低空态势感知/资料/省对接/质检/LandCloud.CGDBPreCheckTool.exe"
|
||||||
},
|
},
|
||||||
"AIModelApi":{
|
"AIModelApi": {
|
||||||
"Url": "http://192.168.10.131:9025",
|
"Url": "http://192.168.10.131:9025",
|
||||||
"PushUrl":"rtmp://192.168.3.17:1935/live/11"
|
//"PushUrl":"rtmp://192.168.3.17:1935/live/11"
|
||||||
|
"PushUrl": "rtmp://175.27.168.120:6019/live/"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue