From 560ffcc35af5704cfe7ae7f8bbce2003ca0d11d6 Mon Sep 17 00:00:00 2001 From: Benjamin Pracht Date: Wed, 1 May 2024 12:27:26 -0700 Subject: [PATCH] Set EnableTranscoding flag in WHIP test (#260) --- test/whip.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/whip.go b/test/whip.go index 0329231..d8330ff 100644 --- a/test/whip.go +++ b/test/whip.go @@ -68,6 +68,8 @@ func RunWHIPTest(t *testing.T, conf *TestConfig, bus psrpc.MessageBus, commandPs return nil } + tr := true + info := &livekit.IngressInfo{ IngressId: "ingress_id", InputType: livekit.IngressInput_WHIP_INPUT, @@ -78,6 +80,7 @@ func RunWHIPTest(t *testing.T, conf *TestConfig, bus psrpc.MessageBus, commandPs Reusable: true, StreamKey: "ingress-test", Url: "http://localhost:8080/w", + EnableTranscoding: &tr, Audio: &livekit.IngressAudioOptions{ Name: "audio", Source: 0,