Hailoexportzmq change port address

Hey @kyurrii ,

To configure a custom output port for the hailoexportzmq GStreamer element, use this syntax:

hailoexportzmq address="tcp://0.0.0.0:5556"

This configuration does two important things:

  1. The address parameter defines where the ZeroMQ socket will bind
  2. Using tcp://0.0.0.0:5556 makes the socket accessible from all network interfaces, providing better reliability than the alternative syntax tcp://*:5556

If you need more info about this please check out pages 134-135 in the TAPPAS user guide .

Best Regards,
Omria

1 Like