Files
monibuca/plugin/webtransport
langhuihui 8a9fffb987 refactor: frame converter and mp4 track improvements
- Refactor frame converter implementation
- Update mp4 track to use ICodex
- General refactoring and code improvements

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-28 19:55:37 +08:00
..
2025-04-16 13:58:41 +08:00
2025-05-06 16:33:31 +08:00
2025-04-16 13:58:41 +08:00
2025-04-16 13:58:41 +08:00

WebTransport 插件

通过WebTransport进行推拉流

插件引入

    import (  _ "m7s.live/v5/plugin/webtransport" )

配置

webtransport:
  listenaddr: :4433
  certfile: local.monibuca.com_bundle.pem
  keyfile: local.monibuca.com.key

API接口

  • /play/[streamPath] 用来播放
  • /push/[streamPath] 用来推流

建立双向流后传输flv格式的数据