Jimmy
Jimmy
@desowin Could you tell me how to use USBPcapCMD as extcap in more detail?
@desowin Thanks. I need to capture only a specific USB device like [this link](https://github.com/desowin/usbpcap/issues/64#issuecomment-503043138). So, I run the following command: ``` USBPcapCMD.exe --capture --extcap-interface \\.\USBPcap1 --fifo \\.\pipe\wireshark_extcap_\\.\USBPcap1_20190618125930 --devices 2 --inject-descriptors...
> Thanks. That option really was enabled. Disabled that, worked as intended. @KOLANICH I need to capture the USB packets from a specific USB device. So, I should use the...
@desowin Thanks for your reply. To create the named pipe in Wireshark, shall I modify the source code? Or which feature shall I use?
@desowin Thanks. When running `USBPcapCMD.exe` in the command prompt, I see several devices in `\\.\USBPcap1`.  **I need to capture a specific USB device with USBPcap.** @KOLANICH described the method...
@soliton4, when decoding the 4K H.264 video, I got the memory limit issue.  Please see the #230 issue for more detail. I need your help. Thanks.
@soliton4 Thanks very much.
Hi, @RavNowak I have the same problem as you. Did you solve your problem?
Hi, @soliton4, @RavNowak According to the performance measurement, there are no other problems in decoding, and it takes a lot of time to proceed with rendering. I measured the performance...
> i was more thinking about something simple like fix width and height and prevent player from changing the size. that would be straight forward. > there is one complication...