lbryio / lbry-desktop

A browser and wallet for LBRY, the decentralized, user-controlled content marketplace.
https://lbry.tech
MIT License
3.57k stars 415 forks source link

Finer and Greater Video Speed Control #7551

Open AnotherNeko opened 2 years ago

AnotherNeko commented 2 years ago

Is your feature request related to a problem? Please describe. The Video Speed Controller extension available on browsers (any chromium that allows installing extensions, also Firefox) allows changing the video speed between 0.07x and 10x speed. I am annoyed that the extension does not currently work on the LBRY desktop app, which seems to be using Electron.

Describe the solution you'd like There are a few solutions that would make me happy:

Describe alternatives you've considered

Additional context Add any other context or screenshots about the feature request here. <- wait I can put screenshots in? how? it's not in the edit bar...

xynydev commented 2 years ago

Don't think using a chromium extension would be the right solution, the speed controls could probably be implemented in the custom html5 player the application uses. Though allowing for any user to use any chromium extension on the desktop app would be pretty cool, my mind immediately jumps to the implications on application security it would have.

Your best bets for now would probably be either using Odysee, or downloading the videos locally and using a video player which allows playback of videos at different speeds such as mpv, vlc or even your web browser.