GithubHelp home page GithubHelp logo

wvp_pro_compose's People

Contributors

mengxing2017 avatar saltfish001 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

wvp_pro_compose's Issues

2023 todo list

  • 更好的sql管理,打算引入Node prisma来管理
  • 复写Assist,Nodejs的版本,感觉Assist应该不复杂。
  • 不在提供单Image和多端口的模式,想了想单Container不但麻烦还没啥意义
  • 优化目录结构
  • 加入反向代理,支持Https&http2
  • 想到再加

Dockerfile错误

Dockerfile里面 RUN cd /home &&
git clone "${gitUrl}/wvp-GB28181-pro.git" -b wvp-28181-2.0 &&
git checkout a3d583e3b09f3cac9604d09dcd106e5491eb68b9

git checkout a3d583e3b09f3cac9604d09dcd106e5491eb68b9 这句话好像目前执行不通过~

UnixHTTPConnectionPool(host='localhost', port=None): Read timed out. (read timeout=60)

[root@localhost wvp_pro_compose]# docker-compose up -d
wvp_pro_compose_wvpRedis_1 is up-to-date
wvp_pro_compose_wvpMysql_1 is up-to-date
Starting wvp_pro_compose_wvp_1 ...

ERROR: for wvp_pro_compose_wvp_1 UnixHTTPConnectionPool(host='localhost', port=None): Read timed out. (read timeout=60)

ERROR: for wvp UnixHTTPConnectionPool(host='localhost', port=None): Read timed out. (read timeout=60)
ERROR: An HTTP request took too long to complete. Retry with --verbose to obtain debug information.

最后报这个错,大侠遇到 过吗?

安装过程出错

2022-11-06 22:49:28.484 [main] INFO com.genersoft.iot.vmp.media.zlm.ZLMRunner:79 - [zlm] 等待默认zlm中...
2022-11-06 22:49:28.487 [main] INFO c.g.iot.vmp.service.impl.MediaServerServiceImpl:103 - [zlm] 缓存初始化
2022-11-06 22:49:28.832 [main] INFO c.g.iot.vmp.service.impl.MediaServerServiceImpl:368 - [ZLM] 正在连接 : ZbnQN5csqxrPix7a -> 127.0.0.1:3009
2022-11-06 22:49:28.911 [main] INFO c.g.iot.vmp.service.impl.MediaServerServiceImpl:521 - [ZLM] 正在设置 :ZbnQN5csqxrPix7a -> 127.0.0.1:3009
2022-11-06 22:49:28.919 [main] INFO c.g.iot.vmp.service.impl.MediaServerServiceImpl:565 - [ZLM] 设置成功,开始重启以保证配置生效 ZbnQN5csqxrPix7a -> 127.0.0.1:3009
2022-11-06 22:49:28.925 [main] INFO c.g.iot.vmp.service.impl.MediaServerServiceImpl:417 - [ZLM] 连接成功 ZbnQN5csqxrPix7a - 127.0.0.1:3009
2022-11-06 22:49:28.930 [wvp-1] INFO c.g.iot.vmp.media.zlm.event.ZLMStatusEventListener:42 - [ZLM] 上线 ID:ZbnQN5csqxrPix7a
2022-11-06 22:49:28.973 [main] ERROR druid.sql.Statement:148 - {conn-10010, pstmt-20018} execute error. SELECT deviceId, coalesce(custom_name, name) as name, password, manufacturer, model, firmware, transport,streamMode,ip,sdpIp,port,hostAddress,expires,registerTime,keepaliveTime,createTime,updateTime,charset,subscribeCycleForCatalog,subscribeCycleForMobilePosition,mobilePositionSubmissionInterval,subscribeCycleForAlarm,ssrcCheck,geoCoordSys,treeType,online FROM device WHERE online = 1
java.sql.SQLSyntaxErrorException: Unknown column 'custom_name' in 'field list'
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120)
at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:916)
at com.mysql.cj.jdbc.ClientPreparedStatement.execute(ClientPreparedStatement.java:354)
at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3446)
at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434)
at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3444)
at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434)
at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3444)
at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.execute(PreparedStatementProxyImpl.java:152)
at com.alibaba.druid.pool.DruidPooledPreparedStatement.execute(DruidPooledPreparedStatement.java:483)
at org.apache.ibatis.executor.statement.PreparedStatementHandler.query(PreparedStatementHandler.java:64)
at org.apache.ibatis.executor.statement.RoutingStatementHandler.query(RoutingStatementHandler.java:79)
at org.apache.ibatis.executor.SimpleExecutor.doQuery(SimpleExecutor.java:63)
at org.apache.ibatis.executor.BaseExecutor.queryFromDatabase(BaseExecutor.java:325)
at org.apache.ibatis.executor.BaseExecutor.query(BaseExecutor.java:156)
at org.apache.ibatis.executor.CachingExecutor.query(CachingExecutor.java:109)
at com.github.pagehelper.PageInterceptor.intercept(PageInterceptor.java:132)
at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:62)
at com.sun.proxy.$Proxy185.query(Unknown Source)
at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:151)
at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:145)
at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:140)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:427)
at com.sun.proxy.$Proxy85.selectList(Unknown Source)
at org.mybatis.spring.SqlSessionTemplate.selectList(SqlSessionTemplate.java:224)
at org.apache.ibatis.binding.MapperMethod.executeForMany(MapperMethod.java:147)
at org.apache.ibatis.binding.MapperMethod.execute(MapperMethod.java:80)
at org.apache.ibatis.binding.MapperProxy$PlainMethodInvoker.invoke(MapperProxy.java:145)
at org.apache.ibatis.binding.MapperProxy.invoke(MapperProxy.java:86)
at com.sun.proxy.$Proxy111.getOnlineDevices(Unknown Source)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)
at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:137)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:215)
at com.sun.proxy.$Proxy112.getOnlineDevices(Unknown Source)
at com.genersoft.iot.vmp.service.impl.DeviceServiceImpl.getAllOnlineDevice(DeviceServiceImpl.java:299)
at com.genersoft.iot.vmp.gb28181.task.SipRunner.run(SipRunner.java:60)
at org.springframework.boot.SpringApplication.callRunner(SpringApplication.java:771)
at org.springframework.boot.SpringApplication.callRunners(SpringApplication.java:755)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1306)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1295)
at com.genersoft.iot.vmp.VManageBootstrap.main(VManageBootstrap.java:33)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-11-06 22:49:29.045 [main] INFO o.s.b.a.l.ConditionEvaluationReportLoggingListener:136 -

