You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
xlt-evil 339c93e477 first commit 11 mesi fa
..
CMakeLists.txt first commit 11 mesi fa
DtlsTransport.cpp first commit 11 mesi fa
DtlsTransport.hpp first commit 11 mesi fa
IceServer.cpp first commit 11 mesi fa
IceServer.hpp first commit 11 mesi fa
Nack.cpp first commit 11 mesi fa
Nack.h first commit 11 mesi fa
RtpExt.cpp first commit 11 mesi fa
RtpExt.h first commit 11 mesi fa
SctpAssociation.cpp first commit 11 mesi fa
SctpAssociation.hpp first commit 11 mesi fa
Sdp.cpp first commit 11 mesi fa
Sdp.h first commit 11 mesi fa
SrtpSession.cpp first commit 11 mesi fa
SrtpSession.hpp first commit 11 mesi fa
StunPacket.cpp first commit 11 mesi fa
StunPacket.hpp first commit 11 mesi fa
TwccContext.cpp first commit 11 mesi fa
TwccContext.h first commit 11 mesi fa
Utils.hpp first commit 11 mesi fa
WebRtcEchoTest.cpp first commit 11 mesi fa
WebRtcEchoTest.h first commit 11 mesi fa
WebRtcPlayer.cpp first commit 11 mesi fa
WebRtcPlayer.h first commit 11 mesi fa
WebRtcPusher.cpp first commit 11 mesi fa
WebRtcPusher.h first commit 11 mesi fa
WebRtcSession.cpp first commit 11 mesi fa
WebRtcSession.h first commit 11 mesi fa
WebRtcTransport.cpp first commit 11 mesi fa
WebRtcTransport.h first commit 11 mesi fa
answer.sdp first commit 11 mesi fa
janus_answer.sdp first commit 11 mesi fa
janus_offer.sdp first commit 11 mesi fa
logger.h first commit 11 mesi fa
offer-simulcast.sdp first commit 11 mesi fa
offer.sdp first commit 11 mesi fa
readme.md first commit 11 mesi fa

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