推流地址修改

feature-flyModify
陈伟 2025-09-09 09:40:41 +08:00
parent 65a8cf8497
commit 01638fe105
2 changed files with 7 additions and 4 deletions

View File

@ -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":

View File

@ -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/"
} }
} }