You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`VideoEncoder.isConfigSupported()` sometimes will return result after
`transform()` callback's execution, which will resulting `encoder.encode()`
fails to encode a VideoFrame.
We can instead change `start()` to an async function, then `transform()` will
always be called after `encoder.configure()`.
0 commit comments