Documentation for Axxon Next 3.6.4. Documentation for other versions of Axxon Next is [available too].

Previous page Next page

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

GET http://server/prefix/live/media/VIDEOSOURCEID?parameters.

Now video can be received only in MJPEG format. If the original viideo is in another format, the server recompresses it in MJPEG format.

Support of video receiving in other formats is planned later, what for the format parameter reserved.

Parameters:

w – frame width.

h – frame height.

Note.

If h and w values more than size of original vodeo, the video will be received with original size.

Note.

Zooming out of width and height is available only discretely - in 2, 4, 8 times, etc. If specified sizes are not corresponding to 1/2, 1/4 etc. of original video size, the video will be received with size divisible by the original video size close to specified values.

Sample request:

GET http://server/prefix/live/media/TEST-1/DeviceIpint.23/VideoSource.0:0?w=640&h=480

  • No labels