OpenLightingProject / ola

The Open Lighting Architecture - The Travel Adaptor for the Lighting Industry
https://www.openlighting.org/ola/
Other
644 stars 204 forks source link

Artnet Playback over RJ45 fails #1670

Closed magdesign closed 4 years ago

magdesign commented 4 years ago

I am having an issue with playback a recorded artnet sequence on a RaspberryPi.

Following command will playback my recorded artnet show:

sudo ola_recorder -i 0 -p /media/internal/dmx/show01 &

Playback works when sending to an attached and configured usb-dmx output, it also work when sending over rj45 configured as E1.31 (DMX over ACN) but when the rj45 is set to ArtNet, I can see in DMX Monitor that things are playing, but there is nothing going out the rj45 port.

Is this an issue or has anyone a hint?

magdesign commented 4 years ago

Everytime when I open an issue 'coz I am lost, I find the solution shorty after :-)

just edit the file: /etc/ola/ola-artnet.conf

and switch

always_broadcast = true

I assume for unicast I would have to enter an IP under ip =

peternewman commented 4 years ago

Everytime when I open an issue 'coz I am lost, I find the solution shorty after :-)

My favourite type of issue! :laughing:

I assume for unicast I would have to enter an IP under ip =

No, IP is which IP to bind to: http://docs.openlighting.org/ola/conf/ola-artnet.conf.html

My first question was going to be does non-recorded Art-Net work...

magdesign commented 4 years ago

thanks!

Is there somewhere an unicast option for artnet?