ZLMediaKit/.github/workflows
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
..
android.yml update ci workflow (#4257) 2025-04-18 09:54:31 +08:00
codeql.yml update ci workflow (#4257) 2025-04-18 09:54:31 +08:00
docker.yml update ci workflow (#4257) 2025-04-18 09:54:31 +08:00
issue_lint.yml update ci workflow (#4257) 2025-04-18 09:54:31 +08:00
linux.yml 修复srtp编译失败导致webrtc特性打开失败问题 2025-05-09 20:25:42 +08:00
macos.yml feat: 增加webrtc代理拉流 (#4389) 2025-09-20 16:23:30 +08:00
style.yml update ci workflow (#4257) 2025-04-18 09:54:31 +08:00
windows.yml 修复无人观看关闭流相关bug (#4334) 2025-07-02 14:58:12 +08:00