absidue
absidue
The way our mouse volume/skip scrolling currently works is by using hardcoded jumps for each event, so one event equals: - 5% volume - default skip interval * playback rate...
@PikachuEXE Did you get the invalid int32 error on the latest commit on this branch? If not it was likely already solved by https://github.com/FreeTubeApp/FreeTube/commit/89bd0c87dde1bd1a40a692c46038ebf6b2517213
As for the error in this comment (https://github.com/FreeTubeApp/FreeTube/pull/7145#issuecomment-2812076433), please expand the shaka-player data array and the FreeTube data objects before taking a screenshot. HTTP_ERROR is a wrapper, so without the...
I can't reproduce the int32 error but I've now added logging for the data when the protobuf encoding fails, which should hopefully help us identify which field contains a decimal...
Locking for the moment to limit the conversation to maintainers, to avoid off-topic comments like the one with screenshots that have nothing to do with this pull request.
Looks like it's the same issue as @efb4f5ff-1298-471a-8973-3d47447115dc's second video, the `bufferedRanges[1].endSegmentIndex` is `null`. Not sure how we could solve it without coming up with a different approach for working...
Superseded by #8047
I know this pull request is still in draft state, but I think I have a different understanding of the feature request, so I wanted to mention it now, so...
Handling it in Watch.js sounds like the best solution, you don't even need to change the logic in `handleVideoEnded` (only thing needed there would be to cancel the timeout), as...
Thanks GitHub for duplicating the comment lol.