ZLMediaKit/webrtc
2024-09-19 14:53:50 +08:00
..
answer.sdp
CMakeLists.txt
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
IceServer.hpp
janus_answer.sdp
janus_offer.sdp
logger.h
Nack.cpp AI automatically translates all comments in the code into English (#3917) 2024-09-19 14:53:50 +08:00
Nack.h AI automatically translates all comments in the code into English (#3917) 2024-09-19 14:53:50 +08:00
offer-simulcast.sdp
offer.sdp
readme.md
RtpExt.cpp AI automatically translates all comments in the code into English (#3917) 2024-09-19 14:53:50 +08:00
RtpExt.h AI automatically translates all comments in the code into English (#3917) 2024-09-19 14:53:50 +08:00
SctpAssociation.cpp 修正SctpAssociation.cpp的访问越界 (#3182) 2024-01-05 15:33:51 +08:00
SctpAssociation.hpp
Sdp.cpp AI automatically translates all comments in the code into English (#3917) 2024-09-19 14:53:50 +08:00
Sdp.h AI automatically translates all comments in the code into English (#3917) 2024-09-19 14:53:50 +08:00
SrtpSession.cpp
SrtpSession.hpp
StunPacket.cpp
StunPacket.hpp
TwccContext.cpp AI automatically translates all comments in the code into English (#3917) 2024-09-19 14:53:50 +08:00
TwccContext.h AI automatically translates all comments in the code into English (#3917) 2024-09-19 14:53:50 +08:00
Utils.hpp
WebRtcEchoTest.cpp AI automatically translates all comments in the code into English (#3917) 2024-09-19 14:53:50 +08:00
WebRtcEchoTest.h feat: update negotiateSdp and WebRtcArgs (#3371) 2024-03-23 22:46:30 +08:00
WebRtcPlayer.cpp AI automatically translates all comments in the code into English (#3917) 2024-09-19 14:53:50 +08:00
WebRtcPlayer.h AI automatically translates all comments in the code into English (#3917) 2024-09-19 14:53:50 +08:00
WebRtcPusher.cpp AI automatically translates all comments in the code into English (#3917) 2024-09-19 14:53:50 +08:00
WebRtcPusher.h AI automatically translates all comments in the code into English (#3917) 2024-09-19 14:53:50 +08:00
WebRtcSession.cpp AI automatically translates all comments in the code into English (#3917) 2024-09-19 14:53:50 +08:00
WebRtcSession.h release 8.0 2023-12-09 16:23:51 +08:00
WebRtcTransport.cpp AI automatically translates all comments in the code into English (#3917) 2024-09-19 14:53:50 +08:00
WebRtcTransport.h AI automatically translates all comments in the code into English (#3917) 2024-09-19 14:53:50 +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