From 9280d221d473730e81738628d1b247131f500a64 Mon Sep 17 00:00:00 2001
From: admin <zzjincn@163.com>
Date: 星期日, 27 四月 2025 17:56:44 +0800
Subject: [PATCH] 读写redis处理,未完工

---
 build/config.json |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/build/config.json b/build/config.json
index d538ed1..687272d 100644
--- a/build/config.json
+++ b/build/config.json
@@ -1,6 +1,6 @@
 {
     "redis":{
-        "ip": "127.0.0.1",
+        "ip": "192.168.1.188",
         "port": "6379",
         "pwd": ""
     },
@@ -35,9 +35,9 @@
           "name": "鎽勫儚鏈�1",
           "video": "rtsp://admin:zkwl13579@192.168.1.162:554/h264/ch1/main/av_stream",
           "skipN":1,
-          "push_type": "rabbitmq",
+          "push_type": "stream",
           "fps": 15,
-          "toRtmp": "rtsp://192.168.1.8:8554/live/camera1",
+          "toRtmp": "rtmp://192.168.1.8:1935/live/camera1",
           "interval": "20",
           "model": [
             {

--
Gitblit v1.8.0