BLUI Open Source HTML5/JS/CSS HUD/UI

[quote=“vizVB, post:612, topic:20338”]

Hello @

Thanks for the great work!

We were trying to get the pixel streaming play in the 4.25 release build of this plugin. However it does not work. Any tips?

Also i noticed that H.264 videos do not play in the browser. I wonder if it is due to the included CEF not built with support for these codecs?

Again any tips to get these working?

Best Regards

Chromium doesn’t include codecs which are not royalty free (h.264 is patent and royalty encumbered). If you want to add those, you’d need to recompile chromium with those codecs yourself. VP9/Alternative free codecs should work in theory. I believe pixel streaming uses nvencode so it should be possible to patch it to use the vp9 hardware instead on the sender side?