usbip-win icon indicating copy to clipboard operation
usbip-win copied to clipboard

usb audio class device

Open yclin-ee opened this issue 3 years ago • 2 comments

Hello, I am trying to use usbip-win connecting UAC device on Windows 10 both ends. The two ends could establish connection successfully. But when playing music, it sounds discontinuous and glitches. I even did the testing on Ubuntu 18.04 x86_64(server) and Windows 10(client) then found client side always issue Clear_Feature control packet every 10 isochronous packets in one URB transaction. [ 58.713439] usbip-host 1-1: usb_clear_halt done: devnum 2 endp 6

Does anybody encountered this before? Or any idea for fixing this issue?

yclin-ee avatar Nov 04 '21 07:11 yclin-ee

try disable usb auto suspended in System / Bios check the CPU freq. and loade when transferring. Change the maximum transmission delay of packets. Check the network packet priority and process priority. QoS Class Identifier (QCI) Wiki Link

Sok00 avatar Nov 09 '21 22:11 Sok00

@Sok00 Please let me know how to change the maximum transmission delay of packets.

myjimmy avatar Apr 26 '22 05:04 myjimmy