managed to get it to build

This commit is contained in:
saxon.milton@gmail.com 2018-03-13 18:59:18 +10:30
parent c6938d95e1
commit e9f0fc9da7
2 changed files with 4 additions and 3 deletions

View File

@ -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"

View File

@ -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()
} }
*/