diff --git a/core/transcoder/transcoder_nvenc_test.go b/core/transcoder/transcoder_nvenc_test.go index e5dc55e9a..144f582e5 100644 --- a/core/transcoder/transcoder_nvenc_test.go +++ b/core/transcoder/transcoder_nvenc_test.go @@ -14,7 +14,6 @@ func TestFFmpegNvencCommand(t *testing.T) { transcoder := new(Transcoder) transcoder.ffmpegPath = filepath.Join("fake", "path", "ffmpeg") transcoder.SetInput("fakecontent.flv") - transcoder.SetOutputPath("fakeOutput") transcoder.SetStreamID("jdFsdfzGg") transcoder.SetInternalHTTPPort("8123") transcoder.SetCodec(codec.Name()) diff --git a/core/transcoder/transcoder_omx_test.go b/core/transcoder/transcoder_omx_test.go index bbf0ff09d..eaeb5cddc 100644 --- a/core/transcoder/transcoder_omx_test.go +++ b/core/transcoder/transcoder_omx_test.go @@ -14,7 +14,6 @@ func TestFFmpegOmxCommand(t *testing.T) { transcoder := new(Transcoder) transcoder.ffmpegPath = filepath.Join("fake", "path", "ffmpeg") transcoder.SetInput("fakecontent.flv") - transcoder.SetOutputPath("fakeOutput") transcoder.SetStreamID("jdFsdfzGg") transcoder.SetInternalHTTPPort("8123") transcoder.SetCodec(codec.Name()) diff --git a/core/transcoder/transcoder_vaapi_test.go b/core/transcoder/transcoder_vaapi_test.go index f1dc0739e..f2c42af44 100644 --- a/core/transcoder/transcoder_vaapi_test.go +++ b/core/transcoder/transcoder_vaapi_test.go @@ -14,7 +14,6 @@ func TestFFmpegVaapiCommand(t *testing.T) { transcoder := new(Transcoder) transcoder.ffmpegPath = filepath.Join("fake", "path", "ffmpeg") transcoder.SetInput("fakecontent.flv") - transcoder.SetOutputPath("fakeOutput") transcoder.SetStreamID("jdFsdfzGg") transcoder.SetInternalHTTPPort("8123") transcoder.SetCodec(codec.Name()) diff --git a/core/transcoder/transcoder_videotoolbox_test.go b/core/transcoder/transcoder_videotoolbox_test.go index f12e82406..bf305b8a2 100644 --- a/core/transcoder/transcoder_videotoolbox_test.go +++ b/core/transcoder/transcoder_videotoolbox_test.go @@ -14,7 +14,6 @@ func TestFFmpegVideoToolboxCommand(t *testing.T) { transcoder := new(Transcoder) transcoder.ffmpegPath = filepath.Join("fake", "path", "ffmpeg") transcoder.SetInput("fakecontent.flv") - transcoder.SetOutputPath("fakeOutput") transcoder.SetStreamID("jdFsdfzGg") transcoder.SetInternalHTTPPort("8123") transcoder.SetCodec(codec.Name()) diff --git a/core/transcoder/transcoder_x264_test.go b/core/transcoder/transcoder_x264_test.go index aed18fa20..ecb961eed 100644 --- a/core/transcoder/transcoder_x264_test.go +++ b/core/transcoder/transcoder_x264_test.go @@ -14,7 +14,6 @@ func TestFFmpegx264Command(t *testing.T) { transcoder := new(Transcoder) transcoder.ffmpegPath = filepath.Join("fake", "path", "ffmpeg") transcoder.SetInput("fakecontent.flv") - transcoder.SetOutputPath("fakeOutput") transcoder.SetStreamID("jdFsdfzGg") transcoder.SetInternalHTTPPort("8123") transcoder.SetCodec(codec.Name())