video.html 1.0 KB

12345678910111213141516171819202122
  1. <!DOCTYPE HTML>
  2. <html>
  3. <head>
  4. <title>liveplayer</title>
  5. <meta charset="utf-8">
  6. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  7. <meta content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no" name="viewport">
  8. <script type="text/javascript" src="liveplayer-element.min.js"></script>
  9. <script type="text/javascript">
  10. window.onbeforeunload=function(e){
  11.   console.log("page close");
  12. }
  13. </script>
  14. </head>
  15. <body>
  16. <!-- <live-player id="player01" video-url="rtmp://live.hkstv.hk.lxdns.com/live/hks" live="true" stretch="true">
  17. <div style="position:absolute;left:15px;top:15px;color:#FFF;">自定义叠加层</div>
  18. </live-player> -->
  19. <!-- <live-player video-url="http://live.hkstv.hk.lxdns.com/live/hks/playlist.m3u8" live="false" stretch="true"></live-player> -->
  20. <live-player id="player01" video-url="rtmp://218.59.173.214/rtp/0BEBC202" live="true" stretch="true" show-custom-button="false">
  21. </body>
  22. </html>