Skip to content

Commit

Permalink
🔧 feat: readme
Browse files Browse the repository at this point in the history
  • Loading branch information
chenzhangyue committed Dec 29, 2023
1 parent dc39e41 commit d5275d9
Showing 1 changed file with 15 additions and 14 deletions.
29 changes: 15 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@
- [x] 设备注册
- [ ] 目录订阅
- [x] 设备认证
- [x] 设备控制(PTZ)
- [x] 云台控制
- [x] 设备控制
- [x] 云台控制(PTZ)
- [x] 安放告警
- [x] 设备查询
- [x] 实时点播
- [x] 视频回放点播
- [x] 视频回放控制
- [x] 视频回放点播
- [x] 视频回放控制
- [ ] 设备移动订阅
- [x] Client
- [x] 设备注册
Expand All @@ -41,7 +41,8 @@
- [x] 实时回放控制响应
- [x] 视频回放点播
- [ ] 基于gb28181-proxy 实现平台级操作。搭建信令服务平台
- [ ] 基于流媒体搭建完整的视频监控级联平台 [zlm-spring-boot-starter](https://github.com/lunasaw/zlm-spring-boot-starter) 进行中
- [ ] 基于流媒体搭建完整的视频监控级联平台 [voglander](https://github.com/lunasaw/voglander) 进行中
- [ ] 基于ZLM的start框架 [zlm-spring-boot-starter](https://github.com/lunasaw/zlm-spring-boot-starter) 进行中
- [ ] 基于客户端搭建本地NVR平台管理
- [ ] wike教程
- [ ] 其他。。。
Expand All @@ -66,29 +67,29 @@
```xml

<dependency>
<groupId>io.github.lunasaw</groupId>
<artifactId>sip-common</artifactId>
<version>${last.version}</version>
<groupId>io.github.lunasaw</groupId>
<artifactId>sip-common</artifactId>
<version>${last.version}</version>
</dependency>
```

> gb28181设备client
```xml
<dependency>
<groupId>io.github.lunasaw</groupId>
<artifactId>gb28181-client</artifactId>
<version>${last.version}</version>
<groupId>io.github.lunasaw</groupId>
<artifactId>gb28181-client</artifactId>
<version>${last.version}</version>
</dependency>
```

> sip服务器server
```xml
<dependency>
<groupId>io.github.lunasaw</groupId>
<artifactId>gb28181-server</artifactId>
<version>${last.version}</version>
<groupId>io.github.lunasaw</groupId>
<artifactId>gb28181-server</artifactId>
<version>${last.version}</version>
</dependency>
```

Expand Down

0 comments on commit d5275d9

Please sign in to comment.