-
Notifications
You must be signed in to change notification settings - Fork 886
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
[Bug]: Video starts playing from the beginning when the format is changed #2365
Comments
This comment was marked as outdated.
This comment was marked as outdated.
Timestamps from your history now populate into the videojs player before it loads. There are still issues with changing formats. This is related to #8 and FreeTubeApp#2365.
When the ft-video-player component loads, it is passed the time stamp from history before it is even initialized. Also, added a prop to pass back the the currentTime from the video element and save that in history. This should prevent the issue where the time stamp doesn't populate until videojs loads. It should also resolve some race conditions having to do with changing formats by removing code with arbitrary wait times in favor of observable properties. This is related to #8 and FreeTubeApp#2365.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This issue is stale because it has been open 28 days with no activity. Remove stale label or comment or this will be closed in 7 days. |
This issue is stale because it has been open 28 days with no activity. Remove stale label or comment or this will be closed in 7 days. |
This issue is stale because it has been open 28 days with no activity. Remove stale label or comment or this will be closed in 7 days. |
This issue is stale because it has been open 28 days with no activity. Remove stale label or comment or this will be closed in 7 days. |
Maybe hidden inside the "This issue is stale because it has been open 28 days with no activity. Remove stale label or comment or this will be closed in 7 days." spam (maybe create a label e.g. on a 30min video, after 50s transition "just works". |
That will be included yes. Im working on improving our labeling system, processes and flow |
Let me know if you need specific help 👍 |
This issue is stale because it has been open 28 days with no activity. Remove stale label or comment or this will be closed in 7 days. |
This issue is stale because it has been open 28 days with no activity. Remove stale label or comment or this will be closed in 7 days. |
This issue is stale because it has been open 28 days with no activity. Remove stale label or comment or this will be closed in 7 days. |
Guidelines
Describe the bug
The video will load for a while but then instead of it playing from the position it was at when you changed formats it will start playing from the beginning.
Expected Behavior
When the format is changed under the video player, it should continue on from the position it was at before you changed the format.
Issue Labels
content not loading, inconsistent behavior, race condition
FreeTube Version
v0.16.0, 0.17.0 RC+
Operating System Version
Windows 10
Installation Method
Portable
Primary API used
Local API
Last Known Working FreeTube Version (If Any)
n/a
Additional Information
No response
Nightly Build
The text was updated successfully, but these errors were encountered: