# plugin-webtransport **Repository Path**: m7s/plugin-webtransport ## Basic Information - **Project Name**: plugin-webtransport - **Description**: m7s的WebTransport的插件用于WebTransport协议的接入 - **Primary Language**: Go - **License**: MIT - **Default Branch**: v4 - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2022-05-19 - **Last Updated**: 2025-06-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # WebTransport 插件 通过WebTransport进行推拉流 ## 插件地址 https://github.com/Monibuca/plugin-webtransport ## 插件引入 ```go import ( _ "m7s.live/plugin/webtransport/v4" ) ``` ## 配置 ```yaml webtransport: listenaddr: :4433 certfile: monibuca.com.pem keyfile: monibuca.com.key ``` ## API接口 - `/play/[streamPath]` 用来播放 - `/push/[streamPath]` 用来推流 建立双向流后传输flv格式的数据