Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
xlt-evil 339c93e477 first commit il y a 11 mois
..
CMakeLists.txt first commit il y a 11 mois
DtlsTransport.cpp first commit il y a 11 mois
DtlsTransport.hpp first commit il y a 11 mois
IceServer.cpp first commit il y a 11 mois
IceServer.hpp first commit il y a 11 mois
Nack.cpp first commit il y a 11 mois
Nack.h first commit il y a 11 mois
RtpExt.cpp first commit il y a 11 mois
RtpExt.h first commit il y a 11 mois
SctpAssociation.cpp first commit il y a 11 mois
SctpAssociation.hpp first commit il y a 11 mois
Sdp.cpp first commit il y a 11 mois
Sdp.h first commit il y a 11 mois
SrtpSession.cpp first commit il y a 11 mois
SrtpSession.hpp first commit il y a 11 mois
StunPacket.cpp first commit il y a 11 mois
StunPacket.hpp first commit il y a 11 mois
TwccContext.cpp first commit il y a 11 mois
TwccContext.h first commit il y a 11 mois
Utils.hpp first commit il y a 11 mois
WebRtcEchoTest.cpp first commit il y a 11 mois
WebRtcEchoTest.h first commit il y a 11 mois
WebRtcPlayer.cpp first commit il y a 11 mois
WebRtcPlayer.h first commit il y a 11 mois
WebRtcPusher.cpp first commit il y a 11 mois
WebRtcPusher.h first commit il y a 11 mois
WebRtcSession.cpp first commit il y a 11 mois
WebRtcSession.h first commit il y a 11 mois
WebRtcTransport.cpp first commit il y a 11 mois
WebRtcTransport.h first commit il y a 11 mois
answer.sdp first commit il y a 11 mois
janus_answer.sdp first commit il y a 11 mois
janus_offer.sdp first commit il y a 11 mois
logger.h first commit il y a 11 mois
offer-simulcast.sdp first commit il y a 11 mois
offer.sdp first commit il y a 11 mois
readme.md first commit il y a 11 mois

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