ZLMediaKit/webrtc
夏楚 c72cf4cbcc
整理命名空间 (#1409)
* feat: remove using namespace mediakit in header files.

(cherry picked from commit d44aeb339a8a0e1f0455be82b21fe4b1b536299f)

* feat: remove using namespace mediakit in FFmpegSource.h

* feat: remove using namespace mediakit in RtpExt.h

* feat: remove using namespace mediakit in header files.

* feat: remove using namespace std in header files.

* feat: remove using namespace std in header files when zltoolkit remove std in header

* 补充命名空间

* 整理命名空间

* 整理命名空间2

* 修复macos ci

* 修复编译问题

* 修复编译问题2

* 修复编译问题3

Co-authored-by: Johnny <hellojinqiang@gmail.com>
Co-authored-by: Xiaofeng Wang <wasphin@gmail.com>
2022-02-02 20:34:50 +08:00
..
answer.sdp answer sdp通过chrome校验 2021-04-01 11:42:40 +08:00
DtlsTransport.cpp 整理命名空间 (#1409) 2022-02-02 20:34:50 +08:00
DtlsTransport.hpp 添加版权信息 2021-04-09 20:44:47 +08:00
IceServer.cpp RTC: 删除过多stun包日志 2021-11-15 10:40:31 +08:00
IceServer.hpp 添加版权信息 2021-04-09 20:44:47 +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 整理命名空间 (#1409) 2022-02-02 20:34:50 +08:00
Nack.cpp 整理命名空间 (#1409) 2022-02-02 20:34:50 +08:00
Nack.h 整理命名空间 (#1409) 2022-02-02 20:34:50 +08:00
offer-simulcast.sdp 完善simulcast接收及处理 2021-06-24 11:39:55 +08:00
offer.sdp webrtc新增对av1的支持 2021-06-16 11:14:10 +08:00
readme.md Update readme.md 2021-10-20 14:49:56 +08:00
RtpExt.cpp 整理命名空间 (#1409) 2022-02-02 20:34:50 +08:00
RtpExt.h 整理命名空间 (#1409) 2022-02-02 20:34:50 +08:00
Sdp.cpp 整理命名空间 (#1409) 2022-02-02 20:34:50 +08:00
Sdp.h 整理命名空间 (#1409) 2022-02-02 20:34:50 +08:00
SrtpSession.cpp 整理命名空间 (#1409) 2022-02-02 20:34:50 +08:00
SrtpSession.hpp 修复webrtc srtp相关功能在大端64位系统崩溃的问题 2021-08-13 16:07:27 +08:00
StunPacket.cpp 添加版权信息 2021-04-09 20:44:47 +08:00
StunPacket.hpp 添加版权信息 2021-04-09 20:44:47 +08:00
TwccContext.cpp RTC: 修复twcc rtp ext seq回退处理逻辑bug 2021-11-27 22:35:51 +08:00
TwccContext.h 整理命名空间 (#1409) 2022-02-02 20:34:50 +08:00
Utils.hpp 添加版权信息 2021-04-09 20:44:47 +08:00
WebRtcEchoTest.cpp 修复webrtc echo test无法在chrome上使用的问题 2021-10-18 17:35:14 +08:00
WebRtcEchoTest.h 整理命名空间 (#1409) 2022-02-02 20:34:50 +08:00
WebRtcPlayer.cpp 整理命名空间 (#1409) 2022-02-02 20:34:50 +08:00
WebRtcPlayer.h 整理命名空间 (#1409) 2022-02-02 20:34:50 +08:00
WebRtcPusher.cpp 整理命名空间 (#1409) 2022-02-02 20:34:50 +08:00
WebRtcPusher.h 整理命名空间 (#1409) 2022-02-02 20:34:50 +08:00
WebRtcSession.cpp 整理命名空间 (#1409) 2022-02-02 20:34:50 +08:00
WebRtcSession.h 整理命名空间 (#1409) 2022-02-02 20:34:50 +08:00
WebRtcTransport.cpp 整理命名空间 (#1409) 2022-02-02 20:34:50 +08:00
WebRtcTransport.h 整理命名空间 (#1409) 2022-02-02 20:34: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

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

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

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