WXtrialInterface.html 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <title>双子星</title>
  6. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  7. <meta name="x5-orientation" content="portrait" />
  8. <meta name="screen-orientation" content="portrait" />
  9. <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
  10. <meta name="apple-mobile-web-app-capable" content="yes">
  11. <!-- 删除苹果默认的工具栏和菜单栏 -->
  12. <meta name="apple-mobile-web-app-status-bar-style" content="black">
  13. <!-- 设置苹果工具栏颜? -->
  14. <meta name="format-detection" content="telphone=no, email=no">
  15. <!-- 忽略页面中的数字识别为电话,忽略email识别 -->
  16. <!-- 启用360浏览器的极速模?(webkit) -->
  17. <meta name="renderer" content="webkit">
  18. <!-- 针对手持设备优化,主要是针对一些老的不识别viewport的浏览器,比如黑? -->
  19. <meta name="HandheldFriendly" content="true">
  20. <!-- 微软的老式浏览? -->
  21. <meta name="MobileOptimized" content="320">
  22. <!-- 不能旋转,问题出在这 -->
  23. <!-- UC强制全屏 -->
  24. <meta name="full-screen" content="yes">
  25. <!-- QQ强制全屏 -->
  26. <meta name="x5-fullscreen" content="true">
  27. <!-- UC应用模式 -->
  28. <meta name="browsermode" content="application">
  29. <!-- QQ应用模式 -->
  30. <meta name="x5-page-mode" content="app">
  31. <!-- windows phone 点击无高? -->
  32. <meta name="msapplication-tap-highlight" content="no">
  33. <link rel="stylesheet" type="text/css" href="css/WXtrialInterface.css" />
  34. <link rel="stylesheet" href="https://cdn.bootcss.com/weui/1.1.3/style/weui.min.css">
  35. <link rel="stylesheet" href="https://cdn.bootcss.com/jquery-weui/1.2.1/css/jquery-weui.min.css">
  36. </head>
  37. <body class="scroll h-player" style="overscroll-behavior: contain;">
  38. <div class="container" id="player">
  39. <div class="muted" id="btnMuted">
  40. <div class="control-right-img" data-id="1">
  41. <img src="../static/img/xuanfu_icon.png">
  42. </div>
  43. </div>
  44. <div id="wine">
  45. <video id="playerVideo" muted="muted" x5-video-orientation="landscape" playsinline="true" autoplay="true"
  46. webkit-playsinline="true" x5-playsinline="true" x5-video-player-type="h5" x5-video-player-fullscreen="false"
  47. style="pointer-events: none;object-fit: fill;width: 100%;height:100%"></video>
  48. <div id="box"></div>
  49. <audio preload="auto" autoplay controls poster="images/loader-thumb.jpg" id="audioPlayer"
  50. style="position: absolute;top: 0;width: 0;height: 0;"></audio>
  51. </div>
  52. <div class="leftmains">
  53. <div class="PictureQualityMain">
  54. <div class="PictureQuality " data-id="3072000">高清</div>
  55. <div class="PictureQuality avit" data-id="2243000">标清</div>
  56. <div class="PictureQuality" data-id="400000">极速</div>
  57. <div class="PictureQuality" data-id="400000">自动</div>
  58. </div>
  59. <div class="operation">
  60. <div class="upload" id="showsuss" data-text="uploads">
  61. <img src="../static/img/wx/shangchuan_icon.png">
  62. <div>上传</div>
  63. </div>
  64. <div class="upload" onclick="cp(document.getElementById('user_ref_id'));" data-text="Shearplate">
  65. <img src="../static/img/wx/jianqieban_icon.png">
  66. <div>剪切板</div>
  67. </div>
  68. <div class="upload" id="upload" data-text="Signout">
  69. <img src="../static/img/wx/tuichu_icon.png">
  70. <div>退出</div>
  71. </div>
  72. </div>
  73. </div>
  74. <div class="bottommains">
  75. <div class="botmat1">
  76. <div class="botmat1img" data-text="gengduo">
  77. <img src="../static/img/wx/gengduo_icon.png">
  78. </div>
  79. </div>
  80. <div class="botmat1">
  81. <div class="botmat1img" data-text="home">
  82. <img src="../static/img/wx/home_icon.png">
  83. </div>
  84. </div>
  85. <div class="botmat1">
  86. <div class="botmat1img" data-text="return">
  87. <img src="../static/img/wx/fanhui_icon.png">
  88. </div>
  89. </div>
  90. </div>
  91. <div class="mainbox" style="display: none;">
  92. <div class="boxTitle">提示</div>
  93. <div class="boxText">
  94. <div>由于小程序的功能限制,此功能暂时</div>
  95. <div>无法使用,请下载APP使用更多功能</div>
  96. </div>
  97. <div class="boxbt" onclick="cp(document.getElementById('user_ref_id'));">立即前往下载</div>
  98. <div class="boximg"><img src="../static/img/wx/guanbi_icon.png"></div>
  99. </div>
  100. <div class="sbox" style="display: none;">
  101. <div class="sboxText">下载地址已复制到剪切板</div>
  102. <div class="sboxbu">确定</div>
  103. </div>
  104. <div class="loading"></div>
  105. </div>
  106. <div class="weui-mask_transparent"></div>
  107. <div class="weui-toast weui_loading_toast weui-toast--visible">
  108. <div class="weui_loading"><i class="weui-loading weui-icon_toast"></i></div>
  109. <p class="weui-toast_content">数据加载中</p>
  110. </div>
  111. <body oncontextmenu="Back()">
  112. </body>
  113. <div id="copy-txt" style="position: absolute;opacity: 0;">
  114. <span id="user_ref_id">www.androidsCloud.com</span>
  115. </div>
  116. <script type="text/javascript" src="https://res.wx.qq.com/open/js/jweixin-1.3.2.js"></script>
  117. <script type="text/javascript" src="../static/js/jquery-1.11.0.min.js"></script>
  118. <script type="text/javascript" src="helper.js"></script>
  119. <script type="text/javascript" src="pcm-player.js"></script>
  120. <script type="text/javascript" src="https://cdn.bootcss.com/vConsole/3.2.0/vconsole.min.js"></script>
  121. <script src="https://cdn.bootcss.com/jquery-weui/1.2.1/js/jquery-weui.min.js"></script>
  122. <script type="text/javascript" src="WXdraw.js?v=110"></script>
  123. <script type="text/javascript" src="jmuxer.js"></script>
  124. <script>
  125. var isAudioPlay = false;
  126. $.alert({
  127. title: '提示',
  128. text: '开始使用云手机',
  129. onOK: function () {
  130. var video = document.getElementById("playerVideo");
  131. video.play();
  132. isAudioPlay = true;
  133. $('.weui-mask_transparent').hide();
  134. $('.weui-toast').hide();
  135. $('.loading').hide();
  136. }
  137. });
  138. // document.addEventListener('touchstart', function () {
  139. // var video = document.getElementById("playerVideo");
  140. // var audio = document.getElementById("audioPlayer");
  141. // video.play();
  142. // audio.play();
  143. // }, false);
  144. var topwinHeight = window.screen.height - window.innerHeight + 30; //计算title top 头部
  145. $('#wine').css({
  146. "width": window.screen.width,
  147. "height": window.screen.height - topwinHeight - 20,
  148. "position": "absolute"
  149. });
  150. $('.loading').css({
  151. "width": window.screen.width,
  152. "height": window.screen.height - topwinHeight - 20
  153. });
  154. var winese = document.createElement("wine");
  155. wine.style.top = "-" + winese + 'px';
  156. var requestCount = 0;
  157. var isVisuable = true;
  158. var isFeed = true;
  159. var isDrag = false;
  160. var isEnough = true;
  161. var isFinish = false;
  162. var delayTime = new Date().getTime();
  163. var curTime = new Date().getTime();
  164. var myVideo = document.getElementById("playerVideo");
  165. Module = {};
  166. Module.onRuntimeInitialized = function () {
  167. isFinish = true;
  168. }
  169. var isWSS = false;
  170. var parameters = GetRequest();
  171. var ip = parameters["ip"];
  172. var domainName = parameters["domainName"];
  173. var socketURL = isWSS ? "wss://" + form.domainName + "/card?cardIp=" + form.ip : "ws://" + domainName + "/card?cardIp=" + ip;
  174. var jmuxer = new JMuxer({
  175. node: 'playerVideo',
  176. flushingTime: 15,
  177. fps: 30,
  178. mode: 'video',
  179. debug: false
  180. });
  181. window.onload = function () {
  182. curTime = new Date().getTime();
  183. var myPlay = document.getElementById("wine");
  184. // myPlay.onmousedown = function (event) {
  185. // if (event.button == 0) {
  186. // var posX = event.offsetX * 720 * 1.0 / myVideo.clientWidth;
  187. // var posY = event.offsetY * 1280 * 1.0 / myVideo.clientHeight;
  188. // var buffer = ExexuteMouseDown(posX.toString(), posY.toString());
  189. // ws.send(buffer);
  190. // isDrag = true;
  191. // }
  192. // }
  193. // myPlay.onmousemove = function (event) {
  194. // if (isDrag && event.button == 0) {
  195. // var posX = event.offsetX * 720 * 1.0 / myVideo.clientWidth;
  196. // var posY = event.offsetY * 1280 * 1.0 / myVideo.clientHeight;
  197. // var buffer = ExexuteMouseMove(posX.toString(), posY.toString());
  198. // ws.send(buffer);
  199. // }
  200. // }
  201. // myPlay.onmouseup = function (event) {
  202. // isDrag = false;
  203. // var posX = event.offsetX * 720 * 1.0 / myVideo.clientWidth;
  204. // var posY = event.offsetY * 1280 * 1.0 / myVideo.clientHeight;
  205. // var buffer = ExexuteMouseUp(posX.toString(), posY.toString());
  206. // ws.send(buffer);
  207. // }
  208. myPlay.onkeydown = function (event) {
  209. ExexuteKeyDown(e.keyCode);
  210. }
  211. }
  212. var ws;
  213. doConnect();
  214. function doConnect() {
  215. ws = new WebSocket(socketURL);
  216. ws.binaryType = 'arraybuffer';
  217. ws.onclose = function (e) {
  218. ws.close();
  219. doConnect();
  220. // console.log(e);
  221. // $.confirm({
  222. // title: '提示',
  223. // text: '连接断开,是否准备重连?',
  224. // onOK: function () {
  225. // window.location.reload();
  226. // // doConnect();
  227. // },
  228. // onCancel: function () {
  229. // wx.miniProgram.switchTab({
  230. // url: '/pages/home/home'
  231. // })
  232. // }
  233. // });
  234. }
  235. ws.addEventListener('open', function (event) {
  236. ws.send(ConfigChannel("RK3923C1201900139"));
  237. });
  238. ws.addEventListener('error', function (event) {
  239. console.log(event);
  240. ws.close();
  241. doConnect();
  242. // $.confirm({
  243. // title: '提示',
  244. // text: '连接失败,是否准备重连?',
  245. // onOK: function () {
  246. // throttle(doConnect,500);
  247. // // doConnect();
  248. // },
  249. // onCancel: function () {
  250. // wx.miniProgram.switchTab({
  251. // url: '/pages/home/home'
  252. // })
  253. // }
  254. // });
  255. });
  256. ws.addEventListener('message', function (event) {
  257. var data = ParseProto(event.data); //JAVA服务器转发
  258. var input = new Uint8Array(event.data);
  259. if (data.audio != null && isAudioPlay) { //喂音频
  260. if (input[0] == 0xff) {
  261. if (isFinish) {
  262. decodeAAC(input);
  263. }
  264. }
  265. }
  266. if (data.video != null) { //喂视频
  267. if (isFeed) {
  268. jmuxer.feed(data);
  269. // $('.weui-mask_transparent').hide()
  270. // $('.weui-toast').hide()
  271. // $('.loading').hide()
  272. }
  273. }
  274. });
  275. }
  276. document.addEventListener("visibilitychange", function () {
  277. if (document.visibilityState == "visible") {
  278. var buffer = RequestIFrame();
  279. ws.send(buffer);
  280. isVisuable = true;
  281. } else {
  282. isVisuable = false;
  283. isFeed = false;
  284. myVideo.pause();
  285. }
  286. });
  287. myVideo.addEventListener('pause', function () {
  288. isFeed = false;
  289. });
  290. var decodeCount = 1;
  291. var player = new PCMPlayer({
  292. encoding: '16bitInt',
  293. channels: 2,
  294. sampleRate: 44100,
  295. flushingTime: 22,
  296. debug: false
  297. });
  298. function decodeAAC(data) {
  299. var retPtr = Module._malloc(4 * 5 * 1024); // 接收的数据
  300. var inputPtr = Module._malloc(4 * data.length); // 输入数据
  301. for (var i = 0; i < data.length; i++) {
  302. Module.HEAPU8[(inputPtr) + i] = data[i]; //转换为堆数据
  303. }
  304. var pcmLen = Module._feedData(retPtr, inputPtr, data.length);
  305. if (pcmLen >= 0) {
  306. var pcmData = new Uint8Array(pcmLen);
  307. for (var i = 0; i < pcmLen; i++) {
  308. pcmData[i] = Module.HEAPU8[(retPtr) + i]
  309. }
  310. player.feed(pcmData);
  311. }
  312. decodeCount++;
  313. Module._free(inputPtr);
  314. Module._free(retPtr);
  315. }
  316. //解协议
  317. function ParseProto(data) {
  318. var input = new Uint8Array(data),
  319. duration,
  320. video,
  321. audio;
  322. if (input[0] == 0 && input[1] == 0 && input[2] == 0 && input[3] == 1) {
  323. video = input;
  324. duration = 24;
  325. var nalType = input[4] & 0x1f;
  326. if (!isFeed) {
  327. if (nalType == 0x05 && isVisuable) {
  328. isFeed = true;
  329. }
  330. }
  331. } else if (input[0] == 0xff) {
  332. if (!isEnough) {
  333. requestCount++;
  334. }
  335. audio = input;
  336. if (new Date().getTime() - curTime > 100) {
  337. delayTime = new Date().getTime();
  338. }
  339. curTime = new Date().getTime();
  340. duration = 24;
  341. } else if (input[0] == 0x68) {
  342. if (input[23] == 0x05) { //横竖屏标识
  343. var state = CheckScreenDirection(input.slice(24, 24 + 8));
  344. if (state == 1) {
  345. //竖屏处理
  346. console.log("安卓卡此时竖屏");
  347. } else {
  348. //横屏处理
  349. console.log("安卓卡此时横屏");
  350. }
  351. }
  352. if (input[23] == 0x0b) {
  353. console.log("多端登陆");
  354. }
  355. }
  356. return {
  357. audio: audio,
  358. video: video,
  359. duration: duration
  360. };
  361. }
  362. function GetRequest() {
  363. var url = location.search; // 获取url中"?"符后的字串
  364. var obj = new Object();
  365. if (url.indexOf("?") != -1) {
  366. var str = url.substr(1);
  367. strs = str.split("&");
  368. for (var i = 0; i < strs.length; i++) {
  369. obj[strs[i].split("=")[0]] = (strs[i].split("=")[1]);
  370. }
  371. }
  372. return obj;
  373. }
  374. function Back() {
  375. ExexuteKeyDown(4);
  376. window.event.returnValue = false;
  377. return false;
  378. }
  379. var url = window.location.href;
  380. url = url.split('/');
  381. var baseUrl = "http://192.168.199.243";
  382. var form = {};
  383. $.ajax({
  384. url: baseUrl + "/api/user/v1/config/download/isShow",
  385. data: {},
  386. type: 'get',
  387. dataType: 'json',
  388. success: function (data) {
  389. if (data.data) {
  390. $("#showsuss").show()
  391. } else {
  392. $("#showsuss").hide()
  393. }
  394. }
  395. })
  396. form.clientType = parameters['clientType'];
  397. form.diskName = parameters['diskName'];
  398. if (form.clientType == 1) {
  399. form.cardIp = parameters['cardIp'];
  400. form.port = parameters['port'];
  401. form.sn = parameters['sn'];
  402. form.demoTime = parameters['demoTime'];
  403. form.id = parameters['id'];
  404. } else if (form.clientType == 2) { //分享屏幕
  405. $(".leftmains").css({
  406. "right": "-4rem"
  407. })
  408. $('.leftmains').hide()
  409. $('.bottommains').hide()
  410. $('#btnMuted').hide()
  411. form.id = parameters['id'];
  412. form.username = parameters['username'];
  413. form.ip = parameters['ip'];
  414. form.userCardId = parameters['userCardId'];
  415. } else {
  416. form.username = parameters['username'];
  417. form.userCardId = parameters['userCardId'];
  418. }
  419. var orientation = 0; //0 竖屏,1横屏
  420. document.body.addEventListener('touchmove', function (e) {
  421. e.preventDefault()
  422. }, {
  423. passive: false
  424. })
  425. // //初始化一下就可以了
  426. var vConsole = new VConsole();
  427. var btnMuted = document.querySelector("#btnMuted");
  428. btnMuted && (function () {
  429. var setHistory = function (left, top) {
  430. try {
  431. localStorage.setItem("muted-btn-loc", JSON.stringify({
  432. left: left,
  433. top: top
  434. }));
  435. } catch (ex) { }
  436. };
  437. var getHistory = function () {
  438. try {
  439. var value = localStorage.getItem("muted-btn-loc");
  440. if (!value) return null;
  441. value = JSON.parse(value);
  442. if (!value) return null;
  443. return value;
  444. } catch (ex) {
  445. return null
  446. }
  447. };
  448. var fixLoc = function (loc) {
  449. var rect = btnMuted.getBoundingClientRect();
  450. rect = {
  451. top: rect.top,
  452. left: rect.left,
  453. width: rect.width,
  454. height: rect.height
  455. }; //部分低版本浏览器,该属性为只读
  456. if (loc) {
  457. rect.left = loc.left;
  458. rect.top = loc.top;
  459. }
  460. var minX = 0;
  461. var minY = 0;
  462. var docRect = document.documentElement.getBoundingClientRect();
  463. var maxY = docRect.height - rect.height;
  464. var maxX = docRect.width - rect.width;
  465. var left = rect.left;
  466. var top = rect.top;
  467. left = Math.min(left, maxX);
  468. left = Math.max(left, minX);
  469. top = Math.min(top, maxY);
  470. top = Math.max(top, minY);
  471. if (loc || top !== rect.top || left !== rect.left) {
  472. btnMuted.style.cssText += "left:" + left + "px;top:" + top + "px;";
  473. }
  474. }
  475. window.addEventListener("resize", function () {
  476. fixLoc();
  477. });
  478. var touchPoint = {
  479. pageY: 0,
  480. pageX: 0
  481. };
  482. var currentLoc = {
  483. top: 0,
  484. left: 0,
  485. curTop: 0,
  486. curLeft: 0
  487. };
  488. var toMove = false;
  489. var touchmove = function (e) {
  490. e.preventDefault();
  491. var point = e.changedTouches[0];
  492. var top = -touchPoint.pageY + point.pageY;
  493. var left = -touchPoint.pageX + point.pageX;
  494. if (toMove) {
  495. top += currentLoc.top;
  496. left += currentLoc.left;
  497. currentLoc.curLeft = left;
  498. currentLoc.curTop = top;
  499. btnMuted.style.cssText += "left:" + left + "px;top:" + top + "px;";
  500. } else {
  501. if (Math.abs(top) >= 5 || Math.abs(left) >= 5) {
  502. toMove = true;
  503. }
  504. }
  505. };
  506. var touchend = function () {
  507. window.removeEventListener("touchmove", touchmove, {
  508. passive: false
  509. });
  510. window.removeEventListener("touchend", touchend, {
  511. passive: false
  512. });
  513. if (toMove) {
  514. setHistory(currentLoc.curLeft, currentLoc.curTop);
  515. fixLoc();
  516. } else {
  517. //按点击处理
  518. var set = $('.control-right-img').attr("data-id")
  519. if (set == '1') {
  520. $('.control-right-img').attr({
  521. "data-id": "2"
  522. })
  523. $(".leftmains").css({
  524. "right": "-4rem"
  525. })
  526. } else {
  527. $('.control-right-img').attr({
  528. "data-id": "1"
  529. })
  530. $(".leftmains").css({
  531. "right": "0rem"
  532. })
  533. }
  534. }
  535. }
  536. btnMuted.addEventListener("touchstart", function (e) {
  537. e.preventDefault();
  538. toMove = false;
  539. var point = e.changedTouches[0];
  540. touchPoint.pageX = point.pageX;
  541. touchPoint.pageY = point.pageY;
  542. var rect = e.target.getBoundingClientRect();
  543. currentLoc.top = rect.top;
  544. currentLoc.left = rect.left;
  545. window.addEventListener("touchmove", touchmove, {
  546. passive: false
  547. });
  548. window.addEventListener("touchend", touchend, {
  549. passive: false
  550. });
  551. }, {
  552. passive: false
  553. });
  554. var history = getHistory();
  555. if (history) {
  556. fixLoc(history);
  557. }
  558. btnMuted.classList.remove("hide");
  559. })();
  560. $(".boximg").on("click", function () {
  561. $(".mainbox").css({
  562. "display": "none"
  563. })
  564. })
  565. // 剪切板
  566. $(".sboxbu").on("click", function () {
  567. $(".sbox").css({
  568. "display": "none"
  569. })
  570. })
  571. // 剪切板
  572. $(".uploadss").on("click", function () {
  573. $(".sbox").css({
  574. "display": "none"
  575. })
  576. })
  577. $("#upload").on("click", function () {
  578. wx.miniProgram.switchTab({
  579. url: '/pages/home/home'
  580. })
  581. })
  582. function selectText(x) {
  583. if (document.selection) {
  584. var range = document.body.createTextRange();
  585. range.moveToElementText(x);
  586. range.select();
  587. } else if (window.getSelection) {
  588. var selection = window.getSelection();
  589. var range = document.createRange();
  590. selection.removeAllRanges();
  591. range.selectNodeContents(x);
  592. selection.addRange(range);
  593. }
  594. }
  595. function cp(x) {
  596. $(".mainbox").css({
  597. "display": "none"
  598. })
  599. $(".sbox").css({
  600. "display": "block"
  601. })
  602. selectText(x);
  603. document.execCommand("copy");
  604. }
  605. </script>
  606. <script type="text/javascript" src="aac.js"></script>
  607. </body>
  608. </html>