Mathieu Rene
Mathieu Rene
Thanks! It appears that the framing is a bit different as the device sends fixed-sized 70 bytes frames instead of fixed-size 64 bytes frames, which confuses the code handling the...
@m-diers are you able to try #313 and let me know if it can connect to your device?
Hi It seems like USBStreamer is pretty different than the other types of devices supported in this tool (which configure filters, gain structure, etc for DSP devices) I would accept...
Hi! The plugin application was how devices were handled before the Device Console came out. As you figured out, you can force the device to be detected by changing the...
Does the Flex eight have any other sources than the flex? If it's the same I would assume that they would use similar identifiers, and you would be able to...
I only have the device console on my side, usually there is another app but maybe they didn't build one for the Flex Eight since it's new. I tried simulating...
Actually it turns out that my Flex (not-8) also responds to these commands, I should be able to test a bit further.
I got the same results on the device console, it seems like the Flex source mappings are working for the Flex Eight (I have the same values for the flex...
I wonder if it wouldn't be binding to the wrong address when sending out broadcast packets, can you try setting the config to this? ``` advertise = { ip =...
What most likely is happening is that minidspd is trying to bind on startup, and not retrying it later if it fails (although I'm confused as to why this happens...