What is the best way to play audio files that have been put into bucket?
I'd say grab the url of the view file endpoint and put that into your media player
When I try to get that url its just text when it runs
Yup, remove the &mode=admin
What media player should I use as when I try this I get this error DOMException: The element has no supported sources.
What's the mime/file type when you look at the file in Appwrite?
audio/x-wav
Hmm we don't support that format: https://github.com/appwrite/appwrite/blob/master/app/config/storage/mimes.php
Awesome thank you will just convert everything!
[Solved] Audio files in Storage
You could also create a feature request
Audio/wav makes sense to add. I'm not sure what x-wav is
Recommended threads
- Problem with Google Workspace at DNS Rec...
Hello, I bought a domain at Namecheap, and Google Workspace used to work there, but now that I switched from Custom DNS to Appwrite's nameservers, it doesn't w...
- change role of a team member in Appwrite
It's not possible to add/change roles of a team meber in Appwrite Frontend. When you click on a member of a team you get forwarded to the configuration page of ...
- Session not found. Please run appwrite l...
I have encounter an issue with appwrite CLI They asking for a login session but in the doc, it’s mention that only setup client with endpoint / api key is enou...