Hi @Lisber Pontes
Thank you, that was very helpful since I didn’t understand a lot from the documentation.
But I still have a problem with the example you provided. I have set my configuration in .env files:
AIB_HOSTNAME="192.168.0.250"
IDP_HOSTNAME="http://192.168.0.250/IDP/" # For example http://esvm-ft17-40.milestone.dk/IDP
IDP_USER="USERNAME"
IDP_PASSWORD="PASSWORD"
CAMERA_ID="aafcf0e3-7db6-4c6c-935e-6a2ed4d94d9c" # For example bfcb0e43-568b-4d3d-9ee9-9fd718917fb6 be sure to use lowercase letters
STREAM_ID="28dc44c3-079e-4c94-8ec9-60363451eb40" # For example 28dc44c3-079e-4c94-8ec9-60363451eb40 be sure to use lowercase letters
START_DATE_UTC="2025-04-11 11:11" #In the following format: YYYY-MM-DD HH:MM observe the hyphens and colon, use 24h clock
END_DATE_UTC="2025-04-11 12:12" #In the following format: YYYY-MM-DD HH:MM observe the hyphens and colon, use 24h clock
First I used hostname, but it always says unknown hostname even when i test it with ping it works. Then, when I used AI Bridge IP, I got this :
01:54:57.671684 failed getting playback data. rpc error: code = Unknown desc = Error routing stream: Unknown stream
and in the aibridge-connector logs, I’m also getting this:
2025-04-15T22:29:34Z Error routing stream: Unknown stream
2025-04-15T22:38:55Z Error routing stream: Unknown stream
2025-04-15T22:41:12Z Error routing stream: Unknown stream
2025-04-15T22:41:41Z Error routing stream: Unknown stream
2025-04-15T22:43:53Z Error routing stream: Unknown stream
2025-04-15T22:48:32Z Error routing stream: Unknown stream
2025-04-15T22:49:29Z Error routing stream: Unknown stream
2025-04-15T22:52:53Z Error routing stream: Unknown stream
can you help me with that?
Again, thanks for helping.
Best Regards