mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-02 17:25:22 +03:00
Add 16x Playback rate to VideoPlayer.jsx
This commit is contained in:
parent
6808ba1b3b
commit
71d9200b5f
@ -8,7 +8,7 @@ import 'videojs-seek-buttons/dist/videojs-seek-buttons.css';
|
||||
|
||||
const defaultOptions = {
|
||||
controls: true,
|
||||
playbackRates: [0.5, 1, 2, 4, 8],
|
||||
playbackRates: [0.5, 1, 2, 4, 8, 16],
|
||||
fluid: true,
|
||||
};
|
||||
const defaultSeekOptions = {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user