您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
xlt-evil 339c93e477 first commit 11 个月前
..
CMakeLists.txt first commit 11 个月前
DtlsTransport.cpp first commit 11 个月前
DtlsTransport.hpp first commit 11 个月前
IceServer.cpp first commit 11 个月前
IceServer.hpp first commit 11 个月前
Nack.cpp first commit 11 个月前
Nack.h first commit 11 个月前
RtpExt.cpp first commit 11 个月前
RtpExt.h first commit 11 个月前
SctpAssociation.cpp first commit 11 个月前
SctpAssociation.hpp first commit 11 个月前
Sdp.cpp first commit 11 个月前
Sdp.h first commit 11 个月前
SrtpSession.cpp first commit 11 个月前
SrtpSession.hpp first commit 11 个月前
StunPacket.cpp first commit 11 个月前
StunPacket.hpp first commit 11 个月前
TwccContext.cpp first commit 11 个月前
TwccContext.h first commit 11 个月前
Utils.hpp first commit 11 个月前
WebRtcEchoTest.cpp first commit 11 个月前
WebRtcEchoTest.h first commit 11 个月前
WebRtcPlayer.cpp first commit 11 个月前
WebRtcPlayer.h first commit 11 个月前
WebRtcPusher.cpp first commit 11 个月前
WebRtcPusher.h first commit 11 个月前
WebRtcSession.cpp first commit 11 个月前
WebRtcSession.h first commit 11 个月前
WebRtcTransport.cpp first commit 11 个月前
WebRtcTransport.h first commit 11 个月前
answer.sdp first commit 11 个月前
janus_answer.sdp first commit 11 个月前
janus_offer.sdp first commit 11 个月前
logger.h first commit 11 个月前
offer-simulcast.sdp first commit 11 个月前
offer.sdp first commit 11 个月前
readme.md first commit 11 个月前

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