xiongziliang
d638754364
Update authors
2024-03-23 20:44:25 +08:00
xia-chu
b05f515ccc
Revert "Fix the issue of failing to push streams to FMS 3.0 server"
...
This reverts commit 3b7f16b755
.
2024-03-22 20:50:07 +08:00
xia-chu
f5ca61d235
Enhance compatibility with non-compliant RTMP AAC streams
2024-03-22 20:50:07 +08:00
xia-chu
49ddde28c0
Refactor code
2024-03-22 20:50:07 +08:00
xia-chu
e972ec5a22
Remove deprecated code
2024-03-22 20:50:07 +08:00
xia-chu
cfac61e55b
BugFix: prevent the player's configuration from being overridden in addStreamProxy
2024-03-22 20:50:07 +08:00
xia-chu
db4c570d19
WebRTC audio preferred PCMA
2024-03-22 20:50:07 +08:00
xia-chu
5036aa5ec5
BugFix: crashes when exceptions are thrown during destruction #3402
2024-03-22 20:50:07 +08:00
ljx0305
66a6253160
Fix compilation error issues ( #3385 )
2024-03-22 20:42:02 +08:00
xiongguangjie
12d9351666
Fix compile error for enable_webrtc is off ( #3393 #3397 )
2024-03-22 20:41:14 +08:00
xia-chu
5a137f8b8e
Update submodule
2024-03-17 10:28:10 +08:00
KkemChen
437ae778c0
feat: VideoStack ( #3373 )
2024-03-16 22:56:32 +08:00
百鸣
ff43fa5075
Fix the issue of abnormal timestamps during MP4 recording. ( #3363 )
...
Co-authored-by: xingqiao <xingqiao@uni-ubi.com>
2024-03-16 22:01:06 +08:00
haorui wang
3b7f16b755
Fix the issue of failing to push streams to FMS 3.0 server. ( #3362 )
...
[how]
1. AMF 为简单类型时填插 AMF Null (参考 OBS 以及实际测试)
2. createStream 前附加 releaseStream 和 FCPublish, 兼容旧 FMS3.0
3. 正确处理 RTMP Header fmt 为 1 和 2 的业务逻辑
2024-03-16 21:58:33 +08:00
xia-chu
69738ad24e
BugFix: configuration of downloadRoot
cannot use absolute paths
...
Fix for http api `/index/api/downloadFile`
2024-03-16 21:53:30 +08:00
xia-chu
50f65c4ba4
Random port pool ensures that both UDP and TCP modes are available simultaneously
2024-03-16 21:53:30 +08:00
xia-chu
1930d909f9
Fix the thread safety issue caused by poller thread switching when paced sender enabled
2024-03-16 21:53:30 +08:00
xiongguangjie
c9c2706843
avoid addstreamproxy rtsp user or pass contain +
2024-03-16 21:52:24 +08:00
xiongguangjie
af155ef87a
no track throw error avoid addstreamproxy already exist
2024-03-16 21:52:24 +08:00
小强先生
8e16a698b6
降低webrtc握手未结束,数据先到的日志等级 ( #3368 )
2024-03-13 10:57:43 +08:00
johzzy
69800632fe
feat(html): update webrtc page ( #3361 )
...
optimized webrtc page
2024-03-13 10:48:17 +08:00
johzzy
1e39594335
fix for https://bugs.chromium.org/p/webrtc/issues/detail?id=15845 ( #3360 )
2024-03-10 21:34:03 +08:00
johzzy
2f50344e7b
Add ServiceController to manage PlayerProxy/PusherProxy/FFmpegSource/RtpServer services ( #3337 )
2024-03-10 16:31:20 +08:00
jamesZHANG500
03c93d0b23
Add config for save fmp4 record files ( #3356 )
2024-03-10 16:19:02 +08:00
huangcaichun
78a6f041a8
Fixed issue that set use_ps in startSendRtp api does not take effect ( #3353 )
...
修复使用startSendRtp接口转发ps流,设置use_ps为1后,还发送es流的问题
---------
Co-authored-by: huangcaichun <cchuang@secusoft.cc>
2024-03-10 16:17:29 +08:00
xiongguangjie
fe61b572e0
Fix hls fmp4 clear cache bug ( #3355 )
...
Fix hls fmp4 clear cache delete init.mp4 result in play failed for #3348
2024-03-08 11:04:59 +08:00
waken
79b2aa6adc
openRtpServer接口增加单视频参数,加快单视频流注册速度 ( #3342 )
...
only_audio -> only_track
2024-03-05 17:06:31 +08:00
张传峰
ffdc13bfb9
RTP proxy通过UDP收流,调整udp recv socket buffer size成配置 ( #3336 )
...
国标推流有些情况需要UDP方式接收流,端口复用同一个UDP端口可能需要根据服务器性能
2024-03-05 10:42:22 +08:00
wdl1697454803
210894ed83
Use find_package when pkg_check_modules fails
...
Fixed the issue that when the cmake version was earlier than 3.6.0, the pkg_check_modules did not support IMPORTED_TARGET parameters, resulting in the SDL2 library not being found
2024-03-05 00:09:36 +08:00
wdl1697454803
a554fab5fb
add cmake minimum required 3.6.0
...
pkg_check_modules在cmake的3.6.0及以上版本才支持参数IMPORTED_TARGET
2024-03-05 00:09:36 +08:00
johzzy
f49aed7a32
srt optimization code for query poller ( #3334 )
...
- add querySrtTransport, improve code.
- update SrtTransportManager key
- fix some warning
2024-03-02 18:25:32 +08:00
xiongziliang
1b709f665a
Update submodules
2024-03-02 16:57:27 +08:00
夏楚
24ad9c9b9e
Support mpegts rtp payload in startSendRtp ( #3335 )
2024-03-02 16:53:53 +08:00
gongluck
5a6364bae2
Add datachannel c apis and callbacks( #3328 )
...
增加datachannel数据收发的回调通知 #3326,和控制datachannel回显的开关
---------
Co-authored-by: xiongziliang <771730766@qq.com>
2024-03-02 16:52:51 +08:00
xiongguangjie
06abbd0eb7
rtp send rtp g711 audio can config duration ( #3325 )
...
optimization for this
[issue](https://github.com/ZLMediaKit/ZLMediaKit/issues/3316 )
2024-03-02 16:40:13 +08:00
imp_rayjay
87cb488b04
Added support for DRI frames in MJPEG RTP packetization ( #3305 )
2024-02-19 11:54:13 +08:00
xiongguangjie
4fb593f4a1
Fix compilation failure issue caused by lack of regular expression support in gcc 4.8.5 ( #3301 #3279 )
2024-02-19 11:05:30 +08:00
xiongziliang
da5673d1c4
Update ZLToolKit
2024-02-07 23:07:25 +08:00
xiongziliang
81b08af0ce
Ensure thread safety of player and pusher
2024-02-07 23:06:42 +08:00
xiongziliang
306a32131c
Fix crash issue when exit test_player
2024-02-07 22:40:41 +08:00
lidaofu-hub
4d28b99780
Add mk_proxy_player_create2 for support more proxy options ( #3262 )
2024-02-04 23:15:11 +08:00
waken
bfcaf15075
Ignore localhost address when get icecand for webrtc from http request ( #3282 )
2024-02-04 23:11:18 +08:00
xiongziliang
0359f178de
Update ZLToolKit
2024-01-28 19:35:06 +08:00
xiongziliang
826f4de24a
Add new authors
2024-01-28 19:31:20 +08:00
sandro-qiang
ceae040a7a
Fix http url path and component's coding ( #3237 #3181 )
2024-01-28 19:18:36 +08:00
xiongziliang
cfe9a31ca6
Fix http cross domain issues
2024-01-27 21:29:10 +08:00
chdahuzi
56bdb14baf
解决流名被替换后,getRtpInfo等接口无法使用新流名的问题 ( #3265 )
2024-01-27 20:55:57 +08:00
waken
fd1ebb1a51
Auto get icecand ip address from http request ( #3251 )
...
Get ip address from http `Host` header, and set it to icecand ip for webrtc
2024-01-26 10:26:30 +08:00
张传峰
9977b550e0
Add snapshot cmd parameter to ignore audio ( #3246 )
...
Improve snapshot speed
2024-01-26 10:19:19 +08:00
老衲不出家
62641f426b
Fix a bug in WebRTC where the DTLS certificate is too large(big than MTU) ( #3250 )
2024-01-24 15:14:23 +08:00