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

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-desktopfor 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