Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

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.

Info
titleNote.

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

Info
titleNote.

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