media-access-proxy

Purpose

Defines the location the Media Access Proxy web application.

Contained by

Attributes

Attribute Description Type Default Options Use
base-url The path to the MAP web application. xs:anyURI none    required 
mode MAP and MCS are able to run in two modes: 'map' and 'ics'. In 'map' mode, MCS and MAP use a database to manage the mapping between the description of a media resource and its unique id, which is used to construct the URI of the resource. In 'ics' mode, MCS and MAP handle image resources using ICS native URLs. Please note that audio and video resources are always handled using the descriptor store. xs:anyURI map  map, ics  optional 
prefetch-base-url The URL to the pre-fetch service. Refer to Configuring MAP in the MAP Installation & Administration Guide for further information. xs:anyURI http://host:port/prefetch    optional 

Example

<media-access-proxy
  base-url="http://localhost:8080/map"
  prefetch-base-url="http://localhost:8080/prefetch"
  mode="map"/>

Related topics