Created 代码依赖与版权声明 (markdown)

夏楚
2022-09-02 11:06:18 +08:00
parent 499a68a8ed
commit a792fa41ae

@@ -0,0 +1,20 @@
## zlmediakit依赖的库列表
| 依赖组件 | 协议类型 | 备注 | 项目地址 |
| :------------------: | :----------: | :----------------------------------------------------------: | :--------------------------------------------: |
| ZLToolKit | MIT | 强依赖ZLToolKit也部分依赖某些开源代码 | https://github.com/ZLMediaKit/ZLToolKit |
| ireader/media-server | MIT | 默认依赖编译时指定ENABLE_HLS,ENABLE_MP4,ENABLE_RTPPROXY为关闭时可以去除依赖 | https://github.com/ireader/media-server |
| jsoncpp | MIT | mk_api(开启webrtc功能时)和MediaServer依赖 | https://github.com/open-source-parsers/jsoncpp |
| openssl | Apache-2.0 | 开启ssl和webrtc相关功能时开启编译时指定ENABLE_OPENSSL,ENABLE_WEBRTC为关闭时可以去除依赖 | https://github.com/openssl/openssl |
| srtp | 类MIT | 开启webrtc相关功能时开启编译时指定ENABLE_WEBRTC为关闭时可以去除依赖 | https://github.com/cisco/libsrtp |
| usrsctp | BSD-3-Clause | 开启webrtc datachannel相关功能时开启编译时指定ENABLE_SCTP为关闭时可以去除依赖 | https://github.com/sctplab/usrsctp |
| mediasoup | ISC | 部分webrtc源码提取自mediasoup编译时指定ENABLE_WEBRTC为关闭时可以去除依赖 | https://github.com/versatica/mediasoup |
| ffmpeg | GPL/LGPL | 转码分支与mk_api有轻微依赖编译时指定ENABLE_FFMPEG为关闭时可以去除依赖 | https://github.com/FFmpeg/FFmpeg |
| wepoll | 类MIT | Windows下编译ENABLE_WPOLL为开始时依赖默认关闭 | https://github.com/piscisaureus/wepoll |