我想在后台添加音乐自动播放,因为它是一个在线广播电台,但是当我尝试做-
<audio controls>
<source src="horse.ogg" type="audio/ogg">
<source src="horse.mp3" type="audio/mpeg">
Your browser does not support the audio element.
</audio>
-ECT它仅支持mp3文件,不支持网址,因为我需要将此http://eu10.fastcast4u.com:2470/;?type=http&nocache=1575820709链接到我的音乐正在播放的位置到我的网站? anyhelp(我不想让HTML5 Player在后台播放)