From bbd8423ef23d7cdc002f6fd712778992983e6a59 Mon Sep 17 00:00:00 2001
From: Imran Hussain <imranh@sucs.org>
Date: Sat, 12 Mar 2016 15:59:14 +0000
Subject: [PATCH] Update stream page with new info

---
 static/Community/Stream.txt | 54 ++++++++++++++++++-------------------
 1 file changed, 27 insertions(+), 27 deletions(-)

diff --git a/static/Community/Stream.txt b/static/Community/Stream.txt
index d408088..df67df9 100644
--- a/static/Community/Stream.txt
+++ b/static/Community/Stream.txt
@@ -1,28 +1,28 @@
-<p>
-<script src="/~imranh/sucs/jwplayer/jwplayer/jwplayer.js" type="text/javascript"></script>
-</p>
-<p>We are currently streaming <em><strong>nothing</strong></em>.<br />We also stream student forums on behalf of the Student Union - check <a href="http://swansea-union.co.uk/">their website for dates and times</a></p>
-<ul>
-<div id="JWPlayer">Loading the player...</div>
-<script type="text/javascript">
-        jwplayer("JWPlayer").setup({
-                primary: "html5",
-                levels: [{
-                        file: "http://stream.sucs.org/high.flv",
-                        label: "High"
-                        },{
-                        file: "http://stream.sucs.org/low.flv",
-                        label: "Low",
-                        default: true
-                        }
-                ],
-                image: ""
-        });
-</script>
-</ul>
-<p>
-To view the stream in an external media player <em>(e.g VLC)</em> 
-<a href="../Stream/External">Click Here for instructions</a><em><br /></em></p>
-<p>All streams are currently FLV format. If you have any problems, please read the <a href="../Stream/FAQ">FAQ</a></p>
-<ul>
+<p>
+<script src="/~imranh/sucs/jwplayer/jwplayer/jwplayer.js" type="text/javascript"></script>
+</p>
+<p>We are currently streaming <em><strong>nothing</strong></em>.<br />We also stream student forums on behalf of the Student Union - check <a href="http://swansea-union.co.uk/">their website for dates and times</a></p>
+<ul>
+<div id="JWPlayer">Loading the player...</div>
+<script type="text/javascript">
+        jwplayer("JWPlayer").setup({
+                primary: "html5",
+                levels: [{
+                        file: "rtmp://137.44.10.80/live",
+                        label: "High"
+                        },{
+                        file: "rtmp://137.44.10.80/live",
+                        label: "Low",
+                        default: true
+                        }
+                ],
+                image: ""
+        });
+</script>
+</ul>
+<p>
+To view the stream in an external media player <em>(e.g VLC)</em> 
+<a href="../Stream/External">Click Here for instructions</a><em><br /></em></p>
+<p>All streams are currently RTMP format.</p>
+<ul>
 </ul>
\ No newline at end of file
-- 
GitLab