vue-dplayer
vue-dplayer copied to clipboard
📹 A Vue 2.x video player component based on DPlayer
Lacks support for HLS "vue.esm.js?efeb:1897 ReferenceError: Hls is not defined" please add hls.js within package.json
是我姿势不对吗 ```vue import VueDPlayer from 'vue-dplayer' import 'vue-dplayer/dist/vue-dplayer.css' export default { name: 'App', components: { 'd-player': VueDPlayer }, methods: { play() { console.log('play callback') } }, mounted() { // this.player...
Hi, I want to try this with Nuxt.js. Does it work with SSR? Thanks.
异步请求
异步请求回来视频的地址,设置 options.video.url 不能播放。
右键菜单如何取消
右键菜单如何取消
在网页上可以全屏,打包加壳成安卓app后不能全屏播放,求解
我的目前只能播放mp4格式。视频格式如何配置?

如题报错  发现问题 望修改