From 70a3bc14a2dfc93ddf998bb7cd11a2562497a932 Mon Sep 17 00:00:00 2001 From: aler9 <46489434+aler9@users.noreply.github.com> Date: Tue, 25 Aug 2020 12:39:00 +0200 Subject: [PATCH] improve test success rate --- main_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main_test.go b/main_test.go index cb8fff9d..1da4eeb4 100644 --- a/main_test.go +++ b/main_test.go @@ -124,7 +124,7 @@ func TestPublish(t *testing.T) { default: cnt1, err := newContainer("gstreamer", "source", []string{ - "filesrc location=emptyvideo.ts ! tsdemux ! rtspclientsink " + + "filesrc location=emptyvideo.ts ! tsdemux ! queue ! video/x-h264 ! rtspclientsink " + "location=rtsp://" + ownDockerIp + ":8554/teststream protocols=" + conf.publishProto + " latency=0", }) require.NoError(t, err)