I initialized the encoder parameters like this:
const encodeParams = {
codec: 'avc1.42001e',
width: 720,
height: 1280
}
or
const encodeParams = {
codec: 'avc1.42001e',
width: 1920,
height: 1080
}
It works is PC Chrome, but reports encoder creation error in Android Chrome or Webview.
Isn't it supported 1080p in Android?
I initialized the encoder parameters like this:
or
It works is PC Chrome, but reports encoder creation error in Android Chrome or Webview.
Isn't it supported 1080p in Android?