Change links from github.com/ericxtang/m3u8

to `github.com/livepeer/m3u8`
This commit is contained in:
Ivan Tivonenko
2019-06-13 21:01:34 +03:00
parent b43c124ba9
commit 7b27ae29ad
13 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -17,12 +17,12 @@ import (
"github.com/livepeer/lpms/transcoder"
"github.com/ericxtang/m3u8"
"github.com/golang/glog"
"github.com/livepeer/lpms/core"
"github.com/livepeer/lpms/ffmpeg"
"github.com/livepeer/lpms/segmenter"
"github.com/livepeer/lpms/stream"
"github.com/livepeer/m3u8"
)
var HLSWaitTime = time.Second * 10