From c5af33f6ce4849963083753a786df361ce028b09 Mon Sep 17 00:00:00 2001
From: Fabian Marquardt <marquard@cs.uni-bonn.de>
Date: Mon, 18 May 2020 20:27:55 +0200
Subject: [PATCH] Better with HTTPs

---
 public/index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/public/index.html b/public/index.html
index 39eacbe..a2e0495 100644
--- a/public/index.html
+++ b/public/index.html
@@ -33,7 +33,7 @@
     </div>
     <script>
       var player = new Clappr.Player({
-              source: "http://hls1.stream.kif.rocks/stream.m3u8",
+              source: "https://hls1.stream.kif.rocks/stream.m3u8",
               parentId: "#player",
               width: "100%",
               height: "100%",
-- 
GitLab