If we connect to the Milestone Mobile server Multiple times using with the help of Milestone Mobile Javascript Library do we have any connection limitations?
Hello Kesara,
XPMobileSDK library does not currently support connection to multiple Mobile Servers. It supports only one to one connection for the moment.
Best regards
Teodor
Yes, that is fine. What I mean by connection limitation is that Multiple web pages connecting to one Mobile server to get the stream. Is there any Limitation on that case?
Thanks got clarification Kesara.
Based on that there are 2 scenarios. In both scenarios there is no hard limitation.
- Transcoding (Mobile server break the video into JPEG frames) you can run average about 10 streams. Then you will start hitting the CPU limit. It really depends of the CPU - on different CPU you will have different results.
- Using Direct Streaming (H.264) - here the limit will be your bandwidth most often. You can again hit a CPU limit but this is more rare case. Our tests shows that you can have 150+ streams without seeing any disturbance in the video.
I hope that helps
Best regards
Teodor
Thanks, Teodor. Is there any limitations if our web applications make Concurrent logins (Multiple Logins at the same time) to Mobile Server?