Hello everyone,
I am using XPMobileSDK WebClient with JS.
I am trying to integrate connection simultaneously to different Milestone Mobile Servers in the same Web application.
Is it possibile?
Best regards,
Marcello
Hello everyone,
I am using XPMobileSDK WebClient with JS.
I am trying to integrate connection simultaneously to different Milestone Mobile Servers in the same Web application.
Is it possibile?
Best regards,
Marcello
Hi Marcello,
Unfortunately that is not possible.
MIP SDK Mobile (JS) was created as a Singleton. The goal was to be much easier and natural for usage. The obvious drawback of this strategy however is the possibility to connect to a single server only.
Thank you for the answer.
Is there other ways to do this?
We need to have streaming from different Milestone Server in the same Web App.
Unfortunately , I don’t think I can figure out something that is easy.
Btw. What is your use case ?
Why you would need to connect to multiple mobile servers ?
Those are connected to different sites of MFA ?
Or something else ?
I have to show Live and Playback from different Milestone Server in the same page.
Yeah,
I’ve got that.
What I’m struggling to understand is what is the business case.
Why there are separate Mobile servers and separate VMSes.
Can those be put in MFA and have Mobile server on the Master site for example ?
These systems are in different locations and we have separate servers.
The business case consists of a supervisor app that installs on pre-existing systems (which we cannot change configurations).
So it is not possible to put all Mobile Servers under one Master site.
Considered that we have a PSIM solution, we should be able to connect to different customers system, so it’s impossible to use just one Master site.
Thanks, Marcello !
Sounds reasonable.
Do you need to display simultaneously video feeds from two different systems ?
(I know it is written in the headline)
Meaning you could reconnect to different servers and display only cameras from the particular one.
Another possibility could be to display video from different mobile servers in http Iframes.
I realize it is quite old technology and has some drawbacks, but could be an option.