ZLMediaKit/srt
baigao-X 3fb43c5fef
Some checks failed
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: 增加webrtc代理拉流 (#4389)
- 增加客户端模式,支持主动拉流、推流:
   - addStreamProxy接口新增支持whep主动拉流,拉流地址目前只兼容zlm的whep url。
   - addStreamPusherProxy接口新增支持whip主动推流,推流地址目前只兼容zlm的whip url。
   - 以上推流url格式为webrtc[s]://server_host:server_port/app/stream_id?key=value, 内部会自动转换为http[s]://server_host:server_port/index/api/[whip/whep]?app=app&stream=stream_id&key=value。

- 增加WebRtc p2p 模式:
  - 增加 ICE FULL模式。
  - 增加STUN/TURN 服务器。
  - 增加websocket 信令。
  - 增加P2P代理拉流。

---------

Co-authored-by: xia-chu <771730766@qq.com>
Co-authored-by: mtdxc <mtdxc@126.com>
Co-authored-by: cqm <cqm@97kid.com>
2025-09-20 16:23:30 +08:00
..
Ack.cpp 修复编译警告 2025-08-09 15:42:28 +08:00
Ack.hpp 格式化srt相关代码 2022-06-07 09:52:20 +08:00
CMakeLists.txt Add logo and version information to exe on windows (#4093) 2025-01-03 11:33:35 +08:00
Common.hpp Add srt caller mode and stream encryption support. (#4088) 2024-12-28 20:21:29 +08:00
Crypto.cpp feat: 增加webrtc代理拉流 (#4389) 2025-09-20 16:23:30 +08:00
Crypto.hpp Add srt caller mode and stream encryption support. (#4088) 2024-12-28 20:21:29 +08:00
HSExt.cpp 修复编译警告 2025-08-09 15:42:28 +08:00
HSExt.hpp Add srt caller mode and stream encryption support. (#4088) 2024-12-28 20:21:29 +08:00
NackContext.cpp AI automatically translates all comments in the code into English (#3917) 2024-09-19 14:53:50 +08:00
NackContext.hpp 添加utf-bom头 2022-06-11 15:11:03 +08:00
Packet.cpp feat: 增加webrtc代理拉流 (#4389) 2025-09-20 16:23:30 +08:00
Packet.hpp Add srt caller mode and stream encryption support. (#4088) 2024-12-28 20:21:29 +08:00
PacketQueue.cpp 修复编译警告 2025-08-09 15:42:28 +08:00
PacketQueue.hpp srt support tlpktdrop=0 feature 2022-06-18 13:01:04 +08:00
PacketSendQueue.cpp 优化代码,去除编译警告,修复拼写错误 2022-08-08 17:36:07 +08:00
PacketSendQueue.hpp srt support tlpktdrop=0 feature 2022-06-18 13:01:04 +08:00
srt_en.md update srt readme (#4153) 2025-02-19 15:04:12 +08:00
srt.md update srt readme (#4153) 2025-02-19 15:04:12 +08:00
SrtSession.cpp AI automatically translates all comments in the code into English (#3917) 2024-09-19 14:53:50 +08:00
SrtSession.hpp feat: 增加webrtc代理拉流 (#4389) 2025-09-20 16:23:30 +08:00
SrtTransport.cpp feat: 增加webrtc代理拉流 (#4389) 2025-09-20 16:23:30 +08:00
SrtTransport.hpp feat: 增加webrtc代理拉流 (#4389) 2025-09-20 16:23:30 +08:00
SrtTransportImp.cpp 修复MediaSource::close线程安全问题 2025-09-09 22:02:20 +08:00
SrtTransportImp.hpp Add srt caller mode and stream encryption support. (#4088) 2024-12-28 20:21:29 +08:00
Statistic.cpp 修复编译警告 2025-08-09 15:42:28 +08:00
Statistic.hpp add more dump 2022-09-22 01:07:10 +08:00