基于flv.js自定义播放器

2021-02-01 20:16

阅读:427

标签:scale   tar   chm   cursor   important   indexof   时长   key   ast   

公司需要播放flv格式播放器,所以基于flv.js写了个带UI的播放器,需要的可以直接复制,保存首先必须安装flv.js,
引入
   
import FlvVideo from "~/components/flv";
export default {
  components:{
    FlvVideo
  },
。。。。。
}
 
 this.defintion=[//设置不同清晰度,以及清晰度按钮文本
              {url:this.urls+‘?definition=LD&videoType=flv‘,leavel:‘高清‘},
              {url:this.urls+‘?definition=SD&videoType=flv‘,leavel:‘超清‘}
              ]
 
//将一下代码保存为flv.vue
  
    
    
      
        
          version="1.1"
          id="loader-1"
          x="0px"
          y="0px"
          width="100px"
          height="100px"
          viewBox="0 0 50 50"
          style="enable-background:new 0 0 50 50;"
          xml:space="preserve"
        >
          
            fill="#000"
            d="M43.935,25.145c0-10.318-8.364-18.683-18.683-18.683c-10.318,0-18.683,8.365-18.683,18.683h4.068c0-8.071,6.543-14.615,14.615-14.615c8.072,0,14.615,6.543,14.615,14.615H43.935z"
            transform="rotate(110.097 25 25)"
          >
            
              attributeType="xml"
              attributeName="transform"
              type="rotate"
              from="0 25 25"
              to="360 25 25"
              dur="0.6s"
              repeatCount="indefinite"
            />
          
        
        
加载中,请稍后....
      
      您的浏览器不支持canvas
      


评论


亲,登录后才可以留言!