ZLMediaKit/src/Rtp
taotaobujue 7865f2c360
修复udp单端口模式下rtp鉴权失败后无法关闭流的问题(#2985)
如果rtp推流鉴权失败,在udp模式下延时断开连接,等待超时自动关闭,防止频繁创建销毁RtpSession对象,
tcp模式则立即断开链接。
2023-11-15 11:02:12 +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 修复udp单端口模式下rtp鉴权失败后无法关闭流的问题(#2985) 2023-11-15 11:02:12 +08:00
RtpProcess.h 修复udp单端口模式下rtp鉴权失败后无法关闭流的问题(#2985) 2023-11-15 11:02:12 +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接口开启rtcp时触发断言异常的bug 2023-11-12 19:55:18 +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 修复udp单端口模式下rtp鉴权失败后无法关闭流的问题(#2985) 2023-11-15 11:02:12 +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