sdk Support

We use MIPSDK2013 to receive video stream to our VA application.

The setting request is as below

“{0}yes” +

             _"<transcode><allframes>yes</allframes></transcode>"+_

Question-1

However the issue is, during distributed installation the received framerate is around 1 FPS. The recording server CPU usage is not more than 20% and the hardware specification is reasonable with quadcore. Is there any way to increase the FPS

Question -2

Is there RTSP streaming support in the SDK?

You are using the ImageServer Protocol, which does server side transcoding, but only the latest XProtect Corporate Image Server (2014 v. 7.0d) is able to deliver more than just keyframes (usually at 1 FPS).

In stead, I recommend using VideoOS.Platform.Live.JPEGLiveSource and VideoOS.Platform.Live.JPEGVideoSource (Search the MIP SDK documentation for these classes)

Further, I recommend upgrading to the latest MIP SDK, and XProtect VMS, if possible.

Your Q2: I’m afraid we do not support RTSP-streaming.