ZLMediaKit/src/Rtp
xbpeng121 884f1d760b
提高对不规范国标TCP推流的兼容性 (#2966)
问题: 建立tcp链接后,并不是从rtp包头开始发数据,所以无法解析出正确的包。
解决方案:在tcp数据报文中搜索0x000001bb(关键帧的system header),找到后偏移固定字节恢复rtp包头。
2023-11-10 21:53:43 +08:00
..
Decoder.cpp update media-server (#2075) 2022-11-09 17:44:38 +08:00
Decoder.h Unified code style (#2137) 2022-12-02 14:43:06 +08:00
GB28181Process.cpp add MediaTuple 2023-05-30 11:01:27 +08:00
GB28181Process.h Unified code style (#2137) 2022-12-02 14:43:06 +08:00
ProcessInterface.h 新增媒体流flush机制:#1996 2022-10-16 19:54:17 +08:00
PSDecoder.cpp 新增Assert异常类型,解决国标重复推流不注销问题 (#2393) 2023-04-14 15:10:48 +08:00
PSDecoder.h Optimize Decoder inheritance relationship (#1760) 2022-06-29 11:01:16 +08:00
PSEncoder.cpp Header refactor (#2115) 2022-11-29 11:07:13 +08:00
PSEncoder.h Header refactor (#2115) 2022-11-29 11:07:13 +08:00
RawEncoder.cpp 修复编译警告 2022-08-08 15:28:43 +08:00
RawEncoder.h Unified code style (#2137) 2022-12-02 14:43:06 +08:00
RtpCache.cpp rtp级联(ps/ts/es)新增支持gop缓存功能 (#2395) 2023-04-17 12:19:24 +08:00
RtpCache.h rtp级联(ps/ts/es)新增支持gop缓存功能 (#2395) 2023-04-17 12:19:24 +08:00
RtpProcess.cpp NoticeCenter支持安全类型转换,解决监听者参数类型不一致导致的bug 2023-09-02 11:22:28 +08:00
RtpProcess.h openRtpServer接口新增only_audio参数,优化语音对讲场景 2023-02-17 22:48:39 +08:00
RtpSelector.cpp rtp服务器单端口模式收到相同ssrc推流时延时关闭RtpSession对象(防止频繁创建销毁对象) 2023-02-28 22:56:29 +08:00
RtpSelector.h rtp服务器单端口模式收到相同ssrc推流时延时关闭RtpSession对象(防止频繁创建销毁对象) 2023-02-28 22:56:29 +08:00
RtpSender.cpp 修复startSendRtp成功后udp套接字被关闭的问题 (#2468 #2924) 2023-10-25 15:14:08 +08:00
RtpSender.h startSendRtp接口支持同时接收流:#2109,#2149 2023-01-07 22:36:30 +08:00
RtpServer.cpp 新增openRtpServerMultiplex接口,支持创建多路复用RTP服务器端口 (#2954) 2023-11-09 11:26:13 +08:00
RtpServer.h 新增openRtpServerMultiplex接口,支持创建多路复用RTP服务器端口 (#2954) 2023-11-09 11:26:13 +08:00
RtpSession.cpp 提高对不规范国标TCP推流的兼容性 (#2966) 2023-11-10 21:53:43 +08:00
RtpSession.h 提高对不规范国标TCP推流的兼容性 (#2966) 2023-11-10 21:53:43 +08:00
RtpSplitter.cpp 降低TCP RTP 2字节头被误判为EHOME头的风险 (#2502) 2023-05-27 22:27:10 +08:00
RtpSplitter.h 降低TCP RTP 2字节头被误判为EHOME头的风险 (#2502) 2023-05-27 22:27:10 +08:00
TSDecoder.cpp 消除编译警告 2022-11-19 09:37:49 +08:00
TSDecoder.h 优化代码 2023-04-22 21:59:26 +08:00