From dde93065dfa6b65f31645ece4a376432e1f0b38c Mon Sep 17 00:00:00 2001 From: bp2008 Date: Sat, 29 Jul 2023 10:52:06 -0600 Subject: [PATCH] Version 251: * The "timeline=" URL parameter can now accept a negative number of milliseconds to offset from "live". * The "timeline=" URL parameter can now accept a date string in any format parseable by JavaScript, to make it easier for users to do manual entry or interoprate with other applications. * Added "pause=1" URL parameter to allow clip or timeline video to start in the paused state. It is currently not possible to start live video paused. --- ui3.htm | 2 +- ui3/help/help.html | 20 +++++++++++++++++--- ui3/ui3.js | 37 +++++++++++++++++++++++++++++++++---- 3 files changed, 51 insertions(+), 8 deletions(-) diff --git a/ui3.htm b/ui3.htm index 018b266..662ad52 100644 --- a/ui3.htm +++ b/ui3.htm @@ -88,7 +88,7 @@ };