ZLMediaKit/src
Dw9 978143c86d
rtp级联(ps/ts/es)新增支持gop缓存功能 (#2395)
该修改主要解决rtp级联(调用startSendRtp接口)未做gop缓存导致上级无法秒开的问题。
同时通过RingBuffer对象线程隔离的特性,实现了在断连续推场景下归属线程切换导致的线程安全问题。
用户如未使用rtp级联功能,请修改配置文件关闭GOP缓存(rtp_proxy.gop_cache=0)以便节省内存。

---------

Co-authored-by: 夏楚 <771730766@qq.com>
2023-04-17 12:19:24 +08:00
..
Codec replace ffmpeg deprecated api avpicture_fill to av_image_fill_arrays (#2279) 2023-03-09 15:24:32 +08:00
Common rtp级联(ps/ts/es)新增支持gop缓存功能 (#2395) 2023-04-17 12:19:24 +08:00
Extension rtp h265 packet like h264 2023-04-06 19:54:59 +08:00
FMP4 Header refactor (#2115) 2022-11-29 11:07:13 +08:00
Http 修复全局变量构造先后顺序导致启动崩溃的问题 2023-04-06 16:16:28 +08:00
Player Unified code style (#2137) 2022-12-02 14:43:06 +08:00
Pusher Unified code style (#2137) 2022-12-02 14:43:06 +08:00
Record 修复hls注册抛异常可能导致的bug 2023-02-02 11:21:49 +08:00
Rtcp Header refactor (#2115) 2022-11-29 11:07:13 +08:00
Rtmp 提高 rtmp tcUrl 解析兼容性 (#2303 #2298) 2023-03-13 20:42:31 +08:00
Rtp rtp级联(ps/ts/es)新增支持gop缓存功能 (#2395) 2023-04-17 12:19:24 +08:00
Rtsp 重写jitter buffer算法,修复seq回环时可能丢包的bug 2023-03-11 10:17:31 +08:00
Shell Header refactor (#2115) 2022-11-29 11:07:13 +08:00
TS Header refactor (#2115) 2022-11-29 11:07:13 +08:00
CMakeLists.txt cmake: fix install cxx api headers 2022-08-22 13:11:17 +08:00