You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/guides/options.md
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -247,6 +247,18 @@ Learn more about [languages in Video.js][languages]
247
247
248
248
> **Note**: Generally, this option is not needed and it would be better to pass your custom languages to `videojs.addLanguage()`, so they are available in all players!
249
249
250
+
### `liveui`
251
+
252
+
> Type: `boolean`
253
+
> Default: `false`
254
+
255
+
Allows the player to use the new live ui that includes:
256
+
* A progress bar for seeking within the live window
257
+
* A button that can be clicked to seek to the live edge with a circle indicating if you are at the live edge or not.
258
+
259
+
Without this option the progress bar will be hidden and in its place will be text that indicates `LIVE` playback. There will be no progress control
260
+
and you will not be able click the text to seek to the live edge. `liveui` will default to `true` in a future version!
0 commit comments