From e6f0bc1154f13d69061d5887399aa365f42e38c9 Mon Sep 17 00:00:00 2001 From: Michael McMahon <michael@fsf.org> Date: Fri, 26 Apr 2024 18:02:29 -0400 Subject: [PATCH] Validation on live --- 2024/live/index.html | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/2024/live/index.html b/2024/live/index.html index 030ab2c7..44456de4 100755 --- a/2024/live/index.html +++ b/2024/live/index.html @@ -33,45 +33,45 @@ choice, such as VLC or mplayer. </p> <p> - You can watch the streams directly by using vlc or some other media players with the following URLs:<br><br> + You can watch the streams directly by using vlc or some other media players with the following URLs:<br><br> <strong>High resolution videos:</strong><br><br> <a href="https://live.fsf.org/stream-room-jupiter.webm">https://live.fsf.org/stream-room-jupiter.webm</a><br> <a href="https://live.fsf.org/stream-room-saturn.webm">https://live.fsf.org/stream-room-saturn.webm</a><br> - <!-- + <!-- <a href="https://live.fsf.org/stream-room-neptune.webm">https://live.fsf.org/stream-room-neptune.webm</a><br><br> - --> + --> <strong>Low resolution videos (480p):</strong><br><br> <a href="https://live.fsf.org/stream-room-jupiter-lowres.webm">https://live.fsf.org/stream-room-jupiter-lowres.webm</a><br> <a href="https://live.fsf.org/stream-room-saturn-lowres.webm">https://live.fsf.org/stream-room-saturn-lowres.webm</a><br> - <!-- + <!-- <a href="https://live.fsf.org/stream-room-neptune-lowres.webm">https://live.fsf.org/stream-room-neptune-lowres.webm</a><br><br> - --> + --> <strong>Audio:</strong><br><br> <a href="https://live.fsf.org/stream-room-jupiter.ogg">https://live.fsf.org/stream-room-jupiter.ogg</a><br> <a href="https://live.fsf.org/stream-room-saturn.ogg">https://live.fsf.org/stream-room-saturn.ogg</a><br> - <!-- + <!-- <a href="https://live.fsf.org/stream-room-neptune.ogg">https://live.fsf.org/stream-room-neptune.ogg</a><br><br> - --> - - or using something like this on a terminal: -<pre> -mpv https://live.fsf.org/stream-room-jupiter.webm -mplayer https://live.fsf.org/stream-room-saturn.webm -ffplay https://live.fsf.org/stream-room-saturn.webm -</pre> + --> + + or using something like this on a terminal: </p> + <pre> + mpv https://live.fsf.org/stream-room-jupiter.webm + mplayer https://live.fsf.org/stream-room-saturn.webm + ffplay https://live.fsf.org/stream-room-saturn.webm + </pre> </noscript> <div id="stream"></div> <iframe id="IRCiframe" style="display:none" src="https://irc.libreplanet.org/irc/" - class="irc-client"> + class="irc-client"> </iframe> <script> document.getElementById('IRCiframe').style.display='block'; -- 2.25.1