修改项目包名

This commit is contained in:
yangjiechina
2024-07-10 20:26:30 +08:00
parent 99658f417a
commit 52832690d1
54 changed files with 140 additions and 140 deletions

View File

@@ -1,9 +1,9 @@
package rtmp
import (
"github.com/yangjiechina/avformat/librtmp"
"github.com/yangjiechina/avformat/utils"
"github.com/yangjiechina/lkm/stream"
"github.com/lkmio/avformat/librtmp"
"github.com/lkmio/avformat/utils"
"github.com/lkmio/lkm/stream"
"net"
"testing"
)