From 6b20512fae702da3399eca98039afa21fb6514ef Mon Sep 17 00:00:00 2001 From: Samkit K Date: Fri, 1 Jan 2021 17:48:19 +0530 Subject: [PATCH] Removed HTTPS condition from source of player ForceHTTPS = false ; It was causing issues on fresh install where the player would not play from the mountpoint because of https conditon. --- airtime_mvc/application/views/scripts/embed/player.phtml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/airtime_mvc/application/views/scripts/embed/player.phtml b/airtime_mvc/application/views/scripts/embed/player.phtml index 6b4b2cfb4..d46131306 100644 --- a/airtime_mvc/application/views/scripts/embed/player.phtml +++ b/airtime_mvc/application/views/scripts/embed/player.phtml @@ -21,7 +21,7 @@ this.settings = { 'elementId': id_element, // leave alone 'autoplay': false, // or true (only works on some browsers) - 'forceHTTPS': true, // or true if the stream is in SSL (beware of the listening port, usually 8000) + 'forceHTTPS': false, // or true if the stream is in SSL (beware of the listening port, usually 8000) 'replacePort':false, // false for disabled or '8000' as the usual start port, forces to specify replacePortTo. 'replacePortTo':'' // either '' to use the default port of the browser (80/http, 443/https) or '8443' to force the port of the stream. }; @@ -267,4 +267,4 @@ - \ No newline at end of file +