disable AV1 and VP9 by default (#735)

This commit is contained in:
cnderrauber
2022-05-29 12:30:42 +08:00
committed by GitHub
parent 5a74c1695d
commit 3a45f93fdd
+2 -2
View File
@@ -226,8 +226,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,
},