mirror of https://bitbucket.org/ausocean/av.git
no message
This commit is contained in:
parent
0cae97b9ee
commit
94a9f8fe77
|
@ -33,7 +33,7 @@ import (
|
||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
inputFile = "bitbucket.org/ausocean/test/test-input"
|
inputFile = "bitbucket.org/ausocean/test/test-input/av/betterInput.h264"
|
||||||
rtmpUrl = "rtmp://a.rtmp.youtube.com/live2/w44c-mkuu-aezg-ceb1"
|
rtmpUrl = "rtmp://a.rtmp.youtube.com/live2/w44c-mkuu-aezg-ceb1"
|
||||||
frameRate = "25"
|
frameRate = "25"
|
||||||
runDuration = 120 * time.Second
|
runDuration = 120 * time.Second
|
||||||
|
|
|
@ -30,6 +30,8 @@ package raspividH264ToFlvRtmpTest
|
||||||
import (
|
import (
|
||||||
"testing"
|
"testing"
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
|
"bitbucket.org/ausocean/test"
|
||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
|
|
Loading…
Reference in New Issue