fpvout / live.fpvout.com

View your digital FPV in your browser
https://live.fpvout.com
MIT License
47 stars 11 forks source link

Small code improvements and clean up. #13

Closed sahibalejandro closed 2 years ago

sahibalejandro commented 2 years ago

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.