mirror of
https://github.com/blakeblackshear/frigate.git
synced 2024-11-21 19:07:46 +01:00
Add 16x Playback rate to VideoPlayer.jsx
This commit is contained in:
parent
4e8ce28948
commit
f512df44c1
@ -8,7 +8,7 @@ import 'videojs-seek-buttons/dist/videojs-seek-buttons.css';
|
|||||||
|
|
||||||
const defaultOptions = {
|
const defaultOptions = {
|
||||||
controls: true,
|
controls: true,
|
||||||
playbackRates: [0.5, 1, 2, 4, 8],
|
playbackRates: [0.5, 1, 2, 4, 8, 16],
|
||||||
fluid: true,
|
fluid: true,
|
||||||
};
|
};
|
||||||
const defaultSeekOptions = {
|
const defaultSeekOptions = {
|
||||||
|
Loading…
Reference in New Issue
Block a user