You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This seems to be showing the correct progress but the thing is: player.currentTime and player.duration are only updated once every second. Which is not really what i wanted as it gives me major stuttering of playback progress.
Is there any way to speed it up a bit or am i doing something (else) wrong?
Btw, i'm using the ng-style so it also works properly in IE11
The text was updated successfully, but these errors were encountered:
Hi all,
I'm trying to use this player to play some stuff and its mostly short material. Now i'm using an progress bar to show playback position like so:
This seems to be showing the correct progress but the thing is: player.currentTime and player.duration are only updated once every second. Which is not really what i wanted as it gives me major stuttering of playback progress.
Is there any way to speed it up a bit or am i doing something (else) wrong?
Btw, i'm using the ng-style so it also works properly in IE11
The text was updated successfully, but these errors were encountered: