How to integrate and communicate with multiple mobile servers in MobileSDK?

Hello

We are developing software integrating central API and mobile SDK in our react framework.

all are working fine, but only one issue is performance.

so we wanted to use multiple mobile servers, and assigned mobile server for each user account(in our software). but it doesn’t work and seems require many websocket channels. we modified mobileSDK a bit and used in our framework. Could you please help how to use multiple mobile servers dynamically in mobileSDK ?

Hello Lee,

In order to help you the best can you share with us some more details what is the performance issues that you have.

We have tested that the Mobile Server can easily deliver 250 video streams that are Direct Streaming . If you are planing use multiple Mobile server you can use some Load balance that can handle the load of the servers.

Hello,

please is there any way how to communicate with multiple mobile servers in MobileSDK without load balancer?

Typical use case: Guard wants to see live stream from two different milestone servers in single web applications.

Is it possible to achieve this use case with MobileSDK?

Thanks for reply

No that is not possible with the current version. You need to have 2 different instances of the MobileSDK to do that.

Best regards

Teodor