feat: change package pro to v5

This commit is contained in:
langhuihui
2024-11-12 10:17:53 +08:00
parent 4a2c80bf6b
commit 7f0892da83
148 changed files with 425 additions and 425 deletions

View File

@@ -5,18 +5,18 @@ import (
"encoding/base64"
"fmt"
"google.golang.org/protobuf/types/known/emptypb"
m7s "m7s.live/pro"
m7s "m7s.live/v5"
"net/url"
"os"
"path"
"strconv"
"strings"
globalPB "m7s.live/pro/pb"
"m7s.live/pro/plugin/transcode/pb"
transcode "m7s.live/pro/plugin/transcode/pkg"
globalPB "m7s.live/v5/pb"
"m7s.live/v5/plugin/transcode/pb"
transcode "m7s.live/v5/plugin/transcode/pkg"
"m7s.live/pro/pkg/config"
"m7s.live/v5/pkg/config"
)
func createTmpImage(image string) (string, error) {