From e9f0fc9da796e1a2146742ca9b2ff1675040cdd0 Mon Sep 17 00:00:00 2001 From: "saxon.milton@gmail.com" Date: Tue, 13 Mar 2018 18:59:18 +1030 Subject: [PATCH] managed to get it to build --- revid/RevidInstance.go | 2 +- revid/revid_test.go | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) 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() } -*/ +