mirror of https://bitbucket.org/ausocean/av.git
updating
This commit is contained in:
parent
76df33ceb9
commit
f68385330c
Binary file not shown.
|
@ -148,7 +148,7 @@ func TestFlvOutputFile(t *testing.T) {
|
||||||
func TestRtmpOutputUsingLibRtmp(t *testing.T){
|
func TestRtmpOutputUsingLibRtmp(t *testing.T){
|
||||||
config := Config{
|
config := Config{
|
||||||
Input: File,
|
Input: File,
|
||||||
InputFileName: "betterInput.h264",
|
InputFileName: "input/betterInput.h264",
|
||||||
InputCodec: H264,
|
InputCodec: H264,
|
||||||
Output: Rtmp,
|
Output: Rtmp,
|
||||||
RtmpMethod: LibRtmp,
|
RtmpMethod: LibRtmp,
|
||||||
|
|
Loading…
Reference in New Issue