docker-compose build 失败

image
我就按照流程然后就报错,我换了中科大的源还是一样,请问一下有什么解决办法吗,我是mac,是需要按照FROM arm64v8/ubuntu:20.04 as build 这个构建吗

建议把sources.list的deb-src注释掉,npm使用国内镜像

不注释deb-src,下载软件包不一定能下载成功,npm使用国内镜像,能加快编译速度

diff --git a/wvp/Dockerfile b/wvp/Dockerfile
index 8acfeac..f6c791c 100644
--- a/wvp/Dockerfile
+++ b/wvp/Dockerfile
@@ -19,7 +19,7 @@ RUN cd /home && \
         git clone "${gitUrl}/wvp-GB28181-pro.git"
 
 RUN cd /home/wvp-GB28181-pro/web_src && \
-        npm install && \
+        npm --registry=https://registry.npmmirror.com install && \
         npm run build
 
 RUN cd /home/wvp-GB28181-pro && \
diff --git a/wvp/sources.list b/wvp/sources.list
index 7dd76ca..ba8ec90 100644
--- a/wvp/sources.list
+++ b/wvp/sources.list
@@ -1,10 +1,10 @@
 deb http://mirrors.aliyun.com/ubuntu/ focal main restricted universe multiverse
-deb-src http://mirrors.aliyun.com/ubuntu/ focal main restricted universe multiverse
+#deb-src http://mirrors.aliyun.com/ubuntu/ focal main restricted universe multiverse
 deb http://mirrors.aliyun.com/ubuntu/ focal-security main restricted universe multiverse
-deb-src http://mirrors.aliyun.com/ubuntu/ focal-security main restricted universe multiverse
+#deb-src http://mirrors.aliyun.com/ubuntu/ focal-security main restricted universe multiverse
 deb http://mirrors.aliyun.com/ubuntu/ focal-updates main restricted universe multiverse
-deb-src http://mirrors.aliyun.com/ubuntu/ focal-updates main restricted universe multiverse
+#deb-src http://mirrors.aliyun.com/ubuntu/ focal-updates main restricted universe multiverse
 deb http://mirrors.aliyun.com/ubuntu/ focal-proposed main restricted universe multiverse
-deb-src http://mirrors.aliyun.com/ubuntu/ focal-proposed main restricted universe multiverse
+#deb-src http://mirrors.aliyun.com/ubuntu/ focal-proposed main restricted universe multiverse
 deb http://mirrors.aliyun.com/ubuntu/ focal-backports main restricted universe multiverse
-deb-src http://mirrors.aliyun.com/ubuntu/ focal-backports main restricted universe multiverse
+#deb-src http://mirrors.aliyun.com/ubuntu/ focal-backports main restricted universe multiverse

