Validation on live
authorMichael McMahon <michael@fsf.org>
Fri, 26 Apr 2024 22:02:29 +0000 (18:02 -0400)
committerMichael McMahon <michael@fsf.org>
Fri, 26 Apr 2024 22:02:29 +0000 (18:02 -0400)
2024/live/index.html

index 030ab2c71ab5562efcfd3dfae1fd9388cb33c549..44456de45d5c34aa82eada9727fe6afff67afcc5 100755 (executable)
         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';