fixing noscript advise
authork054 <k@fsf.org>
Sat, 19 Mar 2016 20:41:30 +0000 (16:41 -0400)
committerk054 <k@fsf.org>
Sat, 19 Mar 2016 20:41:30 +0000 (16:41 -0400)
2016/live/index.html

index 54d4df4d44bba6dd723ccd4e18ab475b3c7013f0..7303f34dbdcafae2779aa5d7c032605215aad38d 100755 (executable)
         Our conference streaming web interface requires JavaScript, but
         all of our streams are readily available on
         <a href="http://live2.fsf.org">
-          live.fsf.org
+          live2.fsf.org
         </a>
         and can be played with the video client of your
         choice, such as VLC or mplayer.
       </p>
       <p>
-        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:<br><br>
+       https://live2.fsf.org/room123_stream.webm <br>
+       https://live2.fsf.org/room141_stream.webm <br>
+       https://live2.fsf.org/room144_stream.webm <br><br>
+       or using something like this on a terminal:
         <pre>
-          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
         </pre>
       </p>
     </noscript>