-
-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Description
VirtualCdj virtualCdj = VirtualCdj.getInstance();
virtualCdj.setUseStandardPlayerNumber( false );
virtualCdj.setDeviceNumber( (byte) 0 ); // If set to zero, will attempt to claim any free device number
virtualCdj.start();
log.info("Auto-selected VirtualCdj device number {}", virtualCdj.getDeviceNumber());
This is pretty much all I do in my test program, but as soon as the VirtualCdj is started, I get these messages:
[main] INFO org.deepsymmetry.beatlink.VirtualCdj - Found matching network interface RD9700 USB2.0 To Fast Ethernet Adapter #3 (ethernet_32779), will use address /169.254.49.138/16 [/169.254.255.255]
Auto-selected VirtualCdj device number 7
[beat-link DeviceFinder receiver] INFO org.deepsymmetry.beatlink.VirtualCdj - Sending device number defense packet to invader at address 0:0:0:0:0:ffff:a9fe:318a%70, port 50000
[beat-link DeviceFinder receiver] WARN org.deepsymmetry.beatlink.VirtualCdj - Another device has claimed it owns our device number, shutting down.
I can pick any arbitrary number as device number - the result is always the same. This is on a system with two NICs. One is connected to my home network, the other is APIPA connected to a CDJ-2000NXS2. So what's going on?
PS: I've also tried my main NIC - no difference. Nothing else besides the CDJ-2000NXS2 is connected.
Metadata
Metadata
Assignees
Labels
No labels