HI, I use the MediaLiveService component of Milestone to connect my C++ application to the Milestone Recording Server (using the Recording Server URL that I get using MIP SDK in another C# application). How do I handle the connection when there’s a failover event and the recording server is running on a different host?
If you still have the C# application, it can subscribe to
const String VideoOS.Platform.Messaging.MessageId.Server.RecorderFQIDChangedIndication = “Server.RecorderFQIDChangedIndication”
and then tell the c++ application to reconnect using the new updated address.