NO-ob / LoliSnatcher_Droid

A booru client with support for batch downloading
GNU Affero General Public License v3.0
396 stars 26 forks source link

4k videos do not load, stuck on the timer #236

Open Ormm123 opened 11 months ago

Ormm123 commented 11 months ago

4k+ videos seem to be permanently stuck on buffering, I've reached 1000+ seconds of waiting, 1080p works perfectly Tested sites: e621, r34, Hydrus, realbooru Tested devices: Moto G60, Lenovo TB310FU Tested android versions: 12, 13 Snatcher version: 2.3.3 (183) on both devices Connection methods: wifi 2.4, wifi 5, on automatic and separated bands, mobile data, no difference

Ormm123 commented 11 months ago

I should add that the issue persisted in earlier versions as well, but as time goes on more people upload in 4k, so the problem appears more frequently

NANI-SORE commented 11 months ago

That's a problem related to how exoplayer handles high resolution videos on low-to-mid spec devices (it just refuses to play the video), it doesn't even report that there is a problem and app just waits endlessly for the result, that's why it never goes past "Buffering" phase or throws an error.

I'll leave this issue open, because we'll possibly move to media_kit for video handling in the future and maybe there this won't be an issue