Stremio / stremio-shell

🐚 Qt5-based shell for Stremio; compile this to run the desktop app
GNU General Public License v3.0
522 stars 114 forks source link

[Bug] Playback controls freeze/autohide upon network buffering #394

Open TheAjaykrishnanR opened 4 months ago

TheAjaykrishnanR commented 4 months ago

Platform: Windows Desktop

The playback controls (play, pause, etc) hide when data is being streamed over the internet. Ideally the UI elements should be asynchronous to network read and writes but it seems it isnt. As a result if you accidentally click play on a video having low seeds or slow internet, you cant actually pause or do anything else other than be at the mercy of the network to time yourself at the perfect moment for the video to start playing and activate the UI element so that you can hit stop.