I have this scenario:
<audio id="audio1" controls>
<source src="http://stream?type=.mp3"type="audio/mp3" />
</audio><br />
<audio id="audio2" controls>
<source src="http://stream?type=.mp3"type="audio/mp3" />
</audio><br />
If you play you both play at the same time. How to set to play one at a time.