Merge pull request #1145 from samkitk/patch-1

Removed HTTPS condition from source of player
This commit is contained in:
Kyle Robbertze 2021-01-01 21:41:38 +02:00 committed by GitHub
commit 4f9921e4a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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 @@
</div>
</body>
</html>
</html>