From 1a58b607342d00569e6afbcc79cc40e5c5325c07 Mon Sep 17 00:00:00 2001
From: Andrew Engelbrecht <andrew@fsf.org>
Date: Fri, 19 Mar 2021 22:17:23 -0400
Subject: [PATCH] friendlier streaming links for people without js

---
 2021/live/index.html | 14 +++++++++++---
 1 file changed, 11 insertions(+), 3 deletions(-)

diff --git a/2021/live/index.html b/2021/live/index.html
index 57717db6..5a57ffc7 100755
--- a/2021/live/index.html
+++ b/2021/live/index.html
@@ -33,9 +33,17 @@
       <p>
 	You can watch the streams directly by using vlc or some other media players with the following URLs:<br><br>
 
-	https://live.fsf.org/stream-room-jupiter.webm <br>
-	https://live.fsf.org/stream-room-saturn.webm <br>
-	https://live.fsf.org/stream-room-neptune.webm <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>
 
 	or using something like this on a terminal:
 <pre>
-- 
2.25.1