mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2024-11-23 03:10:04 +08:00
c72cf4cbcc
* feat: remove using namespace mediakit in header files. (cherry picked from commit d44aeb339a8a0e1f0455be82b21fe4b1b536299f) * feat: remove using namespace mediakit in FFmpegSource.h * feat: remove using namespace mediakit in RtpExt.h * feat: remove using namespace mediakit in header files. * feat: remove using namespace std in header files. * feat: remove using namespace std in header files when zltoolkit remove std in header * 补充命名空间 * 整理命名空间 * 整理命名空间2 * 修复macos ci * 修复编译问题 * 修复编译问题2 * 修复编译问题3 Co-authored-by: Johnny <hellojinqiang@gmail.com> Co-authored-by: Xiaofeng Wang <wasphin@gmail.com> |
||
---|---|---|
.. | ||
answer.sdp | ||
DtlsTransport.cpp | ||
DtlsTransport.hpp | ||
IceServer.cpp | ||
IceServer.hpp | ||
janus_answer.sdp | ||
janus_offer.sdp | ||
logger.h | ||
Nack.cpp | ||
Nack.h | ||
offer-simulcast.sdp | ||
offer.sdp | ||
readme.md | ||
RtpExt.cpp | ||
RtpExt.h | ||
Sdp.cpp | ||
Sdp.h | ||
SrtpSession.cpp | ||
SrtpSession.hpp | ||
StunPacket.cpp | ||
StunPacket.hpp | ||
TwccContext.cpp | ||
TwccContext.h | ||
Utils.hpp | ||
WebRtcEchoTest.cpp | ||
WebRtcEchoTest.h | ||
WebRtcPlayer.cpp | ||
WebRtcPlayer.h | ||
WebRtcPusher.cpp | ||
WebRtcPusher.h | ||
WebRtcSession.cpp | ||
WebRtcSession.h | ||
WebRtcTransport.cpp | ||
WebRtcTransport.h |
致谢与声明
本文件夹下部分文件提取自MediaSoup ,分别为:
-
ice相关功能:
- IceServer.cpp
- IceServer.hpp
- StunPacket.cpp
- StunPacket.hpp
- Utils.hpp
-
dtls相关功能:
- DtlsTransport.cpp
- DtlsTransport.hpp
-
srtp相关功能:
- SrtpSession.cpp
- SrtpSession.hpp
以上源码有一定的修改和裁剪,感谢MediaSoup开源项目及作者, 用户在使用本项目的同时,应该同时遵循MediaSoup的开源协议。
同时,在此也感谢开源项目easy_webrtc_server 及作者, 在集成MediaSoup相关代码前期,主要参考这个项目。
另外,感谢big panda 开发并贡献的webrtc js测试客户端(www/webrtc目录下文件), 其开源项目地址为:https://gitee.com/xiongguangjie/zlmrtcclient.js