I’m trying to use an audio tag to play an audio but I can’t make it work for the life of me, what am I doing wrong? (I can’t use [sound:file.mp3]
for this usecase).
The console says ´Client disconnected while serving /jack.mp3´
jack.mp3
is exactly how the file is called on /collection.media
<audio controls>
<source src="jack.mp3" type="audio/mp3">
Your browser does not support the audio element.
</audio>
[sound:jack.mp3]
{{Front}}
Now regarding the audio problem, still no luck. When I access the file directly via Anki’s URL, it works, so the file is not missing (the attachment is an image of it playing on the browser via the anki server URL). 1. I even tried to use this URL on the audio tag directly, but got the same result.
Could anyone help me?