• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/APP-IPK/AiCloud-ipk/opt/etc/aicloud_UI/css/
1<html>
2<head>
3<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
4<meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1, user-scalable=no" />
5<title>AiCloud Share Link</title>
6<script type="text/javascript" src="/smb/js/tools.js"></script>
7<script type="text/javascript">
8$("document").ready(function() {	
9	var orgfile = window.location.href;
10	var media_hostName = window.location.host;
11	if(media_hostName.indexOf(":")!=-1)
12		media_hostName = media_hostName.substring(0, media_hostName.indexOf(":"));
13	var audiofile = "http://" + media_hostName + ":" + $("div#http_port").attr("content") + "/" + orgfile.substring( orgfile.indexOf("AICLOUD"), orgfile.length );
14	
15	var video = "<source src='" + audiofile;	            
16	video += "' type='video/mp4' />";
17		
18	$(video).appendTo($("video#videoPlayer"));
19});
20
21</script>
22</head>
23<body style='padding:0px;margin:0;background-color:#000000'>
24<video id="videoPlayer" width="100%" height="100%" controls autoplay>
25</video>
26</body>
27</html>
28