jaryhe 67001cd674 new | 6 ay önce | |
---|---|---|
.. | ||
LICENSE | 6 ay önce | |
README.md | 6 ay önce | |
default.yaml | 6 ay önce | |
go.mod | 6 ay önce | |
go.sum | 6 ay önce | |
main.go | 6 ay önce |
可通过http请求获取到指定流的I帧截图(jpg格式)。
https://github.com/Monibuca/plugin-snap
import (
_ "m7s.live/plugin/snap/v4"
)
snap:
ffmpeg: "ffmpeg"
如果ffmpeg无法全局访问,则可修改ffmpeg路径为本地的绝对路径
/snap/[streamPath]
获取一帧截图,返回最新的I帧的jpg图片。 例如m7s(localhost)中有流live/test, 可以通过http://localhost:8080/snap/live/test 获取到该流的最新截图