José Antonio Postigo
José Antonio Postigo
The only actions available through command line are `stream` and `quit`. But you still can't `pair`/`unpair` a host or `list` the games available in it. So moonlight-qt could never be...
I've found out that the gamepad leds don't work in **OSMC** unless some lines of the source code are modified. That's because /sys/class/leds/xpadN files aren't being created. I document the...
### Describe the Bug With this prettier configuration: _.prettierrc_: ```json { "bracketSameLine": true, "singleAttributePerLine": true, "plugins": ["prettier-plugin-astro"] } ``` In .astro files, I spect self-closing tags to be closed in...
I have seen in the 1.0.0-alpha version the `--delay` option is missing, and the current suggestion is using the browser network throtling feature: > Notable differences with v0.17 ... use...
### What do you want to do with Hls.js? I'm developing an Android hybrid application with Capacitor and using hls.js to play video sources. The application uses [CapacitorHttp](https://capacitorjs.com/docs/apis/http) plugin, which...