forked from server/soundboard
Revert "Add buttons for soccer world championship 2018"
This reverts commit 834966bbe88b28a6f8fbf49a680e8857b79b6cda.
This commit is contained in:
parent
0e05cedc8f
commit
6d36a62e18
@ -262,11 +262,3 @@ function killAllAudio() {
|
|||||||
ajaxRequest("/?killvideo=yes");
|
ajaxRequest("/?killvideo=yes");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
function wm2018(channel) {
|
|
||||||
if (channel === "ard") {
|
|
||||||
ajaxRequest("/?video="+encodeURI("https://www.ardmediathek.de/tv/live?kanal=208"));
|
|
||||||
} else if (channel === "zdf") {
|
|
||||||
ajaxRequest("/?video="+encodeURI("https://www.zdf.de/sender/zdf/zdf-live-beitrag-100.html"));
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|||||||
@ -60,8 +60,6 @@
|
|||||||
<form>
|
<form>
|
||||||
<label for="video">Stream URL</label>
|
<label for="video">Stream URL</label>
|
||||||
<input id="streaming-url" type="text" name="video" placeholder="paste stream url here..." />
|
<input id="streaming-url" type="text" name="video" placeholder="paste stream url here..." />
|
||||||
<button onclick="wm2018('ard');">⚽️ WM 2018: ARD</button>
|
|
||||||
<button onclick="wm2018('zdf');">⚽️ WM 2018: ZDF</button>
|
|
||||||
</form>
|
</form>
|
||||||
<button onclick="playStream();">Play!</button>
|
<button onclick="playStream();">Play!</button>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user