Centos7安装 报错,是不是yum源有要求呢。 我试了一星期了。还没跑通这个项目。。苦涩

Fetched 141 MB in 7min 29s (313 kB/s)
Unable to correct missing packages.
E: Failed to fetch http://mirrors.aliyun.com/ubuntu/pool/main/libt/libtheora/libtheora0_1.1.1+dfsg.1-15ubuntu2_amd64.deb Undetermined Error [IP: 125.39.43.239 80]
E: Aborting install.
1 error occurred:
* Status: The command '/bin/sh -c export DEBIAN_FRONTEND=noninteractive && apt-get update && apt-get install -y --fix-missing --no-install-recommends openjdk-11-jre ca-certificates ffmpeg language-pack-zh-hans && apt-get autoremove -y && apt-get clean -y && rm -rf /var/lib/apt/lists/*dic' returned a non-zero code: 100, Code: 100

sql-manager 镜像启动失败

image
我这边build是没有错误的,然后docker-compose up -d之后只有sql-manager 是这样的错误,其他的都正常的。

按照readme步骤修改env,最后compose up后显示sql manager报错,zlm启动失败

修改内容:

  1. 修改了config/zlm/config.ini下的api.secret为新生成的guid
  2. 网络原因修改了wvp和zlm的gitUrl,由github切换到了gitee

env配置如下:

# 设置容器默认时区为**时区
TZ=Asia/Shanghai
# 数据保存基础路径, 默认当前文件夹
BASE_PATH=.

# redis设置
REDIS_HOST=redis
REDIS_PASSWORD=sjzn2000
REDIS_DATA=${BASE_PATH}/redis/data
REDIS_LOG=${BASE_PATH}/redis/log
REDIS_PORT=63790

# mysql设置
MYSQL_HOST=mysql
MYSQL_USERNAME=root
MYSQL_PASSWORD=sjzn2000
MYSQL_PORT=33060
WVP_DB=wvp

# !!!重要,这是sql管理必须属性!!!
DATABASE_URL=mysql://${MYSQL_USERNAME}:${MYSQL_PASSWORD}@${MYSQL_HOST}:${MYSQL_PORT}/${WVP_DB}

#  需要与config.ini 中 [rtp_proxy].port保持一致, 部署时需要放通该端口
STREAM_PORT=30000-30500

# 编码查询地址 http://openstd.samr.gov.cn/bzgk/gb/newGbInfo?hcno=C9C488FD717AFDCD52157F41C3302C6D
SIP_DOMAIN=4103050000
# 录像机将200替换为118,最后一位从1开始编号

# 摄像头编号将200替换为132,最后一位从1开始编号
SIP_ID=${SIP_DOMAIN}2000000001

# wvp生成播放连接用的地址, 可以是域名可以是宿主机或者zlm公网IP
STREAM_HOST=172.17.101.250

# 信令IP,填宿主机IP, 需要摄像头能访问到
SIP_IP=172.17.101.250

SHOW_IP=172.17.101.250

SDP_IP=172.17.101.250

JT1078_PORT=21078
JT1078_PASS=admin123

# SIP连接密码,强烈建议覆写!!!
SIP_PASSWORD=sjzn2000

# ZLM 的IP
ZLM_IP=zlm

# wvp服务ip,用于ZLM触发HOOK
WVP_IP=wvp

# wvp用Mysql连接
WVP_DB_PATH=${MYSQL_HOST}:${MYSQL_PORT}/${WVP_DB}

# 该变量需要与wvp/config/config.ini中[http].port保持一致, 不在配置, 默认80
# ZLM_PORT=80

# wvp的Http/web服务端口, 不在配置, 默认80
# WVP_PORT=8080

# 录像端口, 默认不启用
ASSIST_PORT=0
# 录像保存地址
RECORD_PATH=${BASE_PATH}/media/record
# druid 配置
DRUID_USER=rjAdmin
DRUID_PASS=rj@2022

image

redis日志:

1:C 12 Dec 2023 10:41:19.240 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
1:C 12 Dec 2023 10:41:19.240 # Redis version=6.1.242, bits=64, commit=00000000, modified=0, pid=1, just started
1:C 12 Dec 2023 10:41:19.240 # Configuration loaded
1:M 12 Dec 2023 10:41:19.241 * monotonic clock: POSIX clock_gettime
1:M 12 Dec 2023 10:41:19.254 * Running mode=standalone, port=6379.
1:M 12 Dec 2023 10:41:19.254 # Server initialized
1:M 12 Dec 2023 10:41:19.254 # WARNING overcommit_memory is set to 0! Background save may fail under low memory condition. To fix this issue add 'vm.overcommit_memory = 1' to /etc/sysctl.conf and then reboot or run the command 'sysctl vm.overcommit_memory=1' for this to take effect.
1:M 12 Dec 2023 10:41:19.254 * Ready to accept connections

