Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
Z
ZLMediaKit
概览
Overview
Details
Activity
Cycle Analytics
版本库
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
问题
0
Issues
0
列表
Board
标记
里程碑
合并请求
0
Merge Requests
0
CI / CD
CI / CD
流水线
作业
日程表
图表
维基
Wiki
代码片段
Snippets
成员
Collapse sidebar
Close sidebar
活动
图像
聊天
创建新问题
作业
提交
Issue Boards
Open sidebar
张翔宇
ZLMediaKit
Commits
fbf4819c
Unverified
Commit
fbf4819c
authored
Aug 05, 2023
by
夏楚
Committed by
GitHub
Aug 05, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更新合作项目列表
parent
98a3b8ab
隐藏空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
27 行增加
和
19 行删除
+27
-19
README.md
+25
-19
README_en.md
+2
-0
没有找到文件。
README.md
查看文件 @
fbf4819c
...
...
@@ -169,30 +169,36 @@ bash build_docker_images.sh
```
## 合作项目
-
视频管理平台
-
[
wvp-GB28181-pro
](
https://github.com/648540858/wvp-GB28181-pro
)
java实现的开箱即用的GB28181协议视频平台
-
[
AKStream
](
https://github.com/chatop2020/AKStream
)
c#实现的全功能的软NVR接口/GB28181平台
-
[
BXC_SipServer
](
https://github.com/any12345com/BXC_SipServer
)
c++实现的国标GB28181流媒体信令服务器
-
[
gosip
](
https://github.com/panjjo/gosip
)
golang实现的GB28181服务器
-
[
FreeEhome
](
https://github.com/tsingeye/FreeEhome
)
golang实现的海康ehome服务器
-
播放器
-
[
h265web.js
](
https://github.com/numberwolf/h265web.js
)
基于wasm支持H265的播放器,支持本项目多种专属协议
-
[
jessibuca
](
https://github.com/langhuihui/jessibuca
)
基于wasm支持H265的播放器
-
[
wsPlayer
](
https://github.com/v354412101/wsPlayer
)
基于MSE的websocket-fmp4播放器
-
[
BXC_gb28181Player
](
https://github.com/any12345com/BXC_gb28181Player
)
C++开发的支持国标GB28181协议的视频流播放器
-
可视化管理网站
-
[
最新的前后端分离web项目,支持webrtc播放
](
https://github.com/langmansh/AKStreamNVR
)
-
[
基于ZLMediaKit主线的管理WEB网站
](
https://gitee.com/kkkkk5G/MediaServerUI
)
-
[
基于ZLMediaKit分支的管理WEB网站
](
https://github.com/chenxiaolei/ZLMediaKit_NVR_UI
)
-
[
一个非常漂亮的可视化后台管理系统
](
https://github.com/MingZhuLiu/ZLMediaServerManagent
)
-
流媒体管理平台
-
[
GB28181完整解决方案,自带web管理网站,支持webrtc、h265播放
](
https://github.com/648540858/wvp-GB28181-pro
)
-
[
功能强大的流媒体控制管理接口平台,支持GB28181
](
https://github.com/chatop2020/AKStream
)
-
[
Go实现的GB28181服务器
](
https://github.com/panjjo/gosip
)
-
[
node-js版本的GB28181平台
](
https://gitee.com/hfwudao/GB28181_Node_Http
)
-
[
Go实现的海康ehome服务器
](
https://github.com/tsingeye/FreeEhome
)
-
客户端
-
[
c sdk完整c#包装库
](
https://github.com/malegend/ZLMediaKit.Autogen
)
-
WEB管理网站
-
[
AKStreamNVR
](
https://github.com/langmansh/AKStreamNVR
)
前后端分离web项目,支持webrtc播放
-
SDK
-
[
c# sdk
](
https://github.com/malegend/ZLMediaKit.Autogen
)
本项目c sdk完整c#包装库
-
[
metaRTC
](
https://github.com/metartc/metaRTC
)
全国产纯c webrtc sdk
-
其他项目(已停止更新)
-
[
NodeJS实现的GB28181平台
](
https://gitee.com/hfwudao/GB28181_Node_Http
)
-
[
基于ZLMediaKit主线的管理WEB网站
](
https://gitee.com/kkkkk5G/MediaServerUI
)
-
[
基于ZLMediaKit分支的管理WEB网站
](
https://github.com/chenxiaolei/ZLMediaKit_NVR_UI
)
-
[
一个非常漂亮的可视化后台管理系统
](
https://github.com/MingZhuLiu/ZLMediaServerManagent
)
-
[
基于C SDK实现的推流客户端
](
https://github.com/hctym1995/ZLM_ApiDemo
)
-
[
C#版本的Http API与Hook
](
https://github.com/chengxiaosheng/ZLMediaKit.HttpApi
)
-
[
DotNetCore的RESTful客户端
](
https://github.com/MingZhuLiu/ZLMediaKit.DotNetCore.Sdk
)
-
播放器
-
[
基于wasm支持H265的播放器
](
https://github.com/numberwolf/h265web.js
)
-
[
基于MSE的websocket-fmp4播放器
](
https://github.com/v354412101/wsPlayer
)
-
[
全国产webrtc sdk(metaRTC)
](
https://github.com/metartc/metaRTC
)
## 授权协议
...
...
README_en.md
查看文件 @
fbf4819c
...
...
@@ -350,6 +350,7 @@ bash build_docker_images.sh
-
Media management platform
-
[
GB28181 complete solution with web management website, supporting webrtc and h265 playback
](
https://github.com/648540858/wvp-GB28181-pro
)
-
[
Powerful media control and management interface platform, supporting GB28181
](
https://github.com/chatop2020/AKStream
)
-
[
GB28181 server implemented in C++
](
https://github.com/any12345com/BXC_SipServer
)
-
[
GB28181 server implemented in Go
](
https://github.com/panjjo/gosip
)
-
[
Node-js version of GB28181 platform
](
https://gitee.com/hfwudao/GB28181_Node_Http
)
-
[
Hikvision ehome server implemented in Go
](
https://github.com/tsingeye/FreeEhome
)
...
...
@@ -364,6 +365,7 @@ bash build_docker_images.sh
-
[
Player supporting H265 based on wasm
](
https://github.com/numberwolf/h265web.js
)
-
[
WebSocket-fmp4 player based on MSE
](
https://github.com/v354412101/wsPlayer
)
-
[
Domestic webrtc sdk(metaRTC)
](
https://github.com/metartc/metaRTC
)
-
[
GB28181 player implemented in C++
](
https://github.com/any12345com/BXC_gb28181Player
)
## License
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论