RemoteController icon indicating copy to clipboard operation
RemoteController copied to clipboard

Clicking on Create Client in the Linux app version doesn't work

Open SpyderCoder opened this issue 8 months ago • 3 comments

I downloaded the app and ran it but can't seem to create a client. There's no error messages either but I get some warnings on start up. I'm using Zorin OS 17.3 . Here's what it shows when run from the terminal.

`./RemoteController-linux-amd64 Overriding existing handler for signal 10. Set JSC_SIGNAL_FOR_GC if you want WebKit to use a different signal

** (WebKitWebProcess:76499): WARNING **: 14:33:03.154: The GStreamer FDK AAC plugin is missing, AAC playback is unlikely to work. `

SpyderCoder avatar Apr 22 '25 20:04 SpyderCoder

Hi @SpyderCoder, let me ask some questions to have some clues about the error.

  • Do you mean that you can't navigate to the client section or inside the client section the button create client doesn't work ?
  • The navigations to Host page or Config page work?

PiterWeb avatar Apr 22 '25 21:04 PiterWeb

The button create client inside the client section doesn't work. Navigation to the host page and the config page work.

SpyderCoder avatar Apr 23 '25 18:04 SpyderCoder

Ok, thank you for your response I will try to look into it.

PiterWeb avatar Apr 23 '25 18:04 PiterWeb

I have been thinking on this issue for a while, it is normal to fail since Linux included webkitgtk version doesn't support RTCPeerConnection APIs which are the fundamental core of this APP.

My solution will be to open a window in the prefered browser of the client page. This should work well due to all major browsers support these APIs.

PiterWeb avatar Jul 09 '25 18:07 PiterWeb

I did this quick fix. (I send with a video showing the process)

https://github.com/user-attachments/assets/5ba47d06-36d0-4936-aeec-ae1d36522a8b

PiterWeb avatar Jul 09 '25 18:07 PiterWeb