image

mysql 日志

2023-12-12 02:41:19+00:00 [Note] [Entrypoint]: Entrypoint script for MySQL Server 8.0.27-1debian10 started.
2023-12-12 02:41:20+00:00 [Note] [Entrypoint]: Switching to dedicated user 'mysql'
2023-12-12 02:41:20+00:00 [Note] [Entrypoint]: Entrypoint script for MySQL Server 8.0.27-1debian10 started.
2023-12-12T02:41:21.190871Z 0 [Warning] [MY-010918] [Server] 'default_authentication_plugin' is deprecated and will be removed in a future release. Please use authentication_policy instead.
2023-12-12T02:41:21.190893Z 0 [System] [MY-010116] [Server] /usr/sbin/mysqld (mysqld 8.0.27) starting as process 1
2023-12-12T02:41:21.228207Z 1 [System] [MY-013576] [InnoDB] InnoDB initialization has started.
2023-12-12T02:41:22.733018Z 1 [System] [MY-013577] [InnoDB] InnoDB initialization has ended.
2023-12-12T02:41:23.136773Z 0 [Warning] [MY-013746] [Server] A deprecated TLS version TLSv1 is enabled for channel mysql_main
2023-12-12T02:41:23.136815Z 0 [Warning] [MY-013746] [Server] A deprecated TLS version TLSv1.1 is enabled for channel mysql_main
2023-12-12T02:41:23.177217Z 0 [Warning] [MY-010068] [Server] CA certificate ca.pem is self signed.
2023-12-12T02:41:23.177257Z 0 [System] [MY-013602] [Server] Channel mysql_main configured to support TLS. Encrypted connections are now supported for this channel.
2023-12-12T02:41:23.188423Z 0 [Warning] [MY-011810] [Server] Insecure configuration for --pid-file: Location '/var/run/mysqld' in the path is accessible to all OS users. Consider choosing a different directory.
2023-12-12T02:41:23.247625Z 0 [System] [MY-011323] [Server] X Plugin ready for connections. Bind-address: '::' port: 33060, socket: /var/run/mysqld/mysqlx.sock
2023-12-12T02:41:23.247665Z 0 [System] [MY-010931] [Server] /usr/sbin/mysqld: ready for connections. Version: '8.0.27'  socket: '/var/run/mysqld/mysqld.sock'  port: 3306  MySQL Community Server - GPL.

image

sql manager 日志

Prisma schema loaded from prisma/schema.prisma
Datasource "db": MySQL database "wvp" at "mysql:33060"

Error: P1017: Server has closed the connection.

> [email protected] deploy
> prisma migrate deploy

Prisma schema loaded from prisma/schema.prisma
Datasource "db": MySQL database "wvp" at "mysql:33060"

Error: P1017: Server has closed the connection.

> [email protected] deploy
> prisma migrate deploy

Prisma schema loaded from prisma/schema.prisma
Datasource "db": MySQL database "wvp" at "mysql:33060"

Error: P1017: Server has closed the connection.

> [email protected] deploy
> prisma migrate deploy

Prisma schema loaded from prisma/schema.prisma
Datasource "db": MySQL database "wvp" at "mysql:33060"

Error: P1017: Server has closed the connection.

> [email protected] deploy
> prisma migrate deploy

Prisma schema loaded from prisma/schema.prisma
Datasource "db": MySQL database "wvp" at "mysql:33060"

Error: P1017: Server has closed the connection.

> [email protected] deploy
> prisma migrate deploy

Prisma schema loaded from prisma/schema.prisma
Datasource "db": MySQL database "wvp" at "mysql:33060"

Error: P1017: Server has closed the connection.

> [email protected] deploy
> prisma migrate deploy

Prisma schema loaded from prisma/schema.prisma
Datasource "db": MySQL database "wvp" at "mysql:33060"

Error: P1017: Server has closed the connection.

> [email protected] deploy
> prisma migrate deploy

Prisma schema loaded from prisma/schema.prisma
Datasource "db": MySQL database "wvp" at "mysql:33060"

Error: P1017: Server has closed the connection.

> [email protected] deploy
> prisma migrate deploy

Prisma schema loaded from prisma/schema.prisma
Datasource "db": MySQL database "wvp" at "mysql:33060"

Error: P1017: Server has closed the connection.

> [email protected] deploy
> prisma migrate deploy

