feat: poc
This commit is contained in:
@@ -5,8 +5,7 @@ export function createDecoder(f: (frame: VideoFrame) => void): VideoDecoder {
|
||||
})
|
||||
|
||||
decoder.configure({
|
||||
codec: 'av01.0.04M.08',
|
||||
optimizeForLatency: true
|
||||
codec: 'vp09.00.10.08',
|
||||
});
|
||||
|
||||
return decoder;
|
||||
|
||||
Reference in New Issue
Block a user