From f512df44c1177053d77d0e38b94031831dbba8d3 Mon Sep 17 00:00:00 2001 From: Carlos Gustavo Sarmiento Date: Mon, 2 May 2022 15:07:20 -0500 Subject: [PATCH] Add 16x Playback rate to VideoPlayer.jsx --- web/src/components/VideoPlayer.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/components/VideoPlayer.jsx b/web/src/components/VideoPlayer.jsx index 24ba747b5..55ca3b212 100644 --- a/web/src/components/VideoPlayer.jsx +++ b/web/src/components/VideoPlayer.jsx @@ -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 = {