I am using react native trackplayer for audio playback in my app. I am streaming songs in my app from the appwrite storage bucket. Everything works fine with .mp3 files but it has problems with the .wav files. So I looked inside the bucket to see whats wrong. When I try to open .wav via the from appwrite provided url the browser actually does not interpret the file as an audio file and is displaying the content as raw binary txt. I assume the trackplayer is doing the same thing so that is why it is having problems. I do not want to need to download the file first so how can I get around this problem? here is what the browser displays after accessing the url:
this is in the response header:
I can confirm. I face the same issue. Do you can create a GitHub issue for this?
just created one: https://github.com/appwrite/appwrite/issues/8829
Recommended threads
- is `account.get()` safe to be used in th...
I want to user's `id` for authentication. However, a while ago I was told in this server not to use `account.get()` and instead add user preferences for that us...
- Appwrite console is too heavy
The Appwrite console is too heavy And all of my services broken Any support , please
- Cloud function deploy stucks in processi...
Been trying for the last hours to deploy my function but for whatever reason, alwasy stuck on processing!