Paella Player 8 - URL Parameters
The player support different URL parameters to modify the behaviour or the target event.
| Parameter | Example | Description |
|---|---|---|
| id | SOME-ID |
Video Id to play |
| time | 10m20s |
Seeks initially automatically to a specified time |
| trimming | 1m2s;10m |
Apply a soft trimming to the video |
| logLevel | DEBUG |
Configure the logging system to show only the log messages at or above a certain level |
id
Video Id to play
time
Seeks initially automatically to a specified time. automatically plays the video from the specified time on
Possible values
- Hours (with value
X), minutes (with valueY) and seconds (with valueZ)XhYmZs
- Minutes (with value
Y) and seconds (with valueZ)YmZs
- Minutes (with value
Y) onlyYm
- Seconds (with value
Z) onlyZs
Default value: -
trimming
Apply a soft trimming to the video. The result is that the user will only be able to view the specified video chunk. Useful to put links to parts of the video.
Possible values
<start time>;<end time>
The separator between <start time> and <end time> must be a semicolon ;
Time in XhYmZs format:
- Hours (with value
X), minutes (with valueY) and seconds (with valueZ)XhYmZs
- Minutes (with value
Y) and seconds (with valueZ)YmZs
- Minutes (with value
Y) onlyYm
- Seconds (with value
Z) onlyZs
Default value: -
logLevel
The log level parameter allows developers to configure the logging system to show only the log messages at or above a certain level.
Possible values
ERRORWARNINFODEBUGVERBOSE
Default value: defined in config.json file
Example
http://YOUR.SERVER/paella8/ui/watch.html?id=SOME-ID&time=3m30s