From e35d75f7d7cfc78ddc78576e599a899c68c6e003 Mon Sep 17 00:00:00 2001 From: cnderrauber Date: Tue, 29 Mar 2022 10:29:54 +0800 Subject: [PATCH] disable av1 and vp9 support (#576) --- pkg/config/config.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/config/config.go b/pkg/config/config.go index 2d45cd87d..f21df079a 100644 --- a/pkg/config/config.go +++ b/pkg/config/config.go @@ -223,8 +223,8 @@ func NewConfig(confString string, c *cli.Context) (*Config, error) { {Mime: webrtc.MimeTypeOpus}, {Mime: webrtc.MimeTypeVP8}, {Mime: webrtc.MimeTypeH264}, - {Mime: webrtc.MimeTypeAV1}, - {Mime: webrtc.MimeTypeVP9}, + // {Mime: webrtc.MimeTypeAV1}, + // {Mime: webrtc.MimeTypeVP9}, }, EmptyTimeout: 5 * 60, },