Alexander

Results 9 comments of Alexander

Hello! Can you please share your code of adaptation?

Hello! Thanks for reply. I realized that if i combine drums/bass/other - I'll get track that quality is ok, but if I listen only "other" it sounds a little blurry,...

This is the real problem. I have same with aws, but not only aws itself, but any S3-like storage. what does code 4 means atleast? @ryanheise

@ryanheise is there any caching behind setUrl? I see this error not for the first time I download some file, but after a while, when I trying to download it...

No, I mean that error described above occurs after some time, even if I create new AudioPlayer instance everytime. So its like: 1 get presigned url from server; 2 Create...

@ryanheise Yes, it expires in 700 seconds. For anyone who want to solve this problem - just add updating url argument. For example https://download.mp3?version=1 @Abo-ghazalla Just increment version before any...

In my case, setUrl uses my server url which looks like https://server.com/download?file=file But inside server just create presigned url and return 301 redirect. And there is no problem in expiration,...

@miguelpruivo what about making this optional, to use Intent.ACTION_OPEN_DOCUMENT or Intent.ACTION_GET_CONTENT?