From 2630b548edf2e56b242b057472fe5aadf87dc9c5 Mon Sep 17 00:00:00 2001 From: k054 Date: Sun, 20 Mar 2016 09:57:27 -0400 Subject: [PATCH] fixing stream url --- 2016/live/index.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/2016/live/index.html b/2016/live/index.html index 7303f34d..b8c0fa9f 100755 --- a/2016/live/index.html +++ b/2016/live/index.html @@ -22,14 +22,14 @@

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

- https://live2.fsf.org/room123_stream.webm
- https://live2.fsf.org/room141_stream.webm
- https://live2.fsf.org/room144_stream.webm

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

or using something like this on a terminal:

-          vlc https://live2.fsf.org/room123_stream.webm
-	  mpv https://live2.fsf.org/room141_stream.webm
-	  ffplay https://live2.fsf.org/room144_stream.webm
+          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
         

-- 2.25.1