19 lines
613 B
HTML
19 lines
613 B
HTML
<figure class="stream">
|
||
<div class="status-player">
|
||
<p id="on"></p>
|
||
<audio controls>
|
||
<source src="https://id-libre.org/live/stream.ogg" type="audio/ogg">
|
||
<source src="https://id-libre.org/live/stream.mp3" type="audio/mp3">
|
||
<p>Your browser does not support the <code>audio</code> element.</p>
|
||
</audio>
|
||
</div>
|
||
<figcaption>
|
||
<p>
|
||
Écouter le flux (s'il est « on »).
|
||
Pour utiliser ton propre client :
|
||
<a href="https://id-libre.org/live/stream.ogg">OGG</a>
|
||
<a href="https://id-libre.org/live/stream.mp3">MP3</a>
|
||
</p>
|
||
</figcaption>
|
||
</figure>
|