Don't use vp9 for now (#137)

This commit is contained in:
lukasIO 2023-10-20 21:44:57 +02:00 committed by GitHub
parent a4e6426d95
commit e4c4cf9920
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,