-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How can I get client's information? or whether the client connected or not? #2405
Comments
That endpoint would return You can parse the logs I guess... there's no other way to determine the connected clients right now. |
Woudl be great to see some info, such as SMPT settings and email notifications. |
It seems this issue hasn't had any activity in the past 90 days. If it's still something you'd like addressed, please let us know by leaving a comment. Otherwise, to help keep our backlog tidy, we'll be closing this issue in 10 days. Thanks! |
This issue was closed because it has been stalled for 10 days with no activity. |
I'm gonna necrobump this issue because I think I found a way to partially do this. I use Artemis 2 to manage my RGB and my initial idea was to develop a plugin to disable my PC rgb when Sunshine is connected to it. Looking around for a way to determine if there's a cliente connected to Sunshine I found this Issue and it seems there's no official way. My workaround was to use windows' environment variables and sunshine's command preparations: on connect I run I wrote my artemis plugin to detect changes on this env var and voila :) |
Is there an existing issue for this?
Is your issue described in the documentation?
Is your issue present in the nightly release?
Describe the Bug
I took a look codes and there is page for clients.( server.resource["^/clients/?$"]["GET"] = getClientsPage;)
But it is empty page. Is there any way to get client's information or check client is connected?
Expected Behavior
No response
Additional Context
No response
Host Operating System
Windows
Operating System Version
Windows 10 20H
Architecture
64 bit
Sunshine commit or version
0.22
Package
Windows - portable
GPU Type
Nvidia
GPU Model
RTX 3060
GPU Driver/Mesa Version
497.29
Capture Method (Linux Only)
No response
Config
Apps
No response
Relevant log output
The text was updated successfully, but these errors were encountered: