SuperMap iServer can quickly publish video dataset as REST-Data Service and REST-Video Stream Service, and provides a series of resources to support the functions of video dataset management, query and video file streaming, so as to meet the requirements of publishing the video datasets created by SuperMap iDesktopX and used by SuperMap iClient. Meet the needs of the whole process of video data visualization.

Use the Data Service

SuperMap iServer uses REST-Data Service to manage and query video data. At present, data service supports viewing, deleting, and modifying video datasets and video features, and supports query modes such as BOUNDS, SQL, and ID.

Application scenario

You can obtain the specified video in the video dataset through the query for loading in the client such as SuperMap iClient, which is suitable for the scene where the video is delivered on demand according to the attributes such as the specified spatial bound or the specified time.

Operation steps

You can use the REST-Data Service with video datasets through the REST API. For specific methods, please refer to features, feature and featureResults.

Precautions

Use the Video Stream Service

SuperMap iServer supports publishing the video dataset imported with local video files as REST-Video Stream Service, so that SuperMap iClient can load online video streams.

At present, SuperMap iServer only supports streaming video files in *.mp4 format to Online video streams in HLS(m3u8) protocol. The online video stream access address is:
http://{ip}:{port}/iserver/services/{videoStreamServiceName}/hls/stream/{datasetName}/{videoFeatureId}/{videoStreamName}

Among,

Precautions

Related topics