From e4c4cf9920e4c84b45f93b7be8acc688ebbf9e4f Mon Sep 17 00:00:00 2001 From: lukasIO Date: Fri, 20 Oct 2023 21:44:57 +0200 Subject: [PATCH] Don't use vp9 for now (#137) --- pages/custom/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/custom/index.tsx b/pages/custom/index.tsx index 3643716..ef8cf90 100644 --- a/pages/custom/index.tsx +++ b/pages/custom/index.tsx @@ -30,7 +30,7 @@ export default function CustomRoomConnection() { publishDefaults: { videoSimulcastLayers: [VideoPresets.h540, VideoPresets.h216], red: !e2eeEnabled, - videoCodec: 'vp9', + // videoCodec: 'vp9', // TODO re-enable vp9 }, adaptiveStream: { pixelDensity: 'screen' }, dynacast: true,