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:
- The
address
parameter defines where the ZeroMQ socket will bind - Using
tcp://0.0.0.0:5556
makes the socket accessible from all network interfaces, providing better reliability than the alternative syntaxtcp://*:5556
If you need more info about this please check out pages 134-135 in the TAPPAS user guide .
Best Regards,
Omria