ZLMediaKit/src/Rtsp
夏楚 ff225114ec
修复rtsp服务可能无法发送rtp给nat内播放器的bug (#2737 #2740)
在udp connect rtsp播放器内网端口后,可能导致过滤掉其公网端口发送的打洞包;
从未无法完成与rtsp播放器udp端口的双向通信。
Socket::bindPeerAddr修改成软绑定时,只是保存发送目标地址,不会导致打洞包的过滤。
2023-08-05 09:25:35 +08:00
..
RtpCodec.cpp rtp ntp时间戳采用透传方式 (#2719) 2023-07-29 23:04:26 +08:00
RtpCodec.h 优化代码 2023-04-22 21:59:26 +08:00
RtpMultiCaster.cpp protected virtual bool sendRtspResponse(...) 2022-12-30 08:50:30 +03:00
RtpMultiCaster.h protected virtual bool sendRtspResponse(...) 2022-12-30 08:50:30 +03:00
RtpReceiver.cpp fix typo. (#2644) 2023-07-09 10:25:10 +08:00
RtpReceiver.h 重写jitter buffer算法,修复seq回环时可能丢包的bug 2023-03-11 10:17:31 +08:00
Rtsp.cpp 修复sdp全局信息未保存问题 (#2739) 2023-08-05 09:24:52 +08:00
Rtsp.h 修复sdp全局信息未保存问题 (#2739) 2023-08-05 09:24:52 +08:00
RtspDemuxer.cpp Header refactor (#2115) 2022-11-29 11:07:13 +08:00
RtspDemuxer.h Unified code style (#2137) 2022-12-02 14:43:06 +08:00
RtspMediaSource.h add MediaTuple 2023-05-30 11:01:27 +08:00
RtspMediaSourceImp.cpp add MediaTuple 2023-05-30 11:01:27 +08:00
RtspMediaSourceImp.h add MediaTuple 2023-05-30 11:01:27 +08:00
RtspMediaSourceMuxer.h 新增支持hls-fmp4直播(#2603 #977 #1965) 2023-07-02 12:02:33 +08:00
RtspMuxer.cpp rtp ntp时间戳采用透传方式 (#2719) 2023-07-29 23:04:26 +08:00
RtspMuxer.h 优化代码 2022-11-12 22:06:09 +08:00
RtspPlayer.cpp rtsp player add query param for content-base (#2637) 2023-07-10 10:53:02 +08:00
RtspPlayer.h rtsp player add query param for content-base (#2637) 2023-07-10 10:53:02 +08:00
RtspPlayerImp.h 优化Parser代码命名 2023-06-10 14:55:40 +08:00
RtspPusher.cpp 优化函数命名风格 2023-06-10 14:55:40 +08:00
RtspPusher.h 更新zltoolkit,适配最新代码 2023-04-28 22:04:09 +08:00
RtspSession.cpp 修复rtsp服务可能无法发送rtp给nat内播放器的bug (#2737 #2740) 2023-08-05 09:25:35 +08:00
RtspSession.h 合并 #2183 2023-01-02 12:08:20 +08:00
RtspSplitter.cpp 重写Parser代码实现 2023-06-10 14:55:40 +08:00
RtspSplitter.h 优化代码 2023-04-22 21:59:26 +08:00
UDPServer.cpp 完善ipv6网络适配 2022-05-08 00:26:01 +08:00
UDPServer.h Header refactor (#2115) 2022-11-29 11:07:13 +08:00