Skip to content

Commit

Permalink
Updated index.phpplay.html
Browse files Browse the repository at this point in the history
.
  • Loading branch information
upggr committed Feb 5, 2018
1 parent 9081d9f commit 86b7910
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
6 changes: 3 additions & 3 deletions index.php
Expand Up @@ -6,9 +6,9 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="HandheldFriendly" content="true">
<meta name="viewport" content="width=device-width, initial-scale=1,maximum-scale=1,user-scalable=no">
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet">
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" rel="stylesheet">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"></script>
<style>
body {
background-color: #000000;
Expand All @@ -30,7 +30,7 @@
<a class="alink" href="play.html?play=<?php echo wmsauth('password666','20','http://stream.ioniantv.gr:8081/ionian_locked/live/playlist_dvr.m3u8');?>" target="iframe1">play m3u8 dvr (domain lock)</a> -
<a class="alink" href="play.html?play=http://stream.ioniantv.gr:8081/ionian/live/manifest.mpd" target="iframe1">play mpd</a> -
<a class="alink" href="play.html?play=ws://stream.ioniantv.gr:8081/ionian/live" target="iframe1">play SLDP</a> -
<a class="alink" href="play.html?play=rtmp://stream.ioniantv:1935/ionian/live" target="iframe1">play RTMP</a> -
<a class="alink" href="play.html?play=rtmp://37.48.118.105:1935/ionian/live" target="iframe1">play RTMP</a> -
<a class="alink" href="play.html?play=https://www.youtube.com/watch?v=fdoACP5FKJA" target="iframe1">play youtube</a> -
<a class="alink" href="play.html?play=https://vimeo.com/45480883" target="iframe1">play vimeo</a> -
<a class="alink" href="play.html?play=http://www.dailymotion.com/video/x6e3bvm" target="iframe1">play dailymotion</a> -
Expand Down
5 changes: 4 additions & 1 deletion play.html
Expand Up @@ -20,7 +20,7 @@
<script src="js/videojs-dailymotion.js"></script>
<script src="js/videojs-dvrseekbar.min.js"></script>
<script src="js/videojs-background.min.js"></script>
<script src="js/videojs-vimeo.min.js"></script>

<style>
body {
background-color: #000000;
Expand Down Expand Up @@ -62,6 +62,9 @@
} else if (play.indexOf('dailymotion') > -1) {
playmedia('dailymotion', play)
} else if (play.indexOf('vimeo') > -1) {
$.getScript("js/videojs-vimeo.min.js", function() {
console.log('vimeo plugin loaded');
});
playmedia('vimeo', play)
}
}
Expand Down

0 comments on commit 86b7910

Please sign in to comment.