-
Notifications
You must be signed in to change notification settings - Fork 52
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
Issue with video seekable only as a multiplier of 20 seconds #10
Comments
related #8 |
chorme 59 EBML added MaxBlockAdditionID AlphaMode
I think this issue has caused... |
Sadly issue still occurs - when I record over 1 minute of video I could seek in first part but then after time of video it still playing "lost" part, and I couldn't seek if record is shorter than even 30 seconds. |
Yeah, I get the same issue with the video sometimes having a "lost" part that plays after the listed duration is reached. (I don't have the issue of being unable to seek for <30s videos, though) Anyway, my program was in Electron, so I opted to just use ffmpeg for the add-seekability task. (
It's nice that a library like |
Hello,
I'm developing solution which is capturing video from Canvas with usage of Media Recorder API.
Due to files produced by it are not seekable, I have tried to use your solution to resolve my issues.
It is working and made seekable files but on Chrome in version 60 I have experienced that time of video is only set as multiplier of 20 seconds. If I made 13 seconds record in VLC video is unseekable (on bar 0 is shown), and if I made 25 seconds video, time is set only to 20 seconds. In VLC when it play 20 seconds it is always playing rest 5 seconds but they are unseekable.
It doesn't matter which codec I use (vp8/vp9) it always generate me the same issue.
Do you have maybe any idea what could happen ?
The text was updated successfully, but these errors were encountered: