Hello,
I’m using JS XPMobileSDK to create more widget of playback.
I need to create more istance of playback controller, each connected to his widget.
Every widget can contains same camera.
So, is it possible to manage playback of every widget containing same camera?
Example:
Widget 1 contains Camera 1 at time 11am
Widget 2 contains Camera 1 at time 12
These playbacks have to works simultaneously.
Thank you very much
Yep, it’s possible. but you have to modify some code in file Lib\XPMobileSDK.library.js
e.CloseOldControllers=“Yes” → e.CloseOldControllers=“No”.
The purpose of multi playback controller is to have more than one playback stream at the same point in time. It won’t be a problem to request several playback streams for the same camera but it’s not possible to have them in different time
Thank you very much Stoyan for the support.
Best regards