Tell me how to receive live links from UE5.4.

To link with UE5.4 live link, I built a file using cmake and activated live link in the engine, but no data is received.
I changed 230.0.0.1 to 127.0.0.1 because I don’t get live link data from an external server, but I get it locally, so why isn’t it coming in?

Trying to load default config file ‘ZEDLiveLinkConfig.json’
Unable to read json config file.
Starting LiveLink sender
[2025-01-13 01:35:45 UTC][ZED][INFO] Logging level INFO
[2025-01-13 01:35:45 UTC][ZED][INFO] Logging level INFO
[2025-01-13 01:35:46 UTC][ZED][INFO] [Init] Depth mode: Unknown
[2025-01-13 01:35:47 UTC][ZED][INFO] [Init] Camera successfully opened.
[2025-01-13 01:35:47 UTC][ZED][INFO] [Init] Camera FW version: 1523
[2025-01-13 01:35:47 UTC][ZED][INFO] [Init] Video mode: HD2K@15
[2025-01-13 01:35:47 UTC][ZED][INFO] [Init] Serial Number: S/N 3671****
Sending data at :0

Hi,

It says “Unable to read json config file”. Can you make sure to give the config file as an argument when running the sender?

You might need to change the connection_type to UNICAST (in the config file) as you changed the ip address.

Best,
Benjamin V.

Stereolabs Support