-
-
Notifications
You must be signed in to change notification settings - Fork 315
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
current time and duration blinking #175
Comments
@bobyper is this audio-video, video-only? both? audio-only? |
i tested audio-video |
@bobyper I cannot reproduce this on Ubuntu 16.04 with Firefox 56. What browser. operating system, video.js versions? |
windows - Firefox 56.0.2 and Chrome 61 The issue is caused from time format. Before start record current time and duration is showing as start record -> current time is formatted as reocrd 15 seconds and stop. Current time and duration is showing as 00:15 / 0:15 now duration of recorded stream is 0:15 but maxLength from recorder settings is 10:00 Sometimes time is formatted as this cause current time and duration shifting and blinking during next records |
I fixed this issue. Line 2792 version 2.0.2, function playbackTimeUpdate() changed to setCurrentTime only in playback, not in record |
That sounds reasonable, thanks for the research @bobyper. Can you make a pull request so this fix can be properly accredited to you? |
Check.
Yep.
I see this as well now, thanks for the details. This is a bug. And I also see the blinking bug now: simply make another recording and it starts shifting. I'll take a look if your suggestion fixes it for all cases. |
@bobyper I committed a fix to master, can you see if that one helps? |
Working fine for me. Good job! |
thanks for the feedback. |
Description
for version 2.0.0
if duration time is greater than 9 minutes, for example 10 minutes, during second and every next record, current time and duration is blinking weird
Steps to reproduce
set maxLength: 600
make short record for example 5 seconds
make another record and watch into current time and duration
The text was updated successfully, but these errors were encountered: