mirror of
https://github.com/livekit/livekit.git
synced 2026-06-06 13:22:06 +00:00
disable av1 and vp9 support (#576)
This commit is contained in:
@@ -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,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user