added a link if stream doesnt work in chrome browser

This commit is contained in:
anglk 2020-06-27 15:41:19 +02:00
parent 3fdef888e8
commit b1584d173b

View File

@ -5,7 +5,8 @@ lang: en
date: 2017-04-09
<span class="stream">
<audio id="player" preload="none" src="http://w-i-t-m.net:8001/nightnoises"> </audio>
<audio id="player" preload="none" src="http://w-i-t-m.net:8001/nightnoises"> </audio><br>
if the stream doesn't work try this <a href="http://w-i-t-m.net:8001/nightnoises">link</a>
<div>
<button class="stream-button" onclick="document.getElementById('player').play()">Play</button>
<button class="stream-button" onclick="document.getElementById('player').pause();document.getElementById('player').src=document.getElementById('player').src;">Stop</button>