Skip to content
Snippets Groups Projects
Commit f36a5b0a authored by Fabian Marquardt's avatar Fabian Marquardt
Browse files

Insert test mirror for 48,5

parent e574ece8
No related branches found
No related tags found
1 merge request!4Insert test mirror for 48,5
......@@ -54,7 +54,9 @@
<script>
var urlParams = new URLSearchParams(window.location.search);
var streamName = urlParams.get('stream');
var availableMirrors = ['hls1', 'hls2'];
var availableMirrors = [
'streamdemo.marquardt.cloud'
];
var mirror;
if(urlParams.get('mirror')){
......@@ -67,7 +69,7 @@
var targetPlayerElement = "#player";
var posterImage = "poster.png";
var offlineContent = "<div class='offlineImg'></div>";
var streamURL = 'https://' + mirror + '.stream.kif.rocks/' + streamName + '.m3u8';
var streamURL = 'https://' + mirror + '/' + streamName + '.m3u8';
var audioURL = 'https://' + mirror + '.stream.kif.rocks:8443/' + streamName;
var isLive = false;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment