From: k054 Date: Sat, 19 Mar 2016 20:41:30 +0000 (-0400) Subject: fixing noscript advise X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=8c5b75571afcdb1c68669d9c44a9e0fd348c87c0;p=libreplanet-static.git fixing noscript advise --- diff --git a/2016/live/index.html b/2016/live/index.html index 54d4df4d..7303f34d 100755 --- a/2016/live/index.html +++ b/2016/live/index.html @@ -15,16 +15,21 @@ Our conference streaming web interface requires JavaScript, but all of our streams are readily available on - live.fsf.org + live2.fsf.org and can be played with the video client of your choice, such as VLC or mplayer.

- To stream the Room 123 sessions, you could run this in your - terminal: + 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

+ or using something like this on a terminal:

-          vlc https://live2.fsf.org//stream-123.webm
+          vlc https://live2.fsf.org/room123_stream.webm
+	  mpv https://live2.fsf.org/room141_stream.webm
+	  ffplay https://live2.fsf.org/room144_stream.webm