瀏覽代碼

视频平台数据拉取和推流

root 3 年之前
父節點
當前提交
b5ffea2ecd

+ 1 - 1
src/main/java/com/zhiqiyun/open/camera/rtsp/RtspPushSrs.java

@@ -30,7 +30,7 @@ public class RtspPushSrs {
 
     //外网拉流地址
 //    public final static String SRS_PUSH_ADDRESS = "http://222.84.255.194:9800/live/livestream/%s.flv";
-    public final static String SRS_PUSH_ADDRESS = "https://wlapi-pro-smartcity.123cx.com/live/livestream/%s.flv";
+    public final static String SRS_PUSH_ADDRESS = "https://wlapi.zhlc.liucheng.gov.cn/live/livestream/%s.flv";
 
     /**
      * 读取指定的rtsp视频流,推送到SRS服务器

+ 1 - 1
src/main/resources/application-prod.properties

@@ -11,7 +11,7 @@ spring.redis.port=6379
 spring.redis.database=1
 ####################### uploader config ###############################
 uploader.max-size=20480000
-uploader.file-host=https://dbadmin-pro-smartcity.123cx.com/src
+uploader.file-host=https://dbadmin.zhlc.liucheng.gov.cn/src
 uploader.allow-file-types=jpg,jpeg,png,gif,mp4,mp3,xls,xlsx,pdf
 uploader.save-path=/data/data-center/uploads
 ####################### spider config ###############################

+ 1 - 1
src/main/resources/application.properties

@@ -44,7 +44,7 @@ uploader.save-path=/tmp/uploads
 
 ####################### spider config ###############################
 spider.phantomjs_executable_path_property=/Users/jtoms/software/phantomjs-2.1.1/bin/phantomjs
-wlapi.server.host=https://wlapi-pro-smartcity.123cx.com
+wlapi.server.host=https://wlapi.zhlc.liucheng.gov.cn
 ####################### qweather config ###############################
 qweather.geoapi = https://geoapi.qweather.com/v2/city/lookup
 qweather.api = https://devapi.qweather.com/v7/weather/now

文件差異過大導致無法顯示
+ 0 - 0
src/main/resources/public/index.html


部分文件因文件數量過多而無法顯示