gpt4 book ai didi

html - 2个具有不同SRC的音频元素播放同一文件

转载 作者:行者123 更新时间:2023-12-03 02:04:00 26 4
gpt4 key购买 nike

我正在使用SHOUTcast广播多个广播流。由于某些原因,当单个页面上存在两个音频元素时,尽管它们不同,但两者都播放相同的源。

请看截图:http://screencast.com/t/0ZQ8XOKq

===

我不明白这一点。

最佳答案

不太确定有什么区别,但是我能够使用此代码来工作。

<!DOCTYPE html>
<html>
<body>

<audio controls id="1">
<source src="http://live.soundcheck.xyz:8000/scur" type="audio/mp3">
Your browser does not support the audio element.
</audio>
<audio controls id="2">
<source src="http://live.soundcheck.xyz:8000/r&b" type="audio/mp3">
Your browser does not support the audio element.
</audio>

</body>
</html>

关于html - 2个具有不同SRC的音频元素播放同一文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29082015/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com