Cameron Gutman
Cameron Gutman
Looks like my code is just sending 0x03 to the stream. ``` case MENU_ID_CTRL_C: if (connection != null) { connection.queueBytes(new byte[]{0x03}); /* Force scroll to the bottom */ scrollViewAtBottom =...
Yes, socket communication is sequential and blocking, but ADB multiplexes multiple streams over the same socket. This is why the separate thread and hash map are necessary. The connection thread...
There aren't docs for the interfaces, but I think the example in this repo is pretty clear. Under 200 lines to demonstrate creating keys, authenticating, and establishing a shell connection:...
I’m pretty sure the hang is fixed in libnx 4.1.1 and later. I think it just needs a rebuild against the new libnx version. https://github.com/switchbrew/libnx/issues/556
I suspect the freezing issue is related to https://github.com/moonlight-stream/moonlight-common-c/issues/61 and the issue in libnx I discovered while debugging it https://github.com/switchbrew/libnx/issues/556
I think the grey screen issue may be due to setting `CAPABILITY_REFERENCE_FRAME_INVALIDATION_AVC | CAPABILITY_REFERENCE_FRAME_INVALIDATION_HEVC` on https://github.com/rock88/moonlight-nx/blob/7bc08cf767e59d43456c9b00e1c1da06a1384f65/src/streaming/ffmpeg/FFmpegVideoDecoder.cpp#L189 The FFmpeg decoder doesn't support reference frame invalidation for HEVC at all, and for...
Please try this development build and see if the problem persists. https://ci.appveyor.com/project/cgutman/moonlight-qt/builds/44345676/job/rkhj5kr6fr9ea51s/artifacts
It was meant to see if it fixed the 3 devices issue. The failure to delete devices after quitting the session is not a Moonlight bug. It's GeForce Experience (specifically...
> So it means yours acts the same ? No, mine does delete the devices correctly, which is why I'm thinking there's something else going on with your system. There...
Moonlight does support DNS names (I use them personally), so there must be something more going on with your specific configuration. If you are still experiencing the issue with Moonlight...