streamscapes/web/streams.html

40 lines
769 B
HTML
Executable File

<!DOCTYPE html>
<html>
<head>
</head>
<body>
<div id="players">
<h1>STREAM PLAYBACK CENTER</h1>
<div class="player">
<h2>STREAMING NODE 01</h2>
<audio src="http://stream.kiben.net:8800/node01.opus" controls></audio>
</div>
<br/>
<div class="player">
<h2>STREAMING NODE 02</h2>
<audio src="http://stream.kiben.net:8800/node02.opus" controls></audio>
</div>
<br/>
<div class="player">
<h2>STREAMING NODE 03</h2>
<audio src="http://stream.kiben.net:8800/node03.opus" controls></audio>
</div>
<br/>
<div class="player">
<h2>STREAMING NODE 04</h2>
<audio src="http://stream.kiben.net:8800/node04.opus" controls></audio>
</div>
<br/>
</div>
</body>
</html>