Your comments

Hello.

H265 is not supported in iRidium. The plans to add support there, but the timing is not defined.

Hello.

Do you have any more questions?

Hello.

Addition: manipulation of the database and the log files (copy, rename) you need to perform after stopping the iRidium server. Because you may not know that the server could be performing database maintenance and/or logging at this point. If the loss of the journal is not critical, it is better not to experiment with the database. To stop iRidium server correctly, you can use the button in the web interface "Stop Server".

You can extract a unique network client settings method GetCurrentLocalIPInfo. Then you can use the NETBIOS name or IP address. The MAC address is also possible, but not for IOS clients.

IR.GetDevice('MQTT').SetParameters({Host: "192.168.0.95",

Port: 1883,

MQTTVersion: "4",

ClientID: "client1",

KeepAlive: 20,

Clean: true,

Login: "admin",

Password: "admin"});

Hello.

Do you mean Client ID? The MQTT driver has such a field and you can set it yourself.

Hello.

Your question remained unresolved?