diff --git a/get/player.php b/get/player.php index c38c653..7be234a 100644 --- a/get/player.php +++ b/get/player.php @@ -9,7 +9,7 @@ $portal = ''; } -$stmt = $db->prepare("SELECT streamid, userid, title, description, scheule_time, visibility FROM stream WHERE streamid = ? LIMIT 1"); +$stmt = $db->prepare("SELECT streamid, userid, title, description, scheule_time, visibility, finished FROM stream WHERE streamid = ? LIMIT 1"); if (!$stmt->execute([$_GET['s']])) { exit('Database error'); } diff --git a/view/player.php b/view/player.php index f40b045..2b306a9 100644 --- a/view/player.php +++ b/view/player.php @@ -22,6 +22,11 @@
+
+ Sorry, IOS does not support HLS streaming.
+ Open in VLC
+ If it's not working, open VLC and play this network file: +
@@ -44,6 +49,12 @@ -->