Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Skip part of the video #5458

Open
thumaman opened this issue Apr 12, 2024 · 5 comments
Open

Skip part of the video #5458

thumaman opened this issue Apr 12, 2024 · 5 comments
Labels
Type: Feature ⚙ Request or idea for a new feature.

Comments

@thumaman
Copy link

thumaman commented Apr 12, 2024

Is there a feature to skip/rewind 5 or 10 seconds of the video, like in youtube for example?

I saw that there is a rewind and fast-forward option, but is there any event that triggers when the buttons are triggered?

I think it would be a valuable feature to have :)

@thumaman thumaman added the Type: Feature ⚙ Request or idea for a new feature. label Apr 12, 2024
@David-Moreira
Copy link
Contributor

I'm not super familiar with the video extension but I can chime in with some observations, @stsrki might complement later,

There's this example with jump to 20s
https://bootstrapdemo.blazorise.com/tests/video
https://github.com/Megabit/Blazorise/blob/master/Demos/Blazorise.Demo/Pages/Tests/VideoPage.razor

On our docs you can tell there's a controls list
https://blazorise.com/docs/extensions/video
image
image

Have you tried these yet?

@thumaman
Copy link
Author

Yes those worked, thank you, but now I want to catch the event when user presses fast-forward or rewind.

@David-Moreira
Copy link
Contributor

I don't think there's an event for that.
We could consider improving on contextual events. @stsrki

Only workaround I can think off for now, is that you could probably implement your own buttons that do these operations. Downside is that these would live outside the video player I guess.

@stsrki
Copy link
Collaborator

stsrki commented Apr 12, 2024

I don't think we have the events specific for fast-forwarding and rewinding. You might experiment with

  • Progress
  • TimeUpdate
  • Seeking

@stsrki
Copy link
Collaborator

stsrki commented Apr 12, 2024

PS. in the long run, we plan to migrate to the newest video component library. #4914

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Feature ⚙ Request or idea for a new feature.
Projects
None yet
Development

No branches or pull requests

3 participants