Files
ZLMediaKit/webrtc
Leon be995f9cd2 !17 【功能请求】 /index/api/getMediaList接口 增加LOSS字段用于统计每个轨道丢包率反馈
* update webrtc/WebRtcPusher.h.
* update webrtc/WebRtcPusher.cpp.
* update webrtc/WebRtcTransport.h.
* update webrtc/WebRtcTransport.cpp.
* update src/Common/MediaSource.h.
* update src/Common/MediaSource.cpp.
* update server/WebApi.cpp.
2022-06-11 04:31:06 +00:00
..
2021-04-01 11:42:40 +08:00
2022-02-02 20:34:50 +08:00
2021-04-09 20:44:47 +08:00
2021-11-15 10:40:31 +08:00
2021-04-09 20:44:47 +08:00
2021-04-01 11:42:40 +08:00
2021-04-01 11:42:40 +08:00
2022-02-02 20:34:50 +08:00
2022-02-27 12:26:11 +08:00
2022-03-13 19:22:19 +08:00
2021-06-16 11:14:10 +08:00
2021-10-20 14:49:56 +08:00
2022-05-14 18:46:50 +08:00
2022-02-02 20:34:50 +08:00
2022-02-02 20:34:50 +08:00
2021-04-09 20:44:47 +08:00
2021-04-09 20:44:47 +08:00
2022-02-02 20:34:50 +08:00
2021-04-09 20:44:47 +08:00
2022-02-02 20:34:50 +08:00
2022-02-02 20:34:50 +08:00
2022-02-02 20:34:50 +08:00
2022-05-08 00:26:01 +08:00
2022-05-08 00:26:01 +08:00

致谢与声明

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

  • ice相关功能

    • IceServer.cpp
    • IceServer.hpp
    • StunPacket.cpp
    • StunPacket.hpp
    • Utils.hpp
  • dtls相关功能

    • DtlsTransport.cpp
    • DtlsTransport.hpp
  • srtp相关功能

    • SrtpSession.cpp
    • SrtpSession.hpp

以上源码有一定的修改和裁剪感谢MediaSoup开源项目及作者 用户在使用本项目的同时应该同时遵循MediaSoup的开源协议。

同时,在此也感谢开源项目easy_webrtc_server 及作者, 在集成MediaSoup相关代码前期主要参考这个项目。

另外,感谢big panda 开发并贡献的webrtc js测试客户端(www/webrtc目录下文件) 其开源项目地址为:https://gitee.com/xiongguangjie/zlmrtcclient.js