From d4fc070e4dd4d2b969915bb059c80643769b28c3 Mon Sep 17 00:00:00 2001 From: Juan Navarro Date: Fri, 14 Jun 2024 13:56:37 +0200 Subject: [PATCH] livekit.yaml: pion_level initially set to warn instead of error While default LiveKit's value is error if nothing is provided, warn is a better value for this option, because it allows seeing issues that otherwise might happen and be invisible, such as: WARN openvidu.transport.pion.pc webrtc/peerconnection.go:1280 RTPReceiver Receive failed: WebRtcTransport.Produce(): ssrc already exists in RTP listener [ssrc:3696700572] [method:transport.produce] {..., "transport": "PUBLISHER"} --- pro/livekit.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pro/livekit.yaml b/pro/livekit.yaml index 6491ec2..46425d7 100644 --- a/pro/livekit.yaml +++ b/pro/livekit.yaml @@ -68,4 +68,4 @@ logging: # Logging level for the Pion WebRTC engine. # Values: trace, debug, info, warn, error. # Default: error. - pion_level: error + pion_level: warn