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
I have searched the issue tracker for open and closed issues that are similar to the feature request I want to file, without success.
I have searched the documentation for information that matches the description of the feature request I want to file, without success.
This issue contains only one feature request.
Problem Description
Sponsorblocks are buffered, and it's a problem because when the said segment is being skipped, i have to wait another buffering time because it preffered to buffer a segment that i wouldn't watch anymay.
Proposed Solution
I'm not a technical person, so i don't know.
Alternatives Considered
I'm not a technical person, so i don't know.
Issue Labels
improvement to existing feature
Additional Information
No response
The text was updated successfully, but these errors were encountered:
I don't think any video player gives you that level of control, especially as most sponsor block segments are probably shorter than a segment of video, so it would need to be downloaded anyway if you want the stuff that is before and after the sponsor block segment to play
maybe if we patched the player dependency itself we could find some way of modifying it's internal segment list, but then we would also need to make sure that it can cope with sections of audio and video allegedly not existing.
Also don't forget that players tend to request multiple segments of audio and video at the same time, if the connection is good enough, so by doing those changes instead of doing one request for segments 1-4, we would have to do one request for segment 1 and a second request for segments 3 and 4, at which point the added overhead probably outweighs any benefit you would get
Guidelines
Problem Description
Sponsorblocks are buffered, and it's a problem because when the said segment is being skipped, i have to wait another buffering time because it preffered to buffer a segment that i wouldn't watch anymay.
Proposed Solution
I'm not a technical person, so i don't know.
Alternatives Considered
I'm not a technical person, so i don't know.
Issue Labels
improvement to existing feature
Additional Information
No response
The text was updated successfully, but these errors were encountered: