forked from varia/varia.website
improved sentense for broken stream
This commit is contained in:
parent
0af4023168
commit
ce0debfc5c
@ -6,7 +6,7 @@ date: 2017-04-09
|
|||||||
|
|
||||||
<span class="stream">
|
<span class="stream">
|
||||||
<audio id="player" preload="none" src="http://w-i-t-m.net:8001/nightnoises"> </audio><br>
|
<audio id="player" preload="none" src="http://w-i-t-m.net:8001/nightnoises"> </audio><br>
|
||||||
Press play and if it doesn't work try this <a href="http://w-i-t-m.net:8001/nightnoises" target="external">link</a>
|
Press play (best FireFox) and if it doesn't work try this <a href="http://w-i-t-m.net:8001/nightnoises" target="external">link</a>
|
||||||
<div>
|
<div>
|
||||||
<button class="stream-button" onclick="document.getElementById('player').play()">Play</button>
|
<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>
|
<button class="stream-button" onclick="document.getElementById('player').pause();document.getElementById('player').src=document.getElementById('player').src;">Stop</button>
|
||||||
|
Loading…
Reference in New Issue
Block a user