Theodul Pass Player - URL Parameters
URL Parameters
- time
- Possible values
- Minutes (with value
X
) and seconds (with value Y
)
- Minutes (with value
X
) only
- Seconds (with value
Y
) only
- Default value
- Description
- Seeks intially automatically to a specified time
- automatically plays the video from the specified time on
- autoplay
- Possible values
- Default value
- Description
- Automatically starts playing the video after a short delay
- quality
- Possible values
- Default value
- Description
- Sets a video quality if the video has been encoded in multiple
qualities
- mode
- Possible values
- Default value
- Description
- Sets the player mode manually
- browser
- Possible values
- Default value
- Description
- If your browser is not supported, try the new player with this flag activated
overwrites filtering for supported browsers with parameter set to
all
Example
http://YOUR.SERVER:8080/engage/theodul/ui/core.html?id=SOME-ID&time=3m30s
Developer URL Parameters
- debug
- Possible values
- Default value
- Description
- prints debug output to the developer console
- debugEvents
- Possible values
- Default value
- Description
- Prints debug output to the developer console when an event occurs
- format
- Possible Values
hls
: Apple HTTP Live Streaming
dash
: MPEG DASH
rtmp
: Adobe RTMP (Flash)
mp4
: MP4 videos (no streaming)
webm
: WebM videos (no streaming)
audio
: audio only (no streaming)
default
: reset to defaults
- Default value
- Description
- sets the preferred (streaming) format
- if not available, the defaults will be selected
- the value is permanently stored for the browser in the local storage
Example
http://YOUR.SERVER:8080/engage/theodul/ui/core.html?id=SOME-ID&debug=true&debugEvents=true