w3c / webcodecs

WebCodecs is a flexible web API for encoding and decoding audio and video.
https://w3c.github.io/webcodecs/
Other
953 stars 135 forks source link

VideoEncoder is unsupported in Android Chrome and other mobile browsers #628

Closed purplekidlouis closed 1 year ago

purplekidlouis commented 1 year ago

Hi, I just test VideoEncoder with if ('VideoEncoder' in window) {console.log('VideoEncoder is supported');} in Android Chrome, Edge, Opera. It seems to be unsupported in all the mobile browsers, but the VideoFrame is supported. If there is a correct way to call VideoEncoder, welcome to point out, thanks!

The version of Android Chrome is 108.0.5359.128.