mirror of
https://github.com/langhuihui/monibuca.git
synced 2025-12-24 13:48:04 +08:00
feat: change package name to pro
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
package transcode
|
||||
|
||||
import (
|
||||
"m7s.live/v5"
|
||||
"m7s.live/v5/pkg/task"
|
||||
"m7s.live/pro"
|
||||
"m7s.live/pro/pkg/task"
|
||||
)
|
||||
|
||||
func NewPuller() m7s.IPuller {
|
||||
|
||||
@@ -10,11 +10,11 @@ import (
|
||||
"strings"
|
||||
"time"
|
||||
|
||||
"m7s.live/v5"
|
||||
"m7s.live/v5/pkg/config"
|
||||
"m7s.live/v5/pkg/task"
|
||||
"m7s.live/v5/pkg/util"
|
||||
flv "m7s.live/v5/plugin/flv/pkg"
|
||||
"m7s.live/pro"
|
||||
"m7s.live/pro/pkg/config"
|
||||
"m7s.live/pro/pkg/task"
|
||||
"m7s.live/pro/pkg/util"
|
||||
flv "m7s.live/pro/plugin/flv/pkg"
|
||||
)
|
||||
|
||||
// / 定义传输模式的常量
|
||||
|
||||
Reference in New Issue
Block a user