wu98hay 001c8bdc6c first commit há 1 ano atrás
..
CMakeLists.txt 001c8bdc6c first commit há 1 ano atrás
DtlsTransport.cpp 001c8bdc6c first commit há 1 ano atrás
DtlsTransport.hpp 001c8bdc6c first commit há 1 ano atrás
IceServer.cpp 001c8bdc6c first commit há 1 ano atrás
IceServer.hpp 001c8bdc6c first commit há 1 ano atrás
Nack.cpp 001c8bdc6c first commit há 1 ano atrás
Nack.h 001c8bdc6c first commit há 1 ano atrás
RtpExt.cpp 001c8bdc6c first commit há 1 ano atrás
RtpExt.h 001c8bdc6c first commit há 1 ano atrás
SctpAssociation.cpp 001c8bdc6c first commit há 1 ano atrás
SctpAssociation.hpp 001c8bdc6c first commit há 1 ano atrás
Sdp.cpp 001c8bdc6c first commit há 1 ano atrás
Sdp.h 001c8bdc6c first commit há 1 ano atrás
SrtpSession.cpp 001c8bdc6c first commit há 1 ano atrás
SrtpSession.hpp 001c8bdc6c first commit há 1 ano atrás
StunPacket.cpp 001c8bdc6c first commit há 1 ano atrás
StunPacket.hpp 001c8bdc6c first commit há 1 ano atrás
TwccContext.cpp 001c8bdc6c first commit há 1 ano atrás
TwccContext.h 001c8bdc6c first commit há 1 ano atrás
Utils.hpp 001c8bdc6c first commit há 1 ano atrás
WebRtcEchoTest.cpp 001c8bdc6c first commit há 1 ano atrás
WebRtcEchoTest.h 001c8bdc6c first commit há 1 ano atrás
WebRtcPlayer.cpp 001c8bdc6c first commit há 1 ano atrás
WebRtcPlayer.h 001c8bdc6c first commit há 1 ano atrás
WebRtcPusher.cpp 001c8bdc6c first commit há 1 ano atrás
WebRtcPusher.h 001c8bdc6c first commit há 1 ano atrás
WebRtcSession.cpp 001c8bdc6c first commit há 1 ano atrás
WebRtcSession.h 001c8bdc6c first commit há 1 ano atrás
WebRtcTransport.cpp 001c8bdc6c first commit há 1 ano atrás
WebRtcTransport.h 001c8bdc6c first commit há 1 ano atrás
answer.sdp 001c8bdc6c first commit há 1 ano atrás
janus_answer.sdp 001c8bdc6c first commit há 1 ano atrás
janus_offer.sdp 001c8bdc6c first commit há 1 ano atrás
logger.h 001c8bdc6c first commit há 1 ano atrás
offer-simulcast.sdp 001c8bdc6c first commit há 1 ano atrás
offer.sdp 001c8bdc6c first commit há 1 ano atrás
readme.md 001c8bdc6c first commit há 1 ano atrás

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