From 1bc3b6575417fa4736e40b3f2f877a26de48188b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=8F=E6=A5=9A?= <771730766@qq.com> Date: Fri, 2 Sep 2022 11:51:59 +0800 Subject: [PATCH] =?UTF-8?q?Updated=20=E4=BB=A3=E7=A0=81=E4=BE=9D=E8=B5=96?= =?UTF-8?q?=E4=B8=8E=E7=89=88=E6=9D=83=E5=A3=B0=E6=98=8E=20(markdown)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 代码依赖与版权声明.md | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/代码依赖与版权声明.md b/代码依赖与版权声明.md index 9676168..547d080 100644 --- a/代码依赖与版权声明.md +++ b/代码依赖与版权声明.md @@ -1,17 +1,18 @@ ## 一、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 | +| 依赖组件 | 协议类型 | 备注 | 项目地址 | +| :------------------: | :----------: | :----------------------------------------------------------: | :----------------------------------------------------------: | +| 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 | +| SPSParser | | sps/pps相关解析代码,来自朋友,经过修改,应该最开始提取自ffmpeg,版权存疑 | https://github.com/ZLMediaKit/ZLMediaKit/blob/master/src/Extension/SPSParser.h | ## 二、其他依赖