mirror of
https://github.com/langhuihui/monibuca.git
synced 2025-12-24 13:48:04 +08:00
12 lines
124 B
Go
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
|
|
}
|