This commit is contained in:
Unknown 2018-03-13 15:13:32 +10:30
parent 76df33ceb9
commit f68385330c
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

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