-
请问有解决办法吗
-
由于看到文档 source 动态切换不支持直播,于是我将直播地址放到 options.source 之中,但是当 options.source 改变时,直播切换了,有了对应地址的音频,但是视频没有显示。
我试过当 options.source 修改后,使用 replay() 方法也没有产生作用。
-
![image](https://user-images.githubusercontent.com/10989111/90709252-5840bf00-e2ce-11ea-92c2-08ac66d541b7.png)
-
import VueAliplayer from 'vue-aliplayer-v2'
components: {
VueAliplayer: VueAliplayer.Player
},
关闭窗口,调用播放器销毁方法无法:
this.dataForm.videoUrl = ''
this.$refs.VueAliplayer.pause()
…
-
我猜测是因为添加的 还未生效,请问有什么好的解决方法吗?
-
按照例子编写了代码,打开页面报错,播放器不显示。
```
aliplayer-min.js:2 Uncaught TypeError: e.toLowerCase is not a function
at Object.f.exports.isRTMP (aliplayer-min.js:2)
at Object.f.exports.handleOption (alipla…
-
例如:直播地址http://ivi.bupt.edu.cn/hls/cctv1.m3u8
直接设置source: 'http://ivi.bupt.edu.cn/hls/cctv1.m3u8',的时候,播放是ok的,但是通过方法动态设置source的时候,就无法播放了,例如在getCurrentTime设置
getCurrentTime(){
this.source = 'http…
-
vue.runtime.esm.js?2b0e:619 [Vue warn]: Unknown custom element: - did you register the component correctly? For recursive components, make sure to provide the "name" option.
found in
按照文档局部引入主键,注…
-
播放源配置options.source尝试通过变量进行设置并没有效果,调用loadByUrl也不是很理想,是否有其它更好的解,谢谢。
-
```
import VueAliplayerV2 from "vue-aliplayer-v2";
components: {
"vue-aliplayer-v2": VueAliplayerV2
},
```
![image](https://user-images.githubusercontent.com/26561606/71460391-99…