diff --git a/revid/RevidInstance.go b/revid/RevidInstance.go index 47b74cfe..a5b2f816 100644 --- a/revid/RevidInstance.go +++ b/revid/RevidInstance.go @@ -45,7 +45,7 @@ import ( "bitbucket.org/ausocean/av/parser" "bitbucket.org/ausocean/av/generator" "bitbucket.org/ausocean/av/ringbuffer" - "bitbucket.org/ausocean/utils/smartLogger" + "bitbucket.org/ausocean/av/rtmp" /* "../generator" "../parser" diff --git a/revid/revid_test.go b/revid/revid_test.go index 6caebe0a..04d337be 100644 --- a/revid/revid_test.go +++ b/revid/revid_test.go @@ -144,6 +144,7 @@ func TestFlvOutputFile(t *testing.T) { } */ +/* // Test h264 inputfile to flv format into rtmp using librtmp c wrapper func TestRtmpOutputUsingLibRtmp(t *testing.T){ config := Config{ @@ -166,9 +167,9 @@ func TestRtmpOutputUsingLibRtmp(t *testing.T){ time.Sleep(120*time.Second) revidInst.Stop() } +*/ -/* // Test revidInst with a Raspivid h264 input func TestRaspividToRtmp(t *testing.T){ config := Config{ @@ -189,4 +190,4 @@ func TestRaspividToRtmp(t *testing.T){ time.Sleep(120*time.Second) revidInst.Stop() } -*/ +