Open TheCrypt0 opened 3 years ago
Yeah this is rough... Honestly the easiest solution might be to pickup a raspberry pi and run PLT on there
I just tried it on my PC with RB6.6.0. It works with only one IP Adress. So here is what i did:
"C:\Program Files (x86)\ForceBindIP\ForceBindIP64.exe" 192.168.10.10 "Prolink Tools.exe"
(yeah, the same IP Address as set above)There is one thing which doesn't work: You don't see the playing tracks in RB. I think, this is ok, because you don't want to use it in export mode.
Can we get for Prolink tools the posibility to choose the network card and the IP which the app does bind to?
Hi, First of all. THANK YOU. I'm currently using the last Beta and is working flawlessly.
NOTE: This currently does NOT work due to limitations on how Rekordbox handles multiple IPs on Windows. See Updates at the bottom of the post.
I managed to have both
rekordbox
andprolink-tools
running on the same machine by using the ForceBindIP tool.Easy explanation: have 2 different IPs where each program can bind to the UDP ports required for the Link.
This can be accomplished (on Windows) by:
.\ForceBindIP64.exe HERE_GOES_YOUR_IP Prolink Tools.exe
The IP is going to be one of the two you chose on the 2nd step, if one doesn't work try the other (it depends on which one rekordbox has used).NOTE: The second step can be avoided if you use 2 network interfaces. (E.g. WiFi and Ethernet)
Of course, this is just a workaround and the actual fix would be to have a setting where the IP the software binds to can be modified to not conflict with rekordbox.
Update: Apparently rekordbox doesn't deal well with multiple IPs on a single network interface. If you have a single NIC you can create another virtual one using Windows's Hyper-V feature, see this stackoverflow answer that explains how.
Update 2: It doesn't work as intended (even with Hyper-V) since rekordbox loses link once the second network interface gets activated. I'm currently out of ideas.