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();
<div class="col-sm-8"> <!-- start of main content -->
<div class="thumbnail"> <!-- start Live Player -->
<video class="lp-video" controls>
- <source src="http://live2.fsf.org/slides-101.webm" type="video/webm" />
+ <source src="http://live.fsf.org/slides-101.webm" type="video/webm" />
<p><em>Your browser does not support the video
tag, <a href="http://live.fsf.org/room101.ogv">
[ please download ]</a> the video instead.</em></p>
<div class="col-sm-8"> <!-- start of main content -->
<div class="thumbnail"> <!-- start Live Player -->
<video class="lp-video" controls>
- <source src="http://live2.fsf.org/slides-123.webm" type="video/webm" />
+ <source src="http://live.fsf.org/slides-123.webm" type="video/webm" />
<p><em>Your browser does not support the video
tag, <a href="http://live.fsf.org/room123.ogv">
[ please download ]</a> the video instead.</em></p>