项目更名为lkm

This commit is contained in:
yangjiechina
2024-06-05 20:17:54 +08:00
parent e3a2af4446
commit 39c787fbee
30 changed files with 51 additions and 51 deletions

View File

@@ -3,8 +3,8 @@ package rtsp
import (
"fmt"
"github.com/yangjiechina/avformat/utils"
"github.com/yangjiechina/live-server/log"
"github.com/yangjiechina/live-server/stream"
"github.com/yangjiechina/lkm/log"
"github.com/yangjiechina/lkm/stream"
"net/http"
"net/textproto"
"net/url"

View File

@@ -3,7 +3,7 @@ package rtsp
import (
"github.com/yangjiechina/avformat/transport"
"github.com/yangjiechina/avformat/utils"
"github.com/yangjiechina/live-server/log"
"github.com/yangjiechina/lkm/log"
"net"
)

View File

@@ -6,8 +6,8 @@ import (
"github.com/yangjiechina/avformat/librtp"
"github.com/yangjiechina/avformat/transport"
"github.com/yangjiechina/avformat/utils"
"github.com/yangjiechina/live-server/log"
"github.com/yangjiechina/live-server/stream"
"github.com/yangjiechina/lkm/log"
"github.com/yangjiechina/lkm/stream"
"net"
"time"
)

View File

@@ -8,7 +8,7 @@ import (
"github.com/yangjiechina/avformat/librtp"
"github.com/yangjiechina/avformat/librtsp/sdp"
"github.com/yangjiechina/avformat/utils"
"github.com/yangjiechina/live-server/stream"
"github.com/yangjiechina/lkm/stream"
"net"
"strconv"
)