How do we view a particular video stream from a CCTV camera that supports multistreams using XPMobileSDK JS?
Hi Rodrigo,
Mobile server does not currently support explicit selection of video stream, in case more than one is present.
You can try the following workaround though:
- enable Adaptive streaming feature
- make sure that Adaptive streaming mode is the default one (Optimize video quality)
- request a stream with DestWidth and DestHeight slightly smaller than the size of the desired video stream (e.g. -1px in both width and height)
Br,
Nikolay