FreeRDP / FreeRDP

FreeRDP is a free remote desktop protocol library and clients
http://www.freerdp.com/
Apache License 2.0
10.44k stars 14.57k forks source link

How to implement USB device redirection in wfreerdp? #10162

Closed adream100 closed 1 month ago

adream100 commented 1 month ago

I'm wondering if the latest version v2.11.7, wfreerdp (windows client version of freerdp), has implemented USB device redirection?

I have a USB Camera, two PCS, one is Server, one is Client, OS are the latest Win10 22H2. This USB Camera redirection can be easily implemented through the mstsc that comes with Windows.

I don't know if USB Camera redirection is possible with wfreerdp. wfreerdp is compiled with the libusb 1.0.27 library added. If so, how should the parameters be constructed? I use the USB TreeView to see the PID and VID of the USB device. But it never worked. I'm confused, please help. p1 p2

akallabeth commented 1 month ago

never tried the thing under windows, your mileage may vary. in theory it could work, but I don´t know if libusb can do all the stuff under windows like under linux (there is at least additional configuration work required that nobody did yet nor document, maybe libusb wiki can help there)