From a17b254324354e6694c3cf2f9c6b2c698d0f28aa Mon Sep 17 00:00:00 2001 From: k054 Date: Sat, 19 Mar 2016 11:39:14 -0400 Subject: [PATCH] fixing stream urls --- 2016/assets/js/stream.js | 4 ++-- 2016/live/index.html | 2 +- 2016/streaming/index.html | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/2016/assets/js/stream.js b/2016/assets/js/stream.js index 0a6facc1..78474c13 100644 --- a/2016/assets/js/stream.js +++ b/2016/assets/js/stream.js @@ -130,7 +130,7 @@ app.withVideo = function(id, callback) { app.streams = [ { name: "Room 123", - speakerMount: "/stream-123.webm", + speakerMount: "/room123_stream.webm", desktopMount: "/slides-123.webm", ircChannel: "#libreplanet_room123" }, { @@ -140,7 +140,7 @@ app.streams = [ ircChannel: "#libreplanet_room141" }, { name: "Room 155", - speakerMount: "/stream-155.webm", + speakerMount: "/room155_stream.webm", desktopMount: "/slides-155.webm", ircChannel: "#libreplanet_room155" } diff --git a/2016/live/index.html b/2016/live/index.html index c58a324b..568ea90e 100755 --- a/2016/live/index.html +++ b/2016/live/index.html @@ -24,7 +24,7 @@ To stream the Room 123 sessions, you could run this in your terminal:
-          vlc http://live.fsf.org/room123.ogv
+          vlc https://live2.fsf.org//stream-123.webm
         

diff --git a/2016/streaming/index.html b/2016/streaming/index.html index 6cf69128..b41750c0 100755 --- a/2016/streaming/index.html +++ b/2016/streaming/index.html @@ -5,7 +5,7 @@ -

Streaming starts March 19 at 9:30am Boston time (UTC-04:00)

+

Streaming starts on March 19 at 9:30am Boston time (UTC-04:00)

Even if you can't make it to LibrePlanet, you'll be able to watch and chat from here.

You're also invited to make it a social event by organizing a LibreLuna streaming party.

-- 2.25.1