Commit Graph

4279 Commits

Author SHA1 Message Date
xiongguangjie
34bb843e9c
update zlmrtcclient.js sdk and demon (#3653)
1.can select video and audio source when push stream
2.support video and audio switch on fly for push
2024-06-21 13:59:59 +08:00
xiongguangjie
9106dde23e
g711 rtp encoder rtp mark set false compitable for freeswitch (#3647) 2024-06-19 18:42:06 +08:00
KkemChen
2f6723f602
perf: 调整VideoStack相关代码 (#3642)
1. 修复编译宏不生效问题
2. 新增reset接口,用于不断流的情况下变更拼接参数
2024-06-19 14:06:02 +08:00
Xiaofeng Wang
efc683228c
修复H264/H265创建config帧异常问题(#3643)
https://github.com/ZLMediaKit/ZLMediaKit/pull/3611#issuecomment-2177535917
2024-06-19 14:05:23 +08:00
Xiaofeng Wang
84dbe4b076
Send config frames once before sending DirectProxy RTP packets (#3611) 2024-06-16 09:37:33 +08:00
xiongziliang
3de2ee7a2b 优化aac rtp解码器内存安全限定 2024-06-16 09:34:39 +08:00
Lidaofu
ad7b28bb0a
补充mk_track、mk_media部分c api (#3628)
Co-authored-by: lidaofu <lidf@ahtelit.com>
Co-authored-by: xiongziliang <771730766@qq.com>
2024-06-15 15:55:39 +08:00
xiongziliang
720d6304d2 修复aac rtp解码兼容性相关bug 2024-06-15 15:11:36 +08:00
xiongziliang
170ec3c830 调整持续集成脚本 2024-06-15 12:14:40 +08:00
PioLing
f9f386bc23
修改完善MediaSource事件拦截器 (#3622) 2024-06-14 12:59:02 +08:00
PioLing
d34da06766
bugfix: 修复rtp推流观看人数统计异常的问题 (#3620 #3615) 2024-06-13 11:41:22 +08:00
xia-chu
1695624732 防止release编译时第三方库断言不触发导致的崩溃 (#3617) 2024-06-12 20:18:50 +08:00
xia-chu
8159f4e085 bugfix: 修复rtp服务器单端口tcp模式下访问空指针崩溃的问题 2024-06-12 20:18:50 +08:00
Xiaofeng Wang
c446f6bb98
Disable unused docker workflow for pr (#3612)
Signed-off-by: Xiaofeng Wang <wasphin@gmail.com>
2024-06-11 11:24:05 +08:00
li
4f7609d15d
移除Android播放器代码,改成添加项目链接(#3606)
RTCPlayer支持播放、推流功能:
- 播放:支持播放、暂停、恢复、停止、截图、录制、设置音量等功能
- 推流:支持推摄像头,桌面、文件流等功能
2024-06-10 10:10:55 +08:00
xiongziliang
b720ec7eff 新增mk_proxy_player_set_on_play_result代理失败回调接口 2024-06-09 18:47:20 +08:00
xiongziliang
577fe86917 调整持续集成,linux ci修改为centos7 2024-06-09 17:44:16 +08:00
xiongziliang
77d2df1695 移除RtpSelector相关逻辑,优化代码结构 2024-06-09 10:52:10 +08:00
Luke
fbac3f9ba0
RC4密码套件漏洞 (#3590)
禁止使用RC4
2024-06-09 10:45:40 +08:00
xiongguangjie
6df0e2ee8b
update ZLMRTCClient.js (#3596)
for issue https://github.com/ZLMediaKit/ZLMRTCClient.js/issues/14
2024-06-09 10:43:57 +08:00
chdahuzi
15bc4c8767
解决帧率解析错误问题 (#3607)
有时解析H265的sps,帧率会出错,例如QgEBAWAAAAMAAAMAAAMAAAMAlqABQCAFof4qtO6JLuaAgAg9YADN/mAE
帧率会解析成3971
2024-06-09 10:43:32 +08:00
zwcarl
9a5fdd3dac
修复组播bug (#3602)
当多个客户端拉同一个组播源时,如果此时源被析构,会偶现使用该源的组播对象没有被析构的情况,在RtpMultiCaster的_rtp_reader->setDetachCB回调函数中,先移除该组播对象再通知上层session可以解决此问题

---------

Co-authored-by: zhengwang <carl.zheng@lednets.com>
2024-06-09 10:42:02 +08:00
xiongziliang
4cd735f61d 编码H264时支持时间戳透传,修复时间戳相关问题 2024-06-02 13:34:51 +08:00
xiongziliang
189b02e400 解析rtp时,兼容rtsp服务端发送缓冲区溢出覆盖的bug 2024-06-02 13:11:45 +08:00
xiongziliang
68c0424808 feat: Automatically build package and upload binary files to the issue list 2024-06-01 22:20:06 +08:00
Dw9
d6f166c1f4
Push benchmark supports input from mp4 file (#3588) 2024-06-01 18:15:35 +08:00
waken
8dad1983a0
ServiceController增加size方法 (#3587) 2024-06-01 18:14:52 +08:00
Lidaofu
49dfccd56f
补充C API拉流代理缺少retry_count重试次数配置 (#3584)
Co-authored-by: 李道甫 <lidf@ahtelit.com>
2024-05-30 10:49:05 +08:00
xiongziliang
3a50c6e06d 重新整理issue模板规范要求 2024-05-25 21:52:46 +08:00
xiongziliang
942458480d Demangle backtrace function binary symbols when generated crash logs 2024-05-25 21:16:57 +08:00
xiongziliang
12b71ca41d Update zltoolkit 2024-05-25 20:44:58 +08:00
waken
f83e287c77
修复C++17新库std::variant导致的编译出错 (#3567) 2024-05-23 17:36:56 +08:00
KkemChen
373620cfc6
feat: add broadcast event for player count change (#3562) 2024-05-23 10:30:11 +08:00
Lidaofu
968f6c69c3
修复Windows下链接OpenSSL静态库缺少Crypt32库的问题 (#3552)
Co-authored-by: 李道甫 <lidf@ahtelit.com>
2024-05-19 10:34:46 +08:00
PioLing
0935da60a3
feat: Add on_mk_get_statistic_cb c api to obtain performance statistics data (#3549) 2024-05-19 10:30:29 +08:00
admin
65c2abb0b5 修复无法删除mp4录像文件的bug 2024-05-15 14:31:36 +08:00
admin
472d7d1e4f 兼容rtsp服务端发送缓冲区溢出覆盖的bug 2024-05-15 14:31:36 +08:00
gongluck
5df2b80757
Nack相关参数可配置化 (#3510 #3507) 2024-05-12 18:15:11 +08:00
xia-chu
bbdbd6a3e0 feat: Using kBeatIntervalMS option for rtsp heartbeat interval time and add kRtspBeatType for setting rtsp heartbeat type 2024-05-11 14:41:18 +08:00
xiongguangjie
1c89950ebe
Fix record info size to int64 (#3527) 2024-05-11 10:49:33 +08:00
Lidaofu
18c5bb3670
添加C API on_record_ts 回调ts录像信息 (#3520)
用时合并on_record_mp4相关接口

Co-authored-by: 李道甫 <lidf@ahtelit.com>
2024-05-10 14:27:23 +08:00
xia-chu
2eed284e61 feat: Close the connection after authentication failed in HTTP API
Improve the safety of HTTP API
2024-05-09 18:07:08 +08:00
xia-chu
8ac957f338 bugfix: Fix the memory overflow issue in H264Splitter 2024-05-09 18:06:19 +08:00
gongluck
64fdd78330
修复函数mk_rtc_send_datachannel声明、定义没对应的错误 (#3508) 2024-05-06 11:07:23 +08:00
yanggs
046aaa3498
修复拉取指定流时时长信息丢失的问题 (#3500) 2024-05-01 13:19:47 +08:00
夏楚
86348b86ee
Update README.md 2024-04-30 22:06:53 +08:00
xia-chu
664d0b67bc Add the listRtpSender http api 2024-04-21 11:31:43 +08:00
xia-chu
2d66dd7cb3 Fixing the problem of WebRTC handshake failure caused by unsupported RTP extensions (#3486) 2024-04-20 22:49:27 +08:00
xia-chu
e4de454d5d Charset default to UTF-8 on Windows 2024-04-20 22:25:21 +08:00
xia-chu
44d6457108 Update ZLToolKit, support kqueue for macOS/BSD 2024-04-20 21:15:47 +08:00