ZLMediaKit/src
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
..
Codec Fix the compilation error of gcc4.8 (#4149) 2025-02-13 15:19:32 +08:00
Common feat: 增加webrtc代理拉流 (#4389) 2025-09-20 16:23:30 +08:00
Extension Revert "优化SEI/AUD帧处理逻辑" (#4361) 2025-08-02 21:00:30 +08:00
FMP4 AI automatically translates all comments in the code into English (#3917) 2024-09-19 14:53:50 +08:00
Http feat: 增加webrtc代理拉流 (#4389) 2025-09-20 16:23:30 +08:00
Player feat: 增加webrtc代理拉流 (#4389) 2025-09-20 16:23:30 +08:00
Pusher feat: 增加webrtc代理拉流 (#4389) 2025-09-20 16:23:30 +08:00
Record feat: 增加webrtc代理拉流 (#4389) 2025-09-20 16:23:30 +08:00
Rtcp 修复编译警告 2025-08-09 15:42:28 +08:00
Rtmp feat: 增加webrtc代理拉流 (#4389) 2025-09-20 16:23:30 +08:00
Rtp 优化pauseRtpCheck接口,新增pause_seconds参数 2025-09-09 23:11:48 +08:00
Rtsp 修复rtsp点播相关问题 (#4445) 2025-09-11 16:52:54 +08:00
Shell 修复MediaSource::close线程安全问题 2025-09-09 22:02:20 +08:00
Srt feat: 增加webrtc代理拉流 (#4389) 2025-09-20 16:23:30 +08:00
TS AI automatically translates all comments in the code into English (#3917) 2024-09-19 14:53:50 +08:00
CMakeLists.txt Fix compile error when config with -DENABLE_SRT=OFF (#4132) 2025-02-11 13:23:24 +08:00