How can I override the seek time when the user presses the left or right arrow keys? #1068
Answered
by
mihar-22
farhadibehnamdev
asked this question in
Q&A
|
I am currently working on a project using Next.js v14.0.4, and I have integrated the Vidstack audio player. By default, the seek time when a user uses arrow keys is set at +5 and -5. However, I need to modify this functionality to make the seek time move by only 1 second instead. |
Answered by
mihar-22
Dec 30, 2023
Replies: 2 comments 1 reply
|
It can't be changed on the Default Layout at the moment. We can look at exposing it. Your other option is to look at building a custom layout and configuring the |
0 replies
|
Could you please provide an example of how to create a custom layout for configuring TimeSlider? |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Go through the docs and check out our examples. You don't need to ping me at the end of each message btw :)