Rank 3: Container
What is the best way to play audio files that have been put into bucket?
Votes
0
Replies
11
Participants
Unknown
Messages
12
Rank 3: Container
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
Rank 3: Container
When I try to get that url its just text when it runs
Rank 3: Container
Yup, remove the &mode=admin
Rank 3: Container
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?
Rank 3: Container
audio/x-wav
Hmm we don't support that format: https://github.com/appwrite/appwrite/blob/master/app/config/storage/mimes.php
Rank 3: Container
Awesome thank you will just convert everything!
Rank 3: Container
[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