mirror of
https://github.com/lkmio/lkm.git
synced 2025-09-26 19:21:14 +08:00
项目更名为lkm
This commit is contained in:
@@ -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"
|
||||
|
@@ -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"
|
||||
)
|
||||
|
||||
|
@@ -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"
|
||||
)
|
||||
|
@@ -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"
|
||||
)
|
||||
|
Reference in New Issue
Block a user