SOURCE

console 命令行工具 X clear

                    
>
console
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8 />
<title>videojs-contrib-hls embed</title>

  <link href="https://unpkg.com/video.js/dist/video-js.css" rel="stylesheet">
  <script src="https://unpkg.com/video.js/dist/video.js"></script>
  <script src="https://unpkg.com/videojs-contrib-hls/dist/videojs-contrib-hls.js"></script>
  
</head>
<body>
  <h1>Video.js Example Embed</h1>

  <video id="my_video_1" class="video-js vjs-default-skin" controls preload="auto" width="640" height="268" 
  data-setup=‘{}‘>
    <source src="https://devpull.91sbxc.com/bud-test/10013.m3u8?auth_key=1614187742-0-0-6d52bdfb503b549cf06ff4bb64861f62&aliyun_uuid=25ab9371-7399-4b94-9fdb-ffcd8cf92932" type="application/x-mpegURL">
  </video>
  
  <script>
  </script>
  
</body>
</html>