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 (
|
||||
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"
|
||||
frameRate = "25"
|
||||
runDuration = 120 * time.Second
|
||||
|
|
|
@ -30,6 +30,8 @@ package raspividH264ToFlvRtmpTest
|
|||
import (
|
||||
"testing"
|
||||
"time"
|
||||
|
||||
"bitbucket.org/ausocean/test"
|
||||
)
|
||||
|
||||
const (
|
||||
|
|
Loading…
Reference in New Issue