The native video codec works well, I just added additional configurations to the decoder: hardwareAcceleration and optimizeForLatency that should give us a better video performance (according to WebCodec docs).
Also I added some small code improvements like beforeDestroy hooks.
I think this is good to merge into master as well.
The native video codec works well, I just added additional configurations to the decoder:
hardwareAcceleration
andoptimizeForLatency
that should give us a better video performance (according to WebCodec docs).Also I added some small code improvements like
beforeDestroy
hooks.I think this is good to merge into
master
as well.