Outputting to a remote ArtNet controller
-
- Posts: 4
- Joined: Fri Sep 07, 2018 8:19 pm
- Real Name: Jesse
Hi all, I'm attempting to control an always-on architectural lighting installation from a remote location over the internet. The intention was to create a port forward in the on-site gateway (which has a static IP) that my Colordreamer Titan A8 is connected to, then setup the output IP in QLC+ as (static IP):3051, 3051 being the chosen forwarded port. But it seems that QLC+ doesn't allow anything to be appended to an IP address in the output field - when I attempt to confirm the changes, I get an "invalid IP" error message. Am I missing something? Is there some way around this, or some other not overly-complicated was of achieving my target configuration?
- mcallegari
- Posts: 4712
- Joined: Sun Apr 12, 2015 9:09 am
- Location: Italy
- Real Name: Massimo Callegari
- Contact:
The ArtNet port is hardcoded in the code here.
The specifications says it: https://artisticlicence.com/WebSiteMast ... rt-net.pdf - Page 7 (0x1936 is 6454)
Change it and rebuild QLC+.
The specifications says it: https://artisticlicence.com/WebSiteMast ... rt-net.pdf - Page 7 (0x1936 is 6454)
Change it and rebuild QLC+.
- mcallegari
- Posts: 4712
- Joined: Sun Apr 12, 2015 9:09 am
- Location: Italy
- Real Name: Massimo Callegari
- Contact:
Rebuild = compile again (with your changes)
How to build on linux: https://github.com/mcallegari/qlcplus/w ... -build-Qt5