Prisma schema loaded from prisma/schema.prisma
Datasource "db": MySQL database "wvp" at "mysql:33060"

Error: P1017: Server has closed the connection.

> [email protected] deploy
> prisma migrate deploy

Prisma schema loaded from prisma/schema.prisma
Datasource "db": MySQL database "wvp" at "mysql:33060"

Error: P1017: Server has closed the connection.

> [email protected] deploy
> prisma migrate deploy

Prisma schema loaded from prisma/schema.prisma
Datasource "db": MySQL database "wvp" at "mysql:33060"

Error: P1017: Server has closed the connection.

> [email protected] deploy
> prisma migrate deploy

Prisma schema loaded from prisma/schema.prisma
Datasource "db": MySQL database "wvp" at "mysql:33060"

Error: P1017: Server has closed the connection.

image

zlm 日志

run-zlm.sh: 3: cd: can't cd to /opt/assist
run-zlm.sh: 4: 
: not found
Error: Unable to access jarfile *.jar
2023-12-12 10:41:58.234 D [MediaServer] [9-MediaServer] System.cpp:122 startDaemon | 启动子进程:12
2023-12-12 10:41:58.234 I [MediaServer] [12-MediaServer] System.cpp:154 systemSetup | core文件大小设置为:18446744073709551615
2023-12-12 10:41:58.235 I [MediaServer] [12-MediaServer] System.cpp:163 systemSetup | 文件最大描述符个数设置为:1048576
2023-12-12 10:41:58.235 I [MediaServer] [12-MediaServer] main.cpp:236 start_main | ZLMediaKit(git hash:0232caf/2023-05-25T16:23:24+08:00,branch:,build time:2023-12-12T01:55:09)
2023-12-12 10:41:58.253 I [MediaServer] [12-MediaServer] config.cpp:36 loadIniConfig | dump ini file to:/opt/media/config.ini
2023-12-12 10:41:58.314 D [MediaServer] [12-MediaServer] SSLBox.cpp:174 setContext | Add certificate of: default.zlmediakit.com
2023-12-12 10:41:58.314 D [MediaServer] [12-stamp thread] util.cpp:366 operator() | Stamp thread started
2023-12-12 10:41:58.314 I [MediaServer] [12-MediaServer] EventPoller.cpp:470 EventPollerPool | EventPoller created size: 4
2023-12-12 10:41:58.315 I [MediaServer] [12-MediaServer] TcpServer.cpp:213 start_l | TCP server listening on [::]: 554
2023-12-12 10:41:58.315 I [MediaServer] [12-MediaServer] TcpServer.cpp:213 start_l | TCP server listening on [::]: 332
2023-12-12 10:41:58.315 I [MediaServer] [12-MediaServer] TcpServer.cpp:213 start_l | TCP server listening on [::]: 1935
2023-12-12 10:41:58.315 I [MediaServer] [12-MediaServer] TcpServer.cpp:213 start_l | TCP server listening on [::]: 19350
2023-12-12 10:41:58.315 I [MediaServer] [12-MediaServer] TcpServer.cpp:213 start_l | TCP server listening on [::]: 80
2023-12-12 10:41:58.315 I [MediaServer] [12-MediaServer] TcpServer.cpp:213 start_l | TCP server listening on [::]: 443
2023-12-12 10:41:58.315 I [MediaServer] [12-MediaServer] TcpServer.cpp:213 start_l | TCP server listening on [::]: 9000
2023-12-12 10:41:58.315 I [MediaServer] [12-MediaServer] TcpServer.cpp:213 start_l | TCP server listening on [::]: 10000
2023-12-12 10:41:58.315 I [MediaServer] [12-MediaServer] UdpServer.cpp:108 start_l | UDP server bind to [::]: 10000
2023-12-12 10:41:58.315 I [MediaServer] [12-MediaServer] UdpServer.cpp:108 start_l | UDP server bind to [::]: 9000
2023-12-12 10:41:58.315 I [MediaServer] [12-MediaServer] main.cpp:379 start_main | 已启动http api 接口
2023-12-12 10:41:58.315 I [MediaServer] [12-MediaServer] main.cpp:381 start_main | 已启动http hook 接口

image

请问用户名密码是什么

2023-07-31 10:25:15.059 [http-nio-3000-exec-10] INFO c.g.i.v.c.security.DefaultUserDetailsServiceImpl:38 - 登录用户:root 不存在
2023-07-31 10:25:15.059 [http-nio-3000-exec-10] INFO c.g.i.v.c.security.DefaultUserDetailsServiceImpl:38 - 登录用户:admin 不存在

admin和root都不存在

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.