videogular / videogular2

The HTML5 video player for Angular 2
https://videogular.github.io/videogular2-showroom/#/
MIT License
670 stars 211 forks source link

Disable forward seeking #875

Open javidsapand opened 4 years ago

javidsapand commented 4 years ago

Hi, Currently i'm working on a project which requires videos/audios not to be seeked forward. Is there any way to disable listening to seek event or to disable firing seek event.

javidsapand commented 4 years ago

@sliceofbytes Anyone responsible here for issues

chandelshashank commented 3 years ago

@javidsapand Did you find the solution yet? I am also looking for the solution.

brow1726 commented 3 years ago

You could probably subscribe to the event and set media player time to what it was on click. Check the subscriptions in the MediaApi