No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
xlt-evil 339c93e477 first commit hace 11 meses
..
CMakeLists.txt first commit hace 11 meses
DtlsTransport.cpp first commit hace 11 meses
DtlsTransport.hpp first commit hace 11 meses
IceServer.cpp first commit hace 11 meses
IceServer.hpp first commit hace 11 meses
Nack.cpp first commit hace 11 meses
Nack.h first commit hace 11 meses
RtpExt.cpp first commit hace 11 meses
RtpExt.h first commit hace 11 meses
SctpAssociation.cpp first commit hace 11 meses
SctpAssociation.hpp first commit hace 11 meses
Sdp.cpp first commit hace 11 meses
Sdp.h first commit hace 11 meses
SrtpSession.cpp first commit hace 11 meses
SrtpSession.hpp first commit hace 11 meses
StunPacket.cpp first commit hace 11 meses
StunPacket.hpp first commit hace 11 meses
TwccContext.cpp first commit hace 11 meses
TwccContext.h first commit hace 11 meses
Utils.hpp first commit hace 11 meses
WebRtcEchoTest.cpp first commit hace 11 meses
WebRtcEchoTest.h first commit hace 11 meses
WebRtcPlayer.cpp first commit hace 11 meses
WebRtcPlayer.h first commit hace 11 meses
WebRtcPusher.cpp first commit hace 11 meses
WebRtcPusher.h first commit hace 11 meses
WebRtcSession.cpp first commit hace 11 meses
WebRtcSession.h first commit hace 11 meses
WebRtcTransport.cpp first commit hace 11 meses
WebRtcTransport.h first commit hace 11 meses
answer.sdp first commit hace 11 meses
janus_answer.sdp first commit hace 11 meses
janus_offer.sdp first commit hace 11 meses
logger.h first commit hace 11 meses
offer-simulcast.sdp first commit hace 11 meses
offer.sdp first commit hace 11 meses
readme.md first commit hace 11 meses

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