From 82258b502bb39bd7621617d79c59d2973fd4b378 Mon Sep 17 00:00:00 2001 From: whycxzp <glperry@163.com> Date: 星期四, 09 一月 2025 11:29:24 +0800 Subject: [PATCH] 摄像头视频流相关接口 --- src/main/resources/config/application-prod.yml | 42 ++++++++++++++++++++++++++++++++++-------- 1 files changed, 34 insertions(+), 8 deletions(-) diff --git a/src/main/resources/config/application-prod.yml b/src/main/resources/config/application-prod.yml index 6255e2d..5107ed3 100644 --- a/src/main/resources/config/application-prod.yml +++ b/src/main/resources/config/application-prod.yml @@ -24,15 +24,18 @@ datasource: master: type: com.alibaba.druid.pool.DruidDataSource +# driver-class-name: com.mysql.cj.jdbc.Driver +# url: jdbc:mysql://localhost:3360/db_user?characterEncoding=utf8&serverTimezone=Asia/Shanghai&allowMultiQueries=true&rewriteBatchedStatements=true&useSSL=false +# username: root +# password: lmx8688139 driver-class-name: com.highgo.jdbc.Driver - # url: jdbc:highgo://localhost:5866/highgo?rewriteBatchedStatements=true&zeroDateTimeBehavior=convertToNull&useUnicode=true&characterEncoding=utf-8 - url: jdbc:highgo://192.168.10.183:5866/highgo?rewriteBatchedStatements=true&zeroDateTimeBehavior=convertToNull&useUnicode=true&characterEncoding=utf-8 + url: jdbc:highgo://localhost:5866/highgo?rewriteBatchedStatements=true&zeroDateTimeBehavior=convertToNull&useUnicode=true&characterEncoding=utf-8 username: sysdba - password: Lmx&8688139 - db2: - type: com.alibaba.druid.pool.DruidDataSource - driver-class-name: org.sqlite.JDBC - url: jdbc:sqlite:E:\2杞欢涓嬭浇鍖匼easydarwin\EasyDarwin-windows-8.2.2-24031216\data\db\EasyDarwin.db?date_string_format=yyyy-MM-dd HH:mm:ss + password: Fg001@HDW +# db2: +# type: com.alibaba.druid.pool.DruidDataSource +# driver-class-name: org.sqlite.JDBC +# url: jdbc:sqlite:E:\2杞欢涓嬭浇鍖匼easydarwin\EasyDarwin-windows-8.2.2-24031216\data\db\EasyDarwin.db?date_string_format=yyyy-MM-dd HH:mm:ss # url: jdbc:sqlite:\2杞欢涓嬭浇鍖匼easydarwin\EasyDarwin-windows-8.2.2-24031216\data\db\EasyDarwin.db?date_string_format=yyyy-MM-dd HH:mm:ss maxIdel: 60 initialPoolSize: 2 @@ -97,4 +100,27 @@ defaultKey: ENC(KdXXhvt6v7BDw7MgsR4J1OgahZgjl3kEil10+147oGA=) iv: ENC(Gtzf6s+BRoC1iQsRLMswSlBDSMom0kWtx5+SMJgaVDg=) i18n: zh-CN - +video: + streamIds: + "34020000001110000001_34020000001320000001, + 34020000001110000001_34020000001320000002, + 34020000001110000001_34020000001320000003, + 34020000001110000002_34020000001320000001, + 34020000001110000002_34020000001320000002, + 34020000001110000002_34020000001320000003, + 34020000001320000001_34020000001320000001, + 34020000001320000001_34020000001320000002, + 34020000001320000002_34020000001320000001, + 34020000001320000002_34020000001320000002, + 34020000001320000003_34020000001320000001, + 34020000001320000003_34020000001320000002, + 34020000001320000004_34020000001320000001, + 34020000001320000004_34020000001320000002, + 34020000001320000005_34020000001320000001, + 34020000001320000005_34020000001320000002, + 34020000001320000006_34020000001320000001, + 34020000001320000006_34020000001320000002, + 34020000001320000007_34020000001320000001, + 34020000001320000007_34020000001320000002, + 34020000001320000008_34020000001320000001, + 34020000001320000008_34020000001320000002" \ No newline at end of file -- Gitblit v1.9.1