Enabling Video Playback

For any publication that is required to support video playback, the publication web.xml file must include the following servlet declaration:

<servlet>
  <servlet-name>mediaInfoServlet</servlet-name>
  <servlet-class>com.escenic.framework.servlet.MediaInfoServlet</servlet-class>
</servlet>