jaryhe 67001cd674 new | 6 ヶ月 前 | |
---|---|---|
.. | ||
.gitignore | 6 ヶ月 前 | |
LICENSE | 6 ヶ月 前 | |
README.md | 6 ヶ月 前 | |
default.yaml | 6 ヶ月 前 | |
go.mod | 6 ヶ月 前 | |
go.sum | 6 ヶ月 前 | |
main.go | 6 ヶ月 前 | |
yaml_test.go | 6 ヶ月 前 |
生成监控数据
https://github.com/Monibuca/plugin-monitor
import (
_ "m7s.live/plugin/monitor/v4"
)
monitor:
path: monitor # 监控数据存储路径
GET /monitor/api/list/stream?time=xxxx-xxxx&streamPath=xxxx
streamPath 是可选的,用于筛选指定的流 time 是可选的,用于筛选指定时间段的数据,不传则返回当天的数据
GET /monitor/api/list/track?streamPath=xxxx
该 streamPath 的值来自上一个 API 中的 path 拼接时间而成(时间格式为 2006-01-02T15:04:05)
GET /monitor/[streamPath]/track/h264.yaml
就是从 monitor 目录里面读取文件,路径就是文件路径,自行替换。