Dw9
fef9d31631
webrtc支持通过http参数指定是否优先tcp模式 ( #2105 )
...
* webrtc push/play支持通过http参数指定tcp
* force_tcp改成perferred_tcp
Co-authored-by: xiongziliang <771730766@qq.com>
2022-11-27 12:43:16 +08:00
Dw9
47530ce830
新增支持webrtc over tcp模式 ( #2092 )
...
* webrtc server/session/cadidate 改为tcp
* 先屏蔽检查isCurrentThread
* 接受和发送的数据处理tcp 2字节头
* 处理rtc tcp 分片
* 完善webrtc over tcp
* 精简rtp服务器相关代码
* 适配webrtc AV1编码: #2091
* webrtc tcp模式支持Firefox
* webrtc tcp模式支持线程安全
* c sdk支持webrtc tcp
Co-authored-by: ziyue <1213642868@qq.com>
2022-11-18 22:52:57 +08:00
ziyue
0b355759de
整理webrtc相关代码命名空间
2022-09-18 21:03:05 +08:00
xiongguangjie
96c19ac85f
修复webrtcsession getIdentifier 为空的bug,导致GetAllSession webrtcsession的id 为空
2022-09-07 13:58:26 +08:00
xiongziliang
d66845425c
完善ipv6网络适配
2022-05-08 00:26:01 +08:00
夏楚
c72cf4cbcc
整理命名空间 ( #1409 )
...
* feat: remove using namespace mediakit in header files.
(cherry picked from commit d44aeb339a8a0e1f0455be82b21fe4b1b536299f)
* feat: remove using namespace mediakit in FFmpegSource.h
* feat: remove using namespace mediakit in RtpExt.h
* feat: remove using namespace mediakit in header files.
* feat: remove using namespace std in header files.
* feat: remove using namespace std in header files when zltoolkit remove std in header
* 补充命名空间
* 整理命名空间
* 整理命名空间2
* 修复macos ci
* 修复编译问题
* 修复编译问题2
* 修复编译问题3
Co-authored-by: Johnny <hellojinqiang@gmail.com>
Co-authored-by: Xiaofeng Wang <wasphin@gmail.com>
2022-02-02 20:34:50 +08:00
xiongziliang
61c55f4030
Refine: 使用socket fd作为日志追踪id
2021-11-28 21:42:54 +08:00
ziyue
afdc5e4267
Refine: 优化tcp/udp服务器异常管理断开机制
2021-11-19 15:26:33 +08:00
ziyue
85fec6da0b
整理WebRtcSession代码
2021-10-16 10:29:00 +08:00
ziyue
8c1caeff50
合并pr:#1163
2021-10-16 10:25:23 +08:00
Johnny
25a1434e00
进一步改善 WebRtcTransportImp 的生命周期逻辑。
2021-10-15 18:56:49 +08:00
ziyue
82b78f4544
完善webrtc对象追踪相关日志
2021-10-15 17:14:59 +08:00
Johnny
638ef8c731
Refine: 调整 WebRtcSession::getPoller 静态函数为 QueryPollerByBuffer 全局函数,以改善其他 getPoller 同名函数可读性。
2021-10-15 11:21:10 +08:00
johzzy
2ec3b0ccea
增加 WebRtcTransportManager ( #1156 )
...
增加 WebRtcTransportManager
2021-10-13 14:15:29 +08:00
ziyue
dfa9001ed1
优化代码
2021-09-16 10:05:04 +08:00
ziyue
3d64f7253c
优化webrtc性能
2021-09-16 10:03:28 +08:00
ziyue
0aec2ee1c0
修复WebRtcTransport对象使用时释放导致崩溃的问题
2021-09-15 20:41:34 +08:00
ziyue
2b5cad97cf
完善webrtc相关对象生命周期管理逻辑
2021-09-15 20:08:18 +08:00
ziyue
704ea59502
修复无人观看主动关闭webrtc推流线程安全的问题
2021-09-15 14:56:58 +08:00
ziyue
3c4285a056
提高webrtc代码健壮性
2021-09-15 11:50:15 +08:00
xiongziliang
d2a0b1e3e6
基本完成webrtc单端口改造
2021-09-10 22:39:15 +08:00
ziyue
7ba44d1ac8
webrtc单端口模式支持线程安全,支持链接迁移
2021-09-10 18:37:32 +08:00
ziyue
02da99e285
初步实现webrtc单udp端口模式
2021-09-08 18:00:55 +08:00