ZLMediaKit/webrtc
2024-07-21 19:16:34 +08:00
..
answer.sdp
CMakeLists.txt
DtlsTransport.cpp RC4密码套件漏洞 (#3590) 2024-06-09 10:45:40 +08:00
DtlsTransport.hpp
IceServer.cpp
IceServer.hpp
janus_answer.sdp
janus_offer.sdp
logger.h
Nack.cpp 修复webrtc rtp重发列队可能由于rtp时间戳异常导致内存溢出的bug 2024-07-21 19:16:34 +08:00
Nack.h 修复webrtc rtp重发列队可能由于rtp时间戳异常导致内存溢出的bug 2024-07-21 19:16:34 +08:00
offer-simulcast.sdp
offer.sdp
readme.md
RtpExt.cpp Fixing the problem of WebRTC handshake failure caused by unsupported RTP extensions (#3486) 2024-04-20 22:49:27 +08:00
RtpExt.h
SctpAssociation.cpp 修正SctpAssociation.cpp的访问越界 (#3182) 2024-01-05 15:33:51 +08:00
SctpAssociation.hpp
Sdp.cpp Format code 2024-03-23 23:08:10 +08:00
Sdp.h Format code 2024-03-23 23:08:10 +08:00
SrtpSession.cpp
SrtpSession.hpp
StunPacket.cpp
StunPacket.hpp
TwccContext.cpp
TwccContext.h
Utils.hpp
WebRtcEchoTest.cpp fix webrtc echo error (#3442) 2024-04-05 22:11:50 +08:00
WebRtcEchoTest.h feat: update negotiateSdp and WebRtcArgs (#3371) 2024-03-23 22:46:30 +08:00
WebRtcPlayer.cpp 修复webrtc播放时生成config rtp线程安全的bug 2024-06-22 13:04:06 +08:00
WebRtcPlayer.h Send config frames once before sending DirectProxy RTP packets (#3611) 2024-06-16 09:37:33 +08:00
WebRtcPusher.cpp feat: update negotiateSdp and WebRtcArgs (#3371) 2024-03-23 22:46:30 +08:00
WebRtcPusher.h feat: update negotiateSdp and WebRtcArgs (#3371) 2024-03-23 22:46:30 +08:00
WebRtcSession.cpp
WebRtcSession.h
WebRtcTransport.cpp 优化webrtc jitter buffer相关参数 2024-06-22 13:04:06 +08:00
WebRtcTransport.h Delete invalid code 2024-03-23 22:56:12 +08:00

致谢与声明

本文件夹下部分文件提取自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