We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
being able to run screenpipe on a microsoft remote desktop server and capture the client streams
https://docs.rs/windows-sys/latest/windows_sys/Win32/System/RemoteDesktop/fn.WTSVirtualChannelOpen.html
just use the windows rs lib they have API for it
it should both capture audio and screen
it could be
screenpipe --use-remote-desktop
for scalability reason there might be a need to do #684 #678
for exanple if there are 50+ users, running OCR on the server and 200+ audio devices might be better to separate responsibilities
The text was updated successfully, but these errors were encountered:
MED-286 [feature] microsoft remote desktop integration
Sorry, something went wrong.
No branches or pull requests
being able to run screenpipe on a microsoft remote desktop server and capture the client streams
https://docs.rs/windows-sys/latest/windows_sys/Win32/System/RemoteDesktop/fn.WTSVirtualChannelOpen.html
just use the windows rs lib they have API for it
it should both capture audio and screen
it could be
screenpipe --use-remote-desktop
for scalability reason there might be a need to do #684 #678
for exanple if there are 50+ users, running OCR on the server and 200+ audio devices might be better to separate responsibilities
The text was updated successfully, but these errors were encountered: