Jesús Barquín Cheda
Jesús Barquín Cheda
Same problem here. I guess the OS aren't ready to use this codec on the raspberry yet.
raspberry pi 4 has the hardware to decode h265 but software is not ready yet. it won't be ready until Q1-Q2 2020 sadly
I don't know if this can help you, but run "systemctl stop mediacenter" before moonlight
Hi, What exactly would you expect when you say definition support?? I'm not familiarized with Typescript yet, but I think the only way to do it compatible is to rewrite...
Commangular wasn't developed with dynamic module load in mind, but it should work. Use the last release 0.9.0. I added a new method in the commangular namespace "commangular.build()" Just add...
Ok perfect. I'll check the code and I'll develop a test with dynamic load to fix the problem. I understand why it is executed twice... I know where is the...
Thanks, I've the sample. I'm trying to fix the issue
I've been trying with more simple modules and more experiments with dinamic module loading and commangular still works as expected. I suppose there is an async execution related issue, very...
Commangular build the command execution tree on a angular run block, so at the moment you can't add new commands after the angular configuration stage. You can do dinamic angular...