ZLMediaKit/webrtc
2024-06-22 13:04:06 +08:00
..
answer.sdp answer sdp通过chrome校验 2021-04-01 11:42:40 +08:00
CMakeLists.txt Build without usrsctp 2022-12-30 08:51:37 +03:00
DtlsTransport.cpp RC4密码套件漏洞 (#3590) 2024-06-09 10:45:40 +08:00
DtlsTransport.hpp webrtc dtls默认采用https证书,如果https证书不存在则随机生成 (#2928) 2023-10-25 17:50:29 +08:00
IceServer.cpp 修复编译问题 2023-04-28 23:08:59 +08:00
IceServer.hpp 初始化selectedTuple为nullptr, 修复webrtc ice建连状态错误 2023-03-03 15:25:15 +08:00
janus_answer.sdp answer sdp通过chrome校验 2021-04-01 11:42:40 +08:00
janus_offer.sdp answer sdp通过chrome校验 2021-04-01 11:42:40 +08:00
logger.h MS_ASSERT改成抛异常 2022-06-18 21:09:57 +08:00
Nack.cpp Nack相关参数可配置化 (#3510 #3507) 2024-05-12 18:15:11 +08:00
Nack.h 优化webrtc jitter buffer相关参数 2024-06-22 13:04:06 +08:00
offer-simulcast.sdp 完善simulcast接收及处理 2021-06-24 11:39:55 +08:00
offer.sdp 适配webrtc AV1编码: #2091 2022-11-18 16:47:02 +08:00
readme.md 整理webrtc相关代码命名空间 2022-09-18 21:03:05 +08:00
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 release 8.0 2023-12-09 16:23:51 +08:00
SctpAssociation.cpp 修正SctpAssociation.cpp的访问越界 (#3182) 2024-01-05 15:33:51 +08:00
SctpAssociation.hpp 批量替换tab为4个空格 2023-03-03 15:24:12 +08:00
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 调整switch case语句缩进 2022-08-05 17:42:17 +08:00
SrtpSession.hpp 避免对外传递 srtp 依赖 2022-07-26 00:04:03 +08:00
StunPacket.cpp 批量替换tab为4个空格 2023-03-03 15:24:12 +08:00
StunPacket.hpp 批量替换tab为4个空格 2023-03-03 15:24:12 +08:00
TwccContext.cpp release 8.0 2023-12-09 16:23:51 +08:00
TwccContext.h release 8.0 2023-12-09 16:23:51 +08:00
Utils.hpp Header refactor (#2115) 2022-11-29 11:07:13 +08:00
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 Send config frames once before sending DirectProxy RTP packets (#3611) 2024-06-16 09:37:33 +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 release 8.0 2023-12-09 16:23:51 +08:00
WebRtcSession.h release 8.0 2023-12-09 16:23:51 +08:00
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