Files
monibuca/plugin/flv/pkg/vod.go
2024-08-15 09:13:13 +08:00

12 lines
124 B
Go

package flv
import "m7s.live/m7s/v5/pkg/util"
type Vod struct {
util.Task
}
func (v *Vod) Start() error {
return nil
}