From 34fd76dda7c927d1cfba4c527daa058e11b40a79 Mon Sep 17 00:00:00 2001 From: Andrew Engelbrecht Date: Thu, 16 Mar 2017 17:33:05 -0400 Subject: [PATCH] updated streaming URLs and added slides URLs for the /2017/live/ page --- 2017/live/index.html | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/2017/live/index.html b/2017/live/index.html index f4ad8c3e..068890fa 100755 --- a/2017/live/index.html +++ b/2017/live/index.html @@ -22,15 +22,19 @@

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

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

+ 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://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

or using something like this on a terminal:

-          vlc https://live2.fsf.org/room-123-stream.webm
-	  mpv https://live2.fsf.org/room-141-stream.webm
-	  ffplay https://live2.fsf.org/room-155-stream.webm
+          vlc https://live2.fsf.org/stream-123.webm
+	  mpv https://live2.fsf.org/stream-141.webm
+	  ffplay https://live2.fsf.org/stream-155.webm
         

-- 2.25.1