ABeltramo
ABeltramo
Audio and video will surely go over WebRTC, but we need an additional bidirectional stream for user inputs and general server events (app start/stop for example). > input would be...
Thanks for pointing out `DataChannels` I didn't knew about them, but it sounds like a very nice fit for what we need!
Since this was opened I've further separated the modules into independent projects, like [inputtino](https://github.com/games-on-whales/inputtino) and [gst-wayland-display](https://github.com/games-on-whales/gst-wayland-display). I don't exclude that we might re-visit exposing an API for Wolf in future,...
Lots have changed since this was open. The good news is that nobody has reported anything like this lately, so I guess it's good. I'll make sure to double-check it...
Thanks for testing it out, I'll check it out soon-ish
I've lightly tested this on my Intel ARC A380 using https://github.com/games-on-whales/wolf/pull/91 (you can pull it using `ghcr.io/games-on-whales/wolf:dev-multi-gpu`) and I can't reproduce the issue when using any of the provided encoders:...
Thanks for all the tests, unfortunately `sha-1c3556f` is not the right tag that I'd wanted to test; can you try again with `dev-multi-gpu`? That will always point to the latest...
> Good news, switching to the dev-multi-gpu works on 3440x1440 Nice, I'm glad that fixes it! :tada: Hopefully this will fix it for everyone! > Ok and just fixed the...
Admittedly, I've only tested and played with Moonlight QT. My first suggestion would be to test if this can be reproduced on another Moonlight client when using the same Joypad,...
Thanks for clarifying, I get what you mean I just wanted to try and replicate it so that I could see where the error actually is (or if that's just...