mirror of
https://github.com/livekit/livekit.git
synced 2026-07-29 03:19:30 +00:00
disable AV1 and VP9 by default (#735)
This commit is contained in:
@@ -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,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user