You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am writing my own app for my own mediaserver stack and I noticed that stuff started crashing with downloaded files.
Then I looked at your implementation in findroid and saw this.
Maybe it might be a good idea to mention that in this repo somewhere? I'm doing it pretty differently from you (and probably not in a good way) in my app so this seems like a thing that just kinda happens regardless of exact implementation.
Ideally I just want to remove the delay code in Findroid. That's why I never documented it.
I just tested it again and I cannot reproduce the crash with the delay code gone 🤔
I really don't feel like building this thing but on the last release it did yeah. Even with a delay it still does on slower devices for some reason. Haven't really gotten around to find a better workaround or whatever
I am writing my own app for my own mediaserver stack and I noticed that stuff started crashing with downloaded files.
Then I looked at your implementation in findroid and saw this.
Maybe it might be a good idea to mention that in this repo somewhere? I'm doing it pretty differently from you (and probably not in a good way) in my app so this seems like a thing that just kinda happens regardless of exact implementation.
My implementation for reference https://github.com/Vodes/Styx-2m/blob/d5e82718f698a417a2143dc9edf6c275f272244c/styx2m/src/androidMain/kotlin/moe/styx/styx2m/player/MediaPlayer.android.kt#L193-L213
The text was updated successfully, but these errors were encountered: