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 преди 1 година
..
CMakeLists.txt first commit преди 1 година
DtlsTransport.cpp first commit преди 1 година
DtlsTransport.hpp first commit преди 1 година
IceServer.cpp first commit преди 1 година
IceServer.hpp first commit преди 1 година
Nack.cpp first commit преди 1 година
Nack.h first commit преди 1 година
RtpExt.cpp first commit преди 1 година
RtpExt.h first commit преди 1 година
SctpAssociation.cpp first commit преди 1 година
SctpAssociation.hpp first commit преди 1 година
Sdp.cpp first commit преди 1 година
Sdp.h first commit преди 1 година
SrtpSession.cpp first commit преди 1 година
SrtpSession.hpp first commit преди 1 година
StunPacket.cpp first commit преди 1 година
StunPacket.hpp first commit преди 1 година
TwccContext.cpp first commit преди 1 година
TwccContext.h first commit преди 1 година
Utils.hpp first commit преди 1 година
WebRtcEchoTest.cpp first commit преди 1 година
WebRtcEchoTest.h first commit преди 1 година
WebRtcPlayer.cpp first commit преди 1 година
WebRtcPlayer.h first commit преди 1 година
WebRtcPusher.cpp first commit преди 1 година
WebRtcPusher.h first commit преди 1 година
WebRtcSession.cpp first commit преди 1 година
WebRtcSession.h first commit преди 1 година
WebRtcTransport.cpp first commit преди 1 година
WebRtcTransport.h first commit преди 1 година
answer.sdp first commit преди 1 година
janus_answer.sdp first commit преди 1 година
janus_offer.sdp first commit преди 1 година
logger.h first commit преди 1 година
offer-simulcast.sdp first commit преди 1 година
offer.sdp first commit преди 1 година
readme.md first commit преди 1 година

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