修改引入包路径

This commit is contained in:
dexter
2022-02-27 21:44:58 +08:00
parent 7aa8b3f8b5
commit 625dc28326
9 changed files with 68 additions and 78 deletions

View File

@@ -7,8 +7,8 @@ import (
"io"
"net"
. "github.com/Monibuca/engine/v4"
"github.com/Monibuca/engine/v4/util"
. "m7s.live/engine/v4"
"m7s.live/engine/v4/util"
)
const (
@@ -27,7 +27,7 @@ const (
SEND_CONNECT_MESSAGE = "Send Connect Message"
SEND_CONNECT_RESPONSE_MESSAGE = "Send Connect Response Message"
SEND_CREATE_STREAM_MESSAGE = "Send Create Stream Message"
SEND_CREATE_STREAM_MESSAGE = "Send Create Stream Message"
SEND_PLAY_MESSAGE = "Send Play Message"
SEND_PLAY_RESPONSE_MESSAGE = "Send Play Response Message"