GET http://IP-Address:8000/asip-api/live/media/VIDEOSOURCEID?parameters.
Parameters:
format - at the moment 'rtsp' value only is available for this parameter.
Video can be received in the original format (without recompression) via RTSP protocol. In all other cases the server recompresses it to MJPEG format. |
w – frame width.
h – frame height.
If h and w values more than size of original vodeo, the video will be received with original size. |
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://IP-Address:8000/asip-api/live/media/HOSTNAME/DeviceIpint.23/SourceEndpoint.video:0:0?format=rtsp&w=640&h=480