From 40ef0d5b03ed7ef5628dc021e3802ef7fdae6dae Mon Sep 17 00:00:00 2001 From: Andrew Engelbrecht Date: Sat, 25 Mar 2017 14:52:13 -0400 Subject: [PATCH] change live2.fsf.org to live.fsf.org --- 2017/assets/js/stream.js | 4 ++-- 2017/live/index.html | 34 +++++++++++++++++----------------- 2 files changed, 19 insertions(+), 19 deletions(-) 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 @@

Our conference streaming web interface requires JavaScript, but all of our streams are readily available on - - live2.fsf.org + + live.fsf.org and can be played with the video client of your choice, such as VLC or mplayer. @@ -23,26 +23,26 @@

You can watch the streams directly by using vlc or some other media players with the following URLs:

- https://live2.fsf.org/stream-123.webm
- https://live2.fsf.org/stream-141.webm
- https://live2.fsf.org/stream-144.webm
- https://live2.fsf.org/stream-155.webm

+ https://live.fsf.org/stream-123.webm
+ https://live.fsf.org/stream-141.webm
+ https://live.fsf.org/stream-144.webm
+ https://live.fsf.org/stream-155.webm

- https://live2.fsf.org/slides-123.webm
- https://live2.fsf.org/slides-141.webm
- https://live2.fsf.org/slides-144.webm
- https://live2.fsf.org/slides-155.webm

+ https://live.fsf.org/slides-123.webm
+ https://live.fsf.org/slides-141.webm
+ https://live.fsf.org/slides-144.webm
+ https://live.fsf.org/slides-155.webm

- https://live2.fsf.org/stream-123-480p.webm
- https://live2.fsf.org/stream-141-480p.webm
- https://live2.fsf.org/stream-144-480p.webm
- https://live2.fsf.org/stream-155-480p.webm

+ https://live.fsf.org/stream-123-480p.webm
+ https://live.fsf.org/stream-141-480p.webm
+ https://live.fsf.org/stream-144-480p.webm
+ https://live.fsf.org/stream-155-480p.webm

or using something like this on a terminal:

-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
 

-- 2.25.1