| 12345678910111213141516171819202122232425 |
- <html lang="zh">
- <head>
- <title></title>
- <meta charset="utf-8" />
- <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
- <script src="/static/vue.js"></script>
- <script src="/static/jquery.min.js"></script>
-
- </head>
- <body>
- <video id="video" width="100%" height="100%"
- controls="controls" autoplay="autoplay"
- x-webkit-airplay="true" x5-video-player-fullscreen="true"
- preload="auto" playsinline="true" webkit-playsinline
- x5-video-player-typ="h5">
- </video>
- <script>
- document.getElementById('video').src = "http://hls.videocc.net/ae96de56b5/a/ae96de56b522c4b7cde383df7154dcfe_1.m3u8";
-
- </script>
- </body>
- </html>
|