a-zlm/webrtc
孙小云 adda4f64e3 first commit 2026-01-14 15:38:20 +08:00
..
CMakeLists.txt first commit 2026-01-14 15:38:20 +08:00
DtlsTransport.cpp first commit 2026-01-14 15:38:20 +08:00
DtlsTransport.hpp first commit 2026-01-14 15:38:20 +08:00
IceSession.cpp first commit 2026-01-14 15:38:20 +08:00
IceSession.hpp first commit 2026-01-14 15:38:20 +08:00
IceTransport.cpp first commit 2026-01-14 15:38:20 +08:00
IceTransport.hpp first commit 2026-01-14 15:38:20 +08:00
Nack.cpp first commit 2026-01-14 15:38:20 +08:00
Nack.h first commit 2026-01-14 15:38:20 +08:00
RtpExt.cpp first commit 2026-01-14 15:38:20 +08:00
RtpExt.h first commit 2026-01-14 15:38:20 +08:00
RtpMap.h first commit 2026-01-14 15:38:20 +08:00
SctpAssociation.cpp first commit 2026-01-14 15:38:20 +08:00
SctpAssociation.hpp first commit 2026-01-14 15:38:20 +08:00
Sdp.cpp first commit 2026-01-14 15:38:20 +08:00
Sdp.h first commit 2026-01-14 15:38:20 +08:00
SrtpSession.cpp first commit 2026-01-14 15:38:20 +08:00
SrtpSession.hpp first commit 2026-01-14 15:38:20 +08:00
StunPacket.cpp first commit 2026-01-14 15:38:20 +08:00
StunPacket.hpp first commit 2026-01-14 15:38:20 +08:00
TwccContext.cpp first commit 2026-01-14 15:38:20 +08:00
TwccContext.h first commit 2026-01-14 15:38:20 +08:00
USAGE.md first commit 2026-01-14 15:38:20 +08:00
WebRtcClient.cpp first commit 2026-01-14 15:38:20 +08:00
WebRtcClient.h first commit 2026-01-14 15:38:20 +08:00
WebRtcEchoTest.cpp first commit 2026-01-14 15:38:20 +08:00
WebRtcEchoTest.h first commit 2026-01-14 15:38:20 +08:00
WebRtcPlayer.cpp first commit 2026-01-14 15:38:20 +08:00
WebRtcPlayer.h first commit 2026-01-14 15:38:20 +08:00
WebRtcProxyPlayer.cpp first commit 2026-01-14 15:38:20 +08:00
WebRtcProxyPlayer.h first commit 2026-01-14 15:38:20 +08:00
WebRtcProxyPlayerImp.h first commit 2026-01-14 15:38:20 +08:00
WebRtcProxyPusher.cpp first commit 2026-01-14 15:38:20 +08:00
WebRtcProxyPusher.h first commit 2026-01-14 15:38:20 +08:00
WebRtcPusher.cpp first commit 2026-01-14 15:38:20 +08:00
WebRtcPusher.h first commit 2026-01-14 15:38:20 +08:00
WebRtcSession.cpp first commit 2026-01-14 15:38:20 +08:00
WebRtcSession.h first commit 2026-01-14 15:38:20 +08:00
WebRtcSignalingMsg.cpp first commit 2026-01-14 15:38:20 +08:00
WebRtcSignalingMsg.h first commit 2026-01-14 15:38:20 +08:00
WebRtcSignalingPeer.cpp first commit 2026-01-14 15:38:20 +08:00
WebRtcSignalingPeer.h first commit 2026-01-14 15:38:20 +08:00
WebRtcSignalingSession.cpp first commit 2026-01-14 15:38:20 +08:00
WebRtcSignalingSession.h first commit 2026-01-14 15:38:20 +08:00
WebRtcTalk.cpp first commit 2026-01-14 15:38:20 +08:00
WebRtcTalk.h first commit 2026-01-14 15:38:20 +08:00
WebRtcTransport.cpp first commit 2026-01-14 15:38:20 +08:00
WebRtcTransport.h first commit 2026-01-14 15:38:20 +08:00
answer.sdp first commit 2026-01-14 15:38:20 +08:00
janus_answer.sdp first commit 2026-01-14 15:38:20 +08:00
janus_offer.sdp first commit 2026-01-14 15:38:20 +08:00
logger.h first commit 2026-01-14 15:38:20 +08:00
offer-simulcast.sdp first commit 2026-01-14 15:38:20 +08:00
offer.sdp first commit 2026-01-14 15:38:20 +08:00
readme.md first commit 2026-01-14 15:38:20 +08:00
webrtcSignal.txt first commit 2026-01-14 15:38:20 +08:00

readme.md

致谢与声明

本文件夹下部分文件提取自MediaSoup ,分别为:

  • 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