老衲不出家
|
f05a9501fa
|
Unified code style (#2137)
|
2022-12-02 14:43:06 +08:00 |
|
mtdxc
|
754073918a
|
Header refactor (#2115)
* 优化MultiMediaSourceMuxer头文件包含
* 将MediaSinkDelegate和Demux移到MediaSink中
* MediaSource头文件重构, 独立出PacketCache.h
精简Frame和Track的头文件
* Rtmp头文件重构
* Rtsp头文件重构
* webrtc头文件重构
* 规范.h头文件包含,并将其移到.cpp中:
- 尽量不包含Common\config.h
- Util\File.h
- Rtsp/RtspPlayer.h
- Rtmp/RtmpPlayer.h
* 删除多余的Stamp.h和Base64包含
|
2022-11-29 11:07:13 +08:00 |
|
ziyue
|
188ee1f61a
|
消除编译警告
|
2022-11-19 09:37:49 +08:00 |
|
ziyue
|
68948288e0
|
TcpSession/UdpSession统一为Session类
|
2022-11-19 09:33:10 +08:00 |
|
ziyue
|
255ccb4265
|
精简rtp服务器相关代码
|
2022-11-18 16:43:00 +08:00 |
|
xiongguangjie
|
87353534af
|
fix rtp server process removed server not clear
|
2022-11-14 14:04:57 +08:00 |
|
xiongziliang
|
946945ce7b
|
优化代码
整理代码
|
2022-11-12 22:06:09 +08:00 |
|
samosirl
|
6ffbcbfde5
|
优化Ehome协议兼容性 (#2063)
|
2022-11-12 21:03:54 +08:00 |
|
夏楚
|
a37268f003
|
格式化代码
|
2022-11-12 01:52:49 +00:00 |
|
xiongguangjie
|
bc63142712
|
add rtp server timeout hook
|
2022-11-10 16:58:02 +08:00 |
|
Aven
|
af554bc376
|
update media-server (#2075)
* fix c2065 and c2051 error on windows, and the head file mpeg-ts-proto.h is also deprecated
* update media-server to 357ef88
|
2022-11-09 17:44:38 +08:00 |
|
ziyue
|
5877d3942e
|
RtpServer确保超时回收
|
2022-11-01 17:54:41 +08:00 |
|
ziyue
|
2cdeddeb2c
|
RtpServer支持udp与tcp模式并存
|
2022-11-01 17:27:27 +08:00 |
|
ziyue
|
d04761c2c6
|
Merge branch 'FrameDispatcher_addDelegate_refactor' of github.com:mtdxc/ZLMediaKit
|
2022-11-01 16:36:43 +08:00 |
|
ziyue
|
bfe118d94e
|
修复RtpProcess析构导致的线程问题
|
2022-11-01 16:05:23 +08:00 |
|
ziyue
|
f5a032c9a0
|
Merge branch 'master' of github.com:ZLMediaKit/ZLMediaKit
|
2022-11-01 14:08:36 +08:00 |
|
cqm
|
ac3d7bd21f
|
add addDelegate with std::function, remove FrameWriterInterfaceHelper
|
2022-11-01 12:03:04 +08:00 |
|
ziyue
|
520945c2e9
|
提高线程安全性
|
2022-11-01 10:53:38 +08:00 |
|
xiongguangjie
|
613aae8bc3
|
rtp server only tcp mode is none use udp server
|
2022-10-31 18:47:42 +08:00 |
|
xiongziliang
|
9498b96b95
|
确保rtp推流线程安全性
|
2022-10-30 21:36:35 +08:00 |
|
ziyue
|
ac1abb34da
|
新增媒体流flush机制:#1996
|
2022-10-16 19:54:17 +08:00 |
|
ziyue
|
2b64245c14
|
优化代码
|
2022-10-08 10:47:09 +08:00 |
|
xiongguangjie
|
9f716dd8b8
|
fix gb startsendpassive use random port return immediately not wait
|
2022-09-26 15:50:02 +08:00 |
|
ziyue
|
15affeff1d
|
优化关闭媒体源相关逻辑: #1963
|
2022-09-18 20:36:47 +08:00 |
|
夏楚
|
4a35ddbddb
|
Merge pull request #1942 from mtdxc/reduce_code
简化代码
|
2022-09-09 11:10:55 +08:00 |
|
custompal
|
d853075175
|
RtpServer新增tcp主动模式支持 (#1938)
|
2022-09-09 10:56:28 +08:00 |
|
cqm
|
999e0b274e
|
简化代码:
- MediaSource引入shortUrl和getUrl来简化日志输出
- WebApi引入fillSockInfo
|
2022-09-07 11:47:15 +08:00 |
|
xiongziliang
|
20f1275c58
|
rtsp拉流、rtp单端口推流新增支持获取丢包率: #1877
|
2022-09-03 16:32:09 +08:00 |
|
custompal
|
0d6509ce03
|
统一部分变量名和代码样式风格
|
2022-08-30 21:24:25 +08:00 |
|
xiongzilaing
|
679c79802f
|
整理媒体事件相关代码,删除无须重载时的多余代码逻辑
|
2022-08-28 17:25:56 +08:00 |
|
xiongziliang
|
f0ae5a1bd7
|
优化日志提示
|
2022-08-27 11:00:24 +08:00 |
|
xiongziliang
|
0cab9c8d16
|
rtp发送去除重连机制
|
2022-08-27 10:59:15 +08:00 |
|
xiongziliang
|
6a4297845f
|
新增发送rtp被动关闭hook
|
2022-08-27 10:53:47 +08:00 |
|
xiongziliang
|
c2ab45f78d
|
完善线程安全设计
|
2022-08-27 10:17:06 +08:00 |
|
xiongziliang
|
9f0c15a4f0
|
startSendRtp接口支持rtcp接收超时主动停止
|
2022-08-20 12:48:27 +08:00 |
|
ziyue
|
6382fcb3be
|
确保on_publish事件回调时线程安全
|
2022-08-11 18:36:17 +08:00 |
|
ziyue
|
9c3b8a6a95
|
时间戳改为64位
|
2022-08-08 17:13:39 +08:00 |
|
ziyue
|
143580d780
|
修复编译警告
|
2022-08-08 15:28:43 +08:00 |
|
ziyue
|
f85de2e108
|
精简复用rtp encoder创建相关代码
|
2022-08-05 17:36:51 +08:00 |
|
ziyue
|
afcf247464
|
完善mpegts/ps容器对aac音频的兼容: #1801
|
2022-07-29 18:05:16 +08:00 |
|
ziyue
|
ace989d378
|
完善rtp server日志打印
|
2022-07-29 17:57:52 +08:00 |
|
dingcan
|
23e0abde04
|
Update RtpProcess.cpp
|
2022-07-27 14:13:54 +08:00 |
|
dingcan
|
0a678661e3
|
Update RtpProcess.cpp
|
2022-07-27 10:02:15 +08:00 |
|
dingcan
|
532932fd2d
|
Update RtpProcess.h
|
2022-07-26 14:44:32 +08:00 |
|
dingcan
|
b8d17565d7
|
修改代码格式
|
2022-07-26 14:42:42 +08:00 |
|
dingcan
|
c1b4ccd041
|
Update RtpProcess.cpp
|
2022-07-26 11:57:09 +08:00 |
|
dingcan
|
ed6c80cf07
|
新增rtp udp收流增加丢包率
|
2022-07-26 11:21:19 +08:00 |
|
xiongguangjie
|
14da5ab2d8
|
when start send rtp wait key rtp previous drop (#1789)
|
2022-07-09 22:30:43 +08:00 |
|
CharleyWangHZ
|
28350c0d05
|
Optimize Decoder inheritance relationship (#1760)
|
2022-06-29 11:01:16 +08:00 |
|
xiongziliang
|
b351f4c7e5
|
优化日志提示
|
2022-06-18 21:06:18 +08:00 |
|