From: Andrew Engelbrecht <sudoman@ninthfloor.org>
Date: Sat, 25 Mar 2017 18:52:13 +0000 (-0400)
Subject: change live2.fsf.org to live.fsf.org
X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=40ef0d5b03ed7ef5628dc021e3802ef7fdae6dae;p=libreplanet-static.git

change live2.fsf.org to live.fsf.org
---

diff --git a/2017/assets/js/stream.js b/2017/assets/js/stream.js
index 25dd5cae..a43dd320 100644
--- a/2017/assets/js/stream.js
+++ b/2017/assets/js/stream.js
@@ -46,9 +46,9 @@ if (!Array.prototype.find) {
 
 var app = {};
 
-app.icecastUrl = "http://live2.fsf.org";
+app.icecastUrl = "http://live.fsf.org";
 
-app.icecastApiUrl = "//live2.fsf.org";
+app.icecastApiUrl = "//live.fsf.org";
 
 app.scheduleEvery = function(duration, thunk) {
   thunk();
diff --git a/2017/live/index.html b/2017/live/index.html
index 6cdd4a58..49e5d54a 100755
--- a/2017/live/index.html
+++ b/2017/live/index.html
@@ -14,8 +14,8 @@
       <p>
         Our conference streaming web interface requires JavaScript, but
         all of our streams are readily available on
-        <a href="http://live2.fsf.org">
-          live2.fsf.org
+        <a href="http://live.fsf.org">
+          live.fsf.org
         </a>
         and can be played with the video client of your
         choice, such as VLC or mplayer.
@@ -23,26 +23,26 @@
       <p>
 	You can watch the streams directly by using vlc or some other media players with the following URLs:<br><br>
 
-	https://live2.fsf.org/stream-123.webm <br>
-	https://live2.fsf.org/stream-141.webm <br>
-	https://live2.fsf.org/stream-144.webm <br>
-	https://live2.fsf.org/stream-155.webm <br><br>
+	https://live.fsf.org/stream-123.webm <br>
+	https://live.fsf.org/stream-141.webm <br>
+	https://live.fsf.org/stream-144.webm <br>
+	https://live.fsf.org/stream-155.webm <br><br>
 
-	https://live2.fsf.org/slides-123.webm <br>
-	https://live2.fsf.org/slides-141.webm <br>
-	https://live2.fsf.org/slides-144.webm <br>
-	https://live2.fsf.org/slides-155.webm <br><br>
+	https://live.fsf.org/slides-123.webm <br>
+	https://live.fsf.org/slides-141.webm <br>
+	https://live.fsf.org/slides-144.webm <br>
+	https://live.fsf.org/slides-155.webm <br><br>
 
-	https://live2.fsf.org/stream-123-480p.webm <br>
-	https://live2.fsf.org/stream-141-480p.webm <br>
-	https://live2.fsf.org/stream-144-480p.webm <br>
-	https://live2.fsf.org/stream-155-480p.webm <br><br>
+	https://live.fsf.org/stream-123-480p.webm <br>
+	https://live.fsf.org/stream-141-480p.webm <br>
+	https://live.fsf.org/stream-144-480p.webm <br>
+	https://live.fsf.org/stream-155-480p.webm <br><br>
 
 	or using something like this on a terminal:
 <pre>
-vlc https://live2.fsf.org/stream-123.webm
-mpv https://live2.fsf.org/stream-141.webm
-ffplay https://live2.fsf.org/stream-155.webm
+vlc https://live.fsf.org/stream-123.webm
+mpv https://live.fsf.org/stream-141.webm
+ffplay https://live.fsf.org/stream-155.webm
 </pre>
       </p>
     </noscript>