Move to github.
This commit is contained in:
+6
-6
@@ -13,12 +13,12 @@ import (
|
||||
"github.com/pion/rtp"
|
||||
"github.com/pion/webrtc/v3"
|
||||
|
||||
"galene/conn"
|
||||
"galene/estimator"
|
||||
"galene/group"
|
||||
"galene/jitter"
|
||||
"galene/packetcache"
|
||||
"galene/rtptime"
|
||||
"github.com/jech/galene/conn"
|
||||
"github.com/jech/galene/estimator"
|
||||
"github.com/jech/galene/group"
|
||||
"github.com/jech/galene/jitter"
|
||||
"github.com/jech/galene/packetcache"
|
||||
"github.com/jech/galene/rtptime"
|
||||
)
|
||||
|
||||
type bitrate struct {
|
||||
|
||||
@@ -9,8 +9,8 @@ import (
|
||||
"github.com/pion/rtp/codecs"
|
||||
"github.com/pion/webrtc/v3"
|
||||
|
||||
"galene/packetcache"
|
||||
"galene/rtptime"
|
||||
"github.com/jech/galene/packetcache"
|
||||
"github.com/jech/galene/rtptime"
|
||||
)
|
||||
|
||||
func isVP8Keyframe(packet *rtp.Packet) bool {
|
||||
|
||||
+2
-2
@@ -5,8 +5,8 @@ import (
|
||||
"sync/atomic"
|
||||
"time"
|
||||
|
||||
"galene/rtptime"
|
||||
"galene/stats"
|
||||
"github.com/jech/galene/rtptime"
|
||||
"github.com/jech/galene/stats"
|
||||
)
|
||||
|
||||
func (c *webClient) GetStats() *stats.Client {
|
||||
|
||||
@@ -9,9 +9,9 @@ import (
|
||||
|
||||
"github.com/pion/rtp"
|
||||
|
||||
"galene/conn"
|
||||
"galene/packetcache"
|
||||
"galene/rtptime"
|
||||
"github.com/jech/galene/conn"
|
||||
"github.com/jech/galene/packetcache"
|
||||
"github.com/jech/galene/rtptime"
|
||||
)
|
||||
|
||||
// packetIndex is a request to send a packet from the cache.
|
||||
|
||||
@@ -12,10 +12,10 @@ import (
|
||||
"github.com/gorilla/websocket"
|
||||
"github.com/pion/webrtc/v3"
|
||||
|
||||
"galene/conn"
|
||||
"galene/diskwriter"
|
||||
"galene/estimator"
|
||||
"galene/group"
|
||||
"github.com/jech/galene/conn"
|
||||
"github.com/jech/galene/diskwriter"
|
||||
"github.com/jech/galene/estimator"
|
||||
"github.com/jech/galene/group"
|
||||
)
|
||||
|
||||
func errorToWSCloseMessage(id string, err error) (*clientMessage, []byte) {
|
||||
|
||||
Reference in New Issue
Block a user