I'm using Django to point to the mp3 files in the media folder like this:
<audio controls autoplay preload=auto controlsList="nodownload" id="audioPlayer">
<source src="../media/{{ article.sound }}" type="audio/mpeg">
Your browser does not support the audio element.
</audio>
I have no issue in the web browser, but when I use Safari on my iPhone it shows "live broadcast" instead of the standard interface with timeline. The same question was asked 8 years ago, but I don't understand how I should solve the problem. Also, 8 years is a long time in this context.