mirror of https://bitbucket.org/ausocean/av.git
parent
147716ccab
commit
81eab1c634
|
@ -29,8 +29,8 @@ LICENSE
|
|||
package mpegts
|
||||
|
||||
import (
|
||||
//"bitbucket.org/ausocean/av/tools"
|
||||
"../tools"
|
||||
"bitbucket.org/ausocean/av/tools"
|
||||
//"../tools"
|
||||
|
||||
"errors"
|
||||
//"fmt"
|
||||
|
|
|
@ -32,14 +32,14 @@ import (
|
|||
_"fmt"
|
||||
"os"
|
||||
|
||||
//"bitbucket.org/ausocean/av/mpegts"
|
||||
//"bitbucket.org/ausocean/av/rtp"
|
||||
//"bitbucket.org/ausocean/av/tools"
|
||||
//"bitbucket.org/ausocean/av/itut"
|
||||
"../mpegts"
|
||||
"../rtp"
|
||||
"../tools"
|
||||
"../itut"
|
||||
"bitbucket.org/ausocean/av/mpegts"
|
||||
"bitbucket.org/ausocean/av/rtp"
|
||||
"bitbucket.org/ausocean/av/tools"
|
||||
"bitbucket.org/ausocean/av/itut"
|
||||
//"../mpegts"
|
||||
//"../rtp"
|
||||
//"../tools"
|
||||
//"../itut"
|
||||
)
|
||||
|
||||
type RtpToH264Converter interface {
|
||||
|
|
|
@ -28,8 +28,8 @@ LICENSE
|
|||
package parser
|
||||
|
||||
import (
|
||||
//"bitbucket.org/ausocean/av/itut"
|
||||
"../itut"
|
||||
"bitbucket.org/ausocean/av/itut"
|
||||
//"../itut"
|
||||
"log"
|
||||
"sync"
|
||||
"fmt"
|
||||
|
|
|
@ -27,8 +27,8 @@ LICENSE
|
|||
package pes
|
||||
|
||||
import (
|
||||
//"bitbucket.org/ausocean/av/tools"
|
||||
"../tools"
|
||||
"bitbucket.org/ausocean/av/tools"
|
||||
//"../tools"
|
||||
)
|
||||
|
||||
const (
|
||||
|
|
|
@ -42,15 +42,15 @@ import (
|
|||
"strconv"
|
||||
"time"
|
||||
|
||||
//"bitbucket.org/ausocean/av/h264"
|
||||
//"bitbucket.org/ausocean/av/tsgenerator"
|
||||
"../parser"
|
||||
"../tsgenerator"
|
||||
"bitbucket.org/ausocean/av/h264"
|
||||
"bitbucket.org/ausocean/av/tsgenerator"
|
||||
//"../parser"
|
||||
//"../tsgenerator"
|
||||
|
||||
//"bitbucket.org/ausocean/av/ringbuffer"
|
||||
//"bitbucket.org/ausocean/utils/smartLogger"
|
||||
"../../utils/smartLogger"
|
||||
"../ringbuffer"
|
||||
"bitbucket.org/ausocean/av/ringbuffer"
|
||||
"bitbucket.org/ausocean/utils/smartLogger"
|
||||
//"../../utils/smartLogger"
|
||||
//"../ringbuffer"
|
||||
)
|
||||
|
||||
// Misc constants
|
||||
|
|
|
@ -31,8 +31,8 @@ package tools
|
|||
import (
|
||||
_"os"
|
||||
_"fmt"
|
||||
//"bitbucket.org/ausocean/av/rtp"
|
||||
"../rtp"
|
||||
"bitbucket.org/ausocean/av/rtp"
|
||||
//"../rtp"
|
||||
)
|
||||
|
||||
func BoolToByte(in bool) (out byte) {
|
||||
|
|
|
@ -31,14 +31,14 @@ package tsgenerator
|
|||
import (
|
||||
_"fmt"
|
||||
_"os"
|
||||
//"bitbucket.org/ausocean/av/mpegts"
|
||||
//"bitbucket.org/ausocean/av/pes"
|
||||
//"bitbucket.org/ausocean/av/tools"
|
||||
//"bitbucket.org/ausocean/av/rtp"
|
||||
"../mpegts"
|
||||
"../pes"
|
||||
"../tools"
|
||||
"../rtp"
|
||||
"bitbucket.org/ausocean/av/mpegts"
|
||||
"bitbucket.org/ausocean/av/pes"
|
||||
"bitbucket.org/ausocean/av/tools"
|
||||
"bitbucket.org/ausocean/av/rtp"
|
||||
//"../mpegts"
|
||||
//"../pes"
|
||||
//"../tools"
|
||||
//"../rtp"
|
||||
)
|
||||
|
||||
var (
|
||||
|
|
Loading…
Reference in New Issue