mirror of https://bitbucket.org/ausocean/av.git
managed to get it to build
This commit is contained in:
parent
c6938d95e1
commit
e9f0fc9da7
|
@ -45,7 +45,7 @@ import (
|
||||||
"bitbucket.org/ausocean/av/parser"
|
"bitbucket.org/ausocean/av/parser"
|
||||||
"bitbucket.org/ausocean/av/generator"
|
"bitbucket.org/ausocean/av/generator"
|
||||||
"bitbucket.org/ausocean/av/ringbuffer"
|
"bitbucket.org/ausocean/av/ringbuffer"
|
||||||
"bitbucket.org/ausocean/utils/smartLogger"
|
"bitbucket.org/ausocean/av/rtmp"
|
||||||
/*
|
/*
|
||||||
"../generator"
|
"../generator"
|
||||||
"../parser"
|
"../parser"
|
||||||
|
|
|
@ -144,6 +144,7 @@ func TestFlvOutputFile(t *testing.T) {
|
||||||
}
|
}
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/*
|
||||||
// Test h264 inputfile to flv format into rtmp using librtmp c wrapper
|
// Test h264 inputfile to flv format into rtmp using librtmp c wrapper
|
||||||
func TestRtmpOutputUsingLibRtmp(t *testing.T){
|
func TestRtmpOutputUsingLibRtmp(t *testing.T){
|
||||||
config := Config{
|
config := Config{
|
||||||
|
@ -166,9 +167,9 @@ func TestRtmpOutputUsingLibRtmp(t *testing.T){
|
||||||
time.Sleep(120*time.Second)
|
time.Sleep(120*time.Second)
|
||||||
revidInst.Stop()
|
revidInst.Stop()
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
/*
|
|
||||||
// Test revidInst with a Raspivid h264 input
|
// Test revidInst with a Raspivid h264 input
|
||||||
func TestRaspividToRtmp(t *testing.T){
|
func TestRaspividToRtmp(t *testing.T){
|
||||||
config := Config{
|
config := Config{
|
||||||
|
@ -189,4 +190,4 @@ func TestRaspividToRtmp(t *testing.T){
|
||||||
time.Sleep(120*time.Second)
|
time.Sleep(120*time.Second)
|
||||||
revidInst.Stop()
|
revidInst.Stop()
|
||||||
}
|
}
|
||||||
*/
|
|
||||||
|
|
Loading…
Reference in New Issue