Piped
Piped copied to clipboard
10 second scroll on double tap player
This comes at the cost of double tap to fullscreen, i guess we could override the the shaka player logic and make and edge case for mobile devices, like here: https://github.com/google/shaka-player/commit/cf5d893d6ff3dc43da89131570debc30348a1437
But then again, double tap to fullscreen is a lot less used than double tap to 10 sec forward/backward, so i guess it works for now
I really want to use https://github.com/google/shaka-player/pull/3373 instead.
Like integrate this feature using shaka player api? Or do you want to have this feature integrated into the shaka player repo?
I'm interested in the PR in shaka-player (linked above), that adds native support for this. I want to avoid additional code here if possible.
Ohh, well it depends on them if they want to merge that feature. I will have time next weekend, might be able to do that.
https://github.com/shaka-project/shaka-player/pull/5943