diff --git a/public/index.html b/public/index.html index 5a0b6790b18d935bac9bc6cb0743580ba9e3736b..c68a1e113913ae540524117be745ed587d36ec31 100644 --- a/public/index.html +++ b/public/index.html @@ -37,8 +37,7 @@ <p>Um diesen Stream in VLC zu öffnen, nutze die folgende Netzwerkadresse:</p> <p><code id="urlStream">unset</code></p> <h4>Nur-Audio-Stream</h4> - <audio controls> - <source src="https://hls1.stream.kif.rocks:8443/newname" type="audio/mpeg"> + <audio id="audioPlayer" controls> </audio> <p>Um den Audiostream in VLC zu öffnen, nutze die folgende Netzwerkadresse:</p> <p><code id="urlAudio">unset</code></p> @@ -71,6 +70,7 @@ $('#streamtitle').html('#' + streamName + ' (Mirror: ' + mirror + ')'); $('#urlStream').html(streamURL); $('#urlAudio').html(audioURL); + $('#audioPlayer').html('<source src="' + audioURL + '" type="audio/mpeg">'); function getClapprPlayer() { return new Clappr.Player({