二进制橙汁
|
ba877759da
|
src/Record/Recorder.h 引入 <cstdint> 头文件 (#4374)
CMake 构建编译报错,需要在 `src/Record/Recorder.h` 中引入 `<cstdint>` 头文件。
|
2025-08-06 12:02:02 +08:00 |
|
xia-chu
|
5d9ced2cf3
|
startSendRtp相关接口新增enable_origin_recv_limit参数控制是否开启源端限流
Android / build (push) Has been cancelled
CodeQL / Analyze (cpp) (push) Has been cancelled
CodeQL / Analyze (javascript) (push) Has been cancelled
Docker / build (push) Has been cancelled
Linux / build (push) Has been cancelled
macOS / build (push) Has been cancelled
Windows / build (push) Has been cancelled
多倍速rtp转发时,在tcp模式下,如果转发速度跟不上接收速度将导致转发失败,通过开启该参数,可以确保历史视频多倍速下载成功
|
2025-08-02 21:14:42 +08:00 |
|
xia-chu
|
c9a0025620
|
新增startRecordTask接口,支持录制事件视频
用户可以录制当前时间前后一定时间内的视频,配置文件gop_cache设置较大时历史视频才能录全
|
2025-08-02 21:00:30 +08:00 |
|
xia-chu
|
b1e1a0f174
|
新增deleteSnapDirectory删除截图接口
|
2025-08-02 21:00:30 +08:00 |
|
xia-chu
|
88ef00e429
|
音视频时间戳相差太大时强制同步
|
2025-08-02 21:00:30 +08:00 |
|
xia-chu
|
32ab752263
|
Revert "优化SEI/AUD帧处理逻辑" (#4361)
This reverts commit a35444f27e.
|
2025-08-02 21:00:30 +08:00 |
|
Say_Bryan
|
5a10db5f1b
|
修改RtpServer.cpp中的注释错误 (#4372)
|
2025-08-02 20:32:30 +08:00 |
|
Lidaofu
|
94be50e50a
|
c sdk unix编译增加额外调试信息 (#4364)
Android / build (push) Has been cancelled
CodeQL / Analyze (cpp) (push) Has been cancelled
CodeQL / Analyze (javascript) (push) Has been cancelled
Docker / build (push) Has been cancelled
Linux / build (push) Has been cancelled
macOS / build (push) Has been cancelled
Windows / build (push) Has been cancelled
|
2025-07-26 15:45:00 +08:00 |
|
sbkyy
|
6ccbd3aafb
|
rtp级联网络慢时默认不限制源端接收网速 (#4359)
|
2025-07-26 15:44:29 +08:00 |
|
baigao-X
|
9d18015e32
|
fix: SrtCaller and SrtSession crash (#4328)
1.修改SrtCaller 多线程发送造成的crash
2.修改SrtCaller 接收的期望外的控制包可能造成的空指针引用
3.修改异常的streamid ext可能造成的crash
|
2025-07-26 15:43:36 +08:00 |
|
ljx0305
|
1ead079af4
|
修正判断Json::Value::find函数返回值 (#4347)
Android / build (push) Has been cancelled
CodeQL / Analyze (cpp) (push) Has been cancelled
CodeQL / Analyze (javascript) (push) Has been cancelled
Docker / build (push) Has been cancelled
Linux / build (push) Has been cancelled
macOS / build (push) Has been cancelled
Windows / build (push) Has been cancelled
修正Json::Value::find函数返回值并非iterator而是Value指针
|
2025-07-10 14:15:52 +08:00 |
|
PioLing
|
47fd8e9fc3
|
Add exception handling for FFmpeg cmd checked. (#4343)
|
2025-07-10 14:14:57 +08:00 |
|
PioLing
|
fb2a3f5179
|
修复无人观看关闭流相关bug (#4334)
Android / build (push) Has been cancelled
CodeQL / Analyze (cpp) (push) Has been cancelled
CodeQL / Analyze (javascript) (push) Has been cancelled
Docker / build (push) Has been cancelled
Linux / build (push) Has been cancelled
macOS / build (push) Has been cancelled
Windows / build (push) Has been cancelled
|
2025-07-02 14:58:12 +08:00 |
|
肖锋
|
fd34b5526b
|
feature:添加http head请求的支持 (#4321)
Android / build (push) Has been cancelled
CodeQL / Analyze (cpp) (push) Has been cancelled
CodeQL / Analyze (javascript) (push) Has been cancelled
Docker / build (push) Has been cancelled
Linux / build (push) Has been cancelled
macOS / build (push) Has been cancelled
Windows / build (push) Has been cancelled
添加http head请求的支持
|
2025-06-30 20:46:18 +08:00 |
|
老衲不出家
|
48fd240817
|
修复mp4切片时间可能不准的bug (#4332)
|
2025-06-30 20:46:04 +08:00 |
|
xia-chu
|
f0bc7a75aa
|
确保断连续推功能开启后流能正常强制关闭 (#4287)
Android / build (push) Waiting to run
CodeQL / Analyze (cpp) (push) Waiting to run
CodeQL / Analyze (javascript) (push) Waiting to run
Docker / build (push) Waiting to run
Linux / build (push) Waiting to run
macOS / build (push) Waiting to run
Windows / build (push) Waiting to run
|
2025-06-29 18:10:00 +08:00 |
|
xia-chu
|
a35444f27e
|
优化SEI/AUD帧处理逻辑
|
2025-06-29 18:00:47 +08:00 |
|
xia-chu
|
9a7cca1ad9
|
paced_sender逻辑新增音视频包排序功能
用于矫正音视频包时间戳交织性
|
2025-06-29 18:00:04 +08:00 |
|
xia-chu
|
0b21ece801
|
优化rtp异常处理逻辑
|
2025-06-29 17:56:48 +08:00 |
|
xia-chu
|
c98137e505
|
优化线程安全问题
|
2025-06-29 17:56:10 +08:00 |
|
xia-chu
|
18ca4cf48f
|
优化音视频时间戳同步逻辑
|
2025-06-29 17:55:17 +08:00 |
|
xia-chu
|
38821b295a
|
优化http参数获取逻辑
|
2025-06-29 17:48:23 +08:00 |
|
xia-chu
|
86e4a494f2
|
Update README.md
|
2025-06-29 15:24:23 +08:00 |
|
xia-chu
|
a9fe5d6f42
|
新增帧合并开关,优化国标流秒开速度
Android / build (push) Waiting to run
CodeQL / Analyze (cpp) (push) Waiting to run
CodeQL / Analyze (javascript) (push) Waiting to run
Docker / build (push) Waiting to run
Linux / build (push) Waiting to run
macOS / build (push) Waiting to run
Windows / build (push) Waiting to run
|
2025-06-29 10:56:05 +08:00 |
|
xia-chu
|
9e6b33b02e
|
rtp tcp级联速度太慢时主动限制上游接收速度
防止发送速度跟不上接受速度导致发送超时
|
2025-06-29 10:56:05 +08:00 |
|
Yurun
|
986a63bb73
|
Fix typo in config.ini
Android / build (push) Has been cancelled
CodeQL / Analyze (cpp) (push) Has been cancelled
CodeQL / Analyze (javascript) (push) Has been cancelled
Docker / build (push) Has been cancelled
Linux / build (push) Has been cancelled
macOS / build (push) Has been cancelled
Windows / build (push) Has been cancelled
|
2025-06-24 09:25:22 +08:00 |
|
baigao-X
|
7d7320f0b7
|
feat: generating debug files during linux release builds (#4308)
Android / build (push) Has been cancelled
CodeQL / Analyze (cpp) (push) Has been cancelled
CodeQL / Analyze (javascript) (push) Has been cancelled
Docker / build (push) Has been cancelled
Linux / build (push) Has been cancelled
macOS / build (push) Has been cancelled
Windows / build (push) Has been cancelled
linux release构建时生成与MediaServer 匹配的debug文件。
生产环境依然使用小尺寸的MediaServer,在需要gdb调试或者查看coredump文件时可以结合debug文件查看调用栈。
|
2025-06-07 15:01:42 +08:00 |
|
Haibo Chen(陈海博)
|
6e125d02dc
|
Fix typo (#4307)
|
2025-06-07 15:00:06 +08:00 |
|
PioLing
|
2bbd177d5a
|
Add win32 core dump (#4291)
Android / build (push) Has been cancelled
CodeQL / Analyze (cpp) (push) Has been cancelled
CodeQL / Analyze (javascript) (push) Has been cancelled
Docker / build (push) Has been cancelled
Linux / build (push) Has been cancelled
macOS / build (push) Has been cancelled
Windows / build (push) Has been cancelled
单元测试代码
int main() {
System::systemSetup();
int *p = nullptr;
*p = 1; // 强制崩溃
return 0;
}
崩溃后直接用 vs2019(2022) 打开 dmp 文件。
菜单选择 File → Open → File...,选择你的 .dmp 文件。
提示你“选择符号和源码”,若有源码和 pdb/symbol 文件能看到更详细的堆栈。
|
2025-05-31 11:26:00 +08:00 |
|
xiongguangjie
|
a050f38cc9
|
提升浏览器webrtc g711音频播放效果 (#4280 #4282)
For chrome (136.0.7103.93)
|
2025-05-11 11:18:34 +08:00 |
|
xia-chu
|
7a7f618a73
|
修复srtp编译失败导致webrtc特性打开失败问题
|
2025-05-09 20:25:42 +08:00 |
|
PioLing
|
7b1f8fedac
|
Add network traffic statistics (#4239)
Android / build (push) Has been cancelled
CodeQL / Analyze (cpp) (push) Has been cancelled
CodeQL / Analyze (javascript) (push) Has been cancelled
Docker / build (push) Has been cancelled
Linux / build (push) Has been cancelled
macOS / build (push) Has been cancelled
Windows / build (push) Has been cancelled
Co-authored-by: xiongguangjie <xiong_panda@163.com>
Co-authored-by: xia-chu <771730766@qq.com>
|
2025-05-02 16:23:25 +08:00 |
|
PioLing
|
ab14adb94d
|
Add loadMP4File respond "durations" (#4262 #4260)
Android / build (push) Has been cancelled
CodeQL / Analyze (cpp) (push) Has been cancelled
CodeQL / Analyze (javascript) (push) Has been cancelled
Docker / build (push) Has been cancelled
Linux / build (push) Has been cancelled
macOS / build (push) Has been cancelled
Windows / build (push) Has been cancelled
|
2025-04-26 19:58:48 +08:00 |
|
xia-chu
|
444aeceacc
|
rtp推流时打印ssrc
Android / build (push) Has been cancelled
CodeQL / Analyze (cpp) (push) Has been cancelled
CodeQL / Analyze (javascript) (push) Has been cancelled
Docker / build (push) Has been cancelled
Linux / build (push) Has been cancelled
macOS / build (push) Has been cancelled
Windows / build (push) Has been cancelled
|
2025-04-20 14:54:20 +08:00 |
|
xia-chu
|
dd1e8ef430
|
web hook 忽略返回值为null的值
|
2025-04-20 14:50:56 +08:00 |
|
xiongguangjie
|
97b81ea179
|
update ci workflow (#4257)
Android / build (push) Has been cancelled
CodeQL / Analyze (cpp) (push) Has been cancelled
CodeQL / Analyze (javascript) (push) Has been cancelled
Docker / build (push) Has been cancelled
Linux / build (push) Has been cancelled
macOS / build (push) Has been cancelled
Windows / build (push) Has been cancelled
action image update for
https://github.com/actions/runner-images/issues/11101
|
2025-04-18 09:54:31 +08:00 |
|
PioLing
|
beff8c0527
|
修复编译失败的问题 (#4249) #4252
Android / build (push) Has been cancelled
CodeQL / Analyze (cpp) (push) Has been cancelled
CodeQL / Analyze (javascript) (push) Has been cancelled
Docker / build (push) Has been cancelled
Linux / build (push) Has been cancelled
macOS / build (push) Has been cancelled
Windows / build (push) Has been cancelled
|
2025-04-15 09:48:00 +08:00 |
|
xia-chu
|
41bdfa0755
|
addStreamProxy、addStreamPusherProxy接口确保线程负载均衡
Android / build (push) Has been cancelled
CodeQL / Analyze (cpp) (push) Has been cancelled
CodeQL / Analyze (javascript) (push) Has been cancelled
Docker / build (push) Has been cancelled
Linux / build (push) Has been cancelled
macOS / build (push) Has been cancelled
Windows / build (push) Has been cancelled
|
2025-04-13 19:42:30 +08:00 |
|
xia-chu
|
21610f5ddf
|
修复bom头导致的编译问题
|
2025-04-13 19:42:30 +08:00 |
|
Wayne Chen
|
dfca520857
|
修复http代理的两个问题,原http代理功能提交(#2988):d593267 (#4219)
Android / build (push) Has been cancelled
CodeQL / Analyze (cpp) (push) Has been cancelled
CodeQL / Analyze (javascript) (push) Has been cancelled
Docker / build (push) Has been cancelled
Linux / build (push) Has been cancelled
macOS / build (push) Has been cancelled
Windows / build (push) Has been cancelled
1. CONNECT请求添加Host字段, 解决400 bad request问题;
2. HLS拉取第2个ts分片时,重新设置http代理,解决第2个分片及后续分片未走代理的问题。
|
2025-04-10 15:09:46 +08:00 |
|
guohuachan
|
8ff1459789
|
doc: update readme.md (#4238)
zlmediakit exporter 已经完善,整体完成度较高。
并且 grafana_demo 服务器更换了更大带宽的服务器,访问更稳定。
希望能加入合作项目,感谢感谢☺️
|
2025-04-10 15:07:09 +08:00 |
|
ibranch7
|
56fe66da7c
|
修复http文件下载指定目录时mmap导致崩溃的bug (#4213)
Android / build (push) Waiting to run
CodeQL / Analyze (cpp) (push) Waiting to run
CodeQL / Analyze (javascript) (push) Waiting to run
Docker / build (push) Waiting to run
Linux / build (push) Waiting to run
macOS / build (push) Waiting to run
Windows / build (push) Waiting to run
在`HttpBody.cpp`中,`getSharedMmap`函数直接尝试对所有路径进行mmap操作,没有进行文件类型检查
|
2025-04-09 21:35:28 +08:00 |
|
xiongguangjie
|
026e74d624
|
修复addFFmpegSource接口线程检测失败相关bug (#4225 #4233)
|
2025-04-09 21:33:12 +08:00 |
|
xiongguangjie
|
fd4f00dd63
|
修复非法rtp数据导致空指针崩溃问题 (#4226)
Android / build (push) Has been cancelled
CodeQL / Analyze (cpp) (push) Has been cancelled
CodeQL / Analyze (javascript) (push) Has been cancelled
Docker / build (push) Has been cancelled
Linux / build (push) Has been cancelled
macOS / build (push) Has been cancelled
Windows / build (push) Has been cancelled
|
2025-04-07 20:50:03 +08:00 |
|
PioLing
|
3351aedeee
|
优化mp4与flv录制相关代码 (#4206)
Android / build (push) Has been cancelled
CodeQL / Analyze (cpp) (push) Has been cancelled
CodeQL / Analyze (javascript) (push) Has been cancelled
Docker / build (push) Has been cancelled
Linux / build (push) Has been cancelled
macOS / build (push) Has been cancelled
Windows / build (push) Has been cancelled
|
2025-03-29 20:39:14 +08:00 |
|
custompal
|
f0204ea3b3
|
播放器(reader)setGetInfoCB时统一使用Session对象 (#4195)
Android / build (push) Has been cancelled
CodeQL / Analyze (cpp) (push) Has been cancelled
CodeQL / Analyze (javascript) (push) Has been cancelled
Docker / build (push) Has been cancelled
Linux / build (push) Has been cancelled
macOS / build (push) Has been cancelled
Windows / build (push) Has been cancelled
Co-authored-by: custompal <chenrengen@gosuncn.com>
|
2025-03-21 15:22:48 +08:00 |
|
KkemChen
|
fd89e0d801
|
feat: VideoStack支持等比缩放 (#4191)
Android / build (push) Has been cancelled
CodeQL / Analyze (cpp) (push) Has been cancelled
CodeQL / Analyze (javascript) (push) Has been cancelled
Docker / build (push) Has been cancelled
Linux / build (push) Has been cancelled
macOS / build (push) Has been cancelled
Windows / build (push) Has been cancelled
feat: VideoStack支持等比缩放 (目前以宏VIDEOSTACK_KEEP_ASPECT_RATIO
方式控制开启,后续考虑是否添加到配置文件中来控制)
|
2025-03-19 09:42:57 +08:00 |
|
PioLing
|
d078446a91
|
兼容某些不规范的rtsp流 (#4188)
Android / build (push) Has been cancelled
CodeQL / Analyze (cpp) (push) Has been cancelled
CodeQL / Analyze (javascript) (push) Has been cancelled
Docker / build (push) Has been cancelled
Linux / build (push) Has been cancelled
macOS / build (push) Has been cancelled
Windows / build (push) Has been cancelled
|
2025-03-13 16:22:35 +08:00 |
|
夏楚
|
83afaff142
|
Update README.md
Android / build (push) Has been cancelled
CodeQL / Analyze (cpp) (push) Has been cancelled
CodeQL / Analyze (javascript) (push) Has been cancelled
Docker / build (push) Has been cancelled
Linux / build (push) Has been cancelled
macOS / build (push) Has been cancelled
Windows / build (push) Has been cancelled
|
2025-03-09 12:11:58 +08:00 |
|
xia-chu
|
11d1b849ec
|
startSendRtp、startRecord接口支持缓存多个gop (#4180)
Android / build (push) Has been cancelled
CodeQL / Analyze (cpp) (push) Has been cancelled
CodeQL / Analyze (javascript) (push) Has been cancelled
Docker / build (push) Has been cancelled
Linux / build (push) Has been cancelled
macOS / build (push) Has been cancelled
Windows / build (push) Has been cancelled
|
2025-03-07 23:40:50 +08:00 |
|