Appian Video Streaming Servlet

Overview

Use to support streaming of Appian video documents on mobile browsers.

Key Features & Functionality

Servlet that will stream an Appian document:

a!videoField(
  label: "Servlet",
    videos: a!webVideo(
       source: "https://tasking.appianci.net/suite/plugins/servlet/doc?id=" & document(ri!video, "id")
    )
  )

Anonymous