You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Matthew 62766b9c16 增加ZLMediaKit 12 months ago
..
CMakeLists.txt 增加ZLMediaKit 12 months ago
DtlsTransport.cpp 增加ZLMediaKit 12 months ago
DtlsTransport.hpp 增加ZLMediaKit 12 months ago
IceServer.cpp 增加ZLMediaKit 12 months ago
IceServer.hpp 增加ZLMediaKit 12 months ago
Nack.cpp 增加ZLMediaKit 12 months ago
Nack.h 增加ZLMediaKit 12 months ago
RtpExt.cpp 增加ZLMediaKit 12 months ago
RtpExt.h 增加ZLMediaKit 12 months ago
SctpAssociation.cpp 增加ZLMediaKit 12 months ago
SctpAssociation.hpp 增加ZLMediaKit 12 months ago
Sdp.cpp 增加ZLMediaKit 12 months ago
Sdp.h 增加ZLMediaKit 12 months ago
SrtpSession.cpp 增加ZLMediaKit 12 months ago
SrtpSession.hpp 增加ZLMediaKit 12 months ago
StunPacket.cpp 增加ZLMediaKit 12 months ago
StunPacket.hpp 增加ZLMediaKit 12 months ago
TwccContext.cpp 增加ZLMediaKit 12 months ago
TwccContext.h 增加ZLMediaKit 12 months ago
Utils.hpp 增加ZLMediaKit 12 months ago
WebRtcEchoTest.cpp 增加ZLMediaKit 12 months ago
WebRtcEchoTest.h 增加ZLMediaKit 12 months ago
WebRtcPlayer.cpp 增加ZLMediaKit 12 months ago
WebRtcPlayer.h 增加ZLMediaKit 12 months ago
WebRtcPusher.cpp 增加ZLMediaKit 12 months ago
WebRtcPusher.h 增加ZLMediaKit 12 months ago
WebRtcSession.cpp 增加ZLMediaKit 12 months ago
WebRtcSession.h 增加ZLMediaKit 12 months ago
WebRtcTransport.cpp 增加ZLMediaKit 12 months ago
WebRtcTransport.h 增加ZLMediaKit 12 months ago
answer.sdp 增加ZLMediaKit 12 months ago
janus_answer.sdp 增加ZLMediaKit 12 months ago
janus_offer.sdp 增加ZLMediaKit 12 months ago
logger.h 增加ZLMediaKit 12 months ago
offer-simulcast.sdp 增加ZLMediaKit 12 months ago
offer.sdp 增加ZLMediaKit 12 months ago
readme.md 增加ZLMediaKit 12 months ago

readme.md

致谢与声明

本文件夹下部分文件提取自MediaSoup ,分别为:

  • ice相关功能

    • IceServer.cpp
    • IceServer.hpp
    • StunPacket.cpp
    • StunPacket.hpp
    • Utils.hpp
  • dtls相关功能

    • DtlsTransport.cpp
    • DtlsTransport.hpp
  • srtp相关功能

    • SrtpSession.cpp
    • SrtpSession.hpp
  • datachannel相关功能

    • SctpAssociation.cpp
    • SctpAssociation.hpp

以上源码有一定的修改和裁剪感谢MediaSoup开源项目及作者 用户在使用本项目的同时应该同时遵循MediaSoup的开源协议。

同时,在此也感谢开源项目easy_webrtc_server 及作者, 在集成MediaSoup相关代码前期主要参考这个项目。

另外,感谢big panda 开发并贡献的webrtc js测试客户端(www/webrtc目录下文件) 其开源项目地址为:https://gitee.com/xiongguangjie/zlmrtcclient.js