package
module
Version:
v3.0.0
Opens a new window with list of versions in this module.
Published: Apr 8, 2022
License: MIT
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
plugin-snap
I帧截图插件
安装
- 修改 Monibuca 项目中的 main.go ,在 import 里添加
_ "github.com/Monibuca/plugin-snap/v3"
- 修改 config.toml 添加
[Snap]
- 运行
go mod tidy
接口
/api/snap?stream=视频流&timeout=超时毫秒
视频流即流列表中的StreamPath,timeout默认超时2500毫秒,可以不传
Documentation
¶
type SnapProcess = func(*Stream) ([]byte, error)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.