AliyunPlayer_Web
AliyunPlayer_Web copied to clipboard
The kinds of demo for H5 Aliplayer, which cover live, playback and multiple platforms, such as mobile, pc and weixin and so on
案例:https://web-attachment-1251036673.oss-cn-shanghai.aliyuncs.com/VideoRecord/offline/YZ001020200100002/21_07_28-085201.mp4 描述:该视频流本身有问题,在h5原生的video组件播放时会触发error事件,但用aliplayer播放时,会触发暂停事件。
设定弹幕时,1的模式下应该从整个画面的右边跑到左边,但是我的弹幕一直在画面的左边跑而已[https://upload.cc/i1/2021/10/05/d5PKY6.png](url) 找了很久发现是.danmu 里面的perspective值变成0了,但弄了半天不知要去哪修正这个问题,请大神帮帮忙 ``` test ```
记忆播放组件,不支持英语,只有中文,能处理一下吗
https://player.alicdn.com/aliplayer/presentation/index.html?type=pictureAD 請問這個範例的圖片廣告都出不來 我本地有試著換上別的圖也出不來 後來發現是 .pause-ad 裡面的 .ad-content 被寫了display: none !important; , 是bug嗎?
测试两个组建共同使用的时候,只有一个组建生效,播放器代码如下: ``` var danmukuList = [{danmuku}] var player = new Aliplayer({ "id": "player-con", "source": "{url}", "width": "100%", "height": "100%", "autoplay": true, "isLive": false, "rePlay": false, "playsinline": true, "preload": true, "controlBarVisibility":...
是否暴露了监听相关事件的api?
h5想实现记忆播放功能,能够获取到上次播放时刻,但是调用seek函数不起作用
app是用uniapp做的,在视频全屏何不全屏的情况下,列表数据能不全部显示,也不能滑动显示,求解决
_setup() { this.player = new Aliplayer(this.props,function(player){ player._switchLevel = 0; }); }想看下 Aliplayer 的源码,怎么看?
Bumps [yargs-parser](https://github.com/yargs/yargs-parser) from 5.0.0 to 5.0.1. Changelog Sourced from yargs-parser's changelog. 5.0.0 (2017-02-18) Bug Fixes environment variables should take precedence over config file (#81) (76cee1f) BREAKING CHANGES environment variables will...