Is there WebCodecs support in browser? (encoder, but not decoder?)
I'm trying to see if I can use native/accellerated video decoding in the web browser. With an origin trail setup, I get access to `VideoDecoder` and `VideoEncoder`. But when I try and create any `avc1` codec (eg `avc1.420028`) I get `Failed to execute 'configure' on 'VideoDecoder': H.264 configuration must include an avcC description.` I can actually create an encoder, using `avc1.42E01E` (only codec I tested) and encode frames.... Is there just missing decoder support in the chromium build? https://poph264.com/SrcWeb/index.html Here it is working on desktop (as Poph264.com has an origin trial) I'm testing every combination of profile+level I can for h264, but all with the same error. https://github.com/NewChromantics/PopH264/blob/master/SrcWeb/PopH264.js#L167 Are there any decoders supported?4.9KViews0likes7Comments