Direct streaming resizing

I have developed a small web page to view the live streaming using direct streaming option, but i couldn’t find a way that I could us to resize the stream that is comin g through. I have tried the “XPMobileSDK.ChangeStream” option but doesn’t seem to have an impact with that.

Can someone help me with this?

Hi,

The idea of the DirectStreaming support is no transcoding on the server side - video is packed and provided as is coming from the camera.

On option to achieve different stream size is if you have adaptive streaming set up

  • Multiple streams per camera with different resolution
  • Enable it in Mobile server configuration
  • Request \ Change stream with respective size

KR,

SVetlana

Thanks for the feedback. Can i know how does the change stream function works?

Here you can find high -level command descripiton: ChangeStream ref

MIPSDK Mobile doc (getting started section)

Thank you can look into sdks how to use it.

P.S. The suggestion in my previous post refers to all 3 points to be executed -

Thanks for the reply.