
Plug-in (Function & Smart Service)Free
Appian Video Streaming Servlet
by Michael Chirlin (michael.chirlin)
Description
Use to support streaming of appian video documents on mobile browsers.
Features
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") ) )
Release notes
Use to support streaming of appian video documents on mobile browsers.
Example:
a!videoField(
label: "Servlet",
videos: a!webVideo(
source: "https://tasking.appianci.net/suite/plugins/servlet/doc?id=" & document(ri!video, "id")
)
)