mirror of
https://github.com/langyuxiansheng/vue-aliplayer-v2.git
synced 2025-04-05 19:41:39 +08:00
修正部分默认属性
This commit is contained in:
parent
f3b97d319c
commit
486cfe87bb
@ -59,42 +59,42 @@ export default {
|
||||
options: {
|
||||
// source:'//player.alicdn.com/video/aliyunmedia.mp4',
|
||||
isLive: !true, //切换为直播流的时候必填
|
||||
skinLayout: [
|
||||
{
|
||||
'name': 'bigPlayButton',
|
||||
'align': 'blabs',
|
||||
'x': 30,
|
||||
'y': 80
|
||||
},
|
||||
{
|
||||
'name': 'infoDisplay'
|
||||
},
|
||||
{
|
||||
'name': 'controlBar',
|
||||
'align': 'blabs',
|
||||
'x': 0,
|
||||
'y': 0,
|
||||
'children': [
|
||||
{
|
||||
'name': 'liveDisplay',
|
||||
'align': 'tlabs',
|
||||
'x': 15,
|
||||
'y': 6
|
||||
},
|
||||
{
|
||||
'name': 'fullScreenButton',
|
||||
'align': 'tr',
|
||||
'x': 10,
|
||||
'y': 10
|
||||
},
|
||||
{
|
||||
'name': 'volume',
|
||||
'align': 'tr',
|
||||
'x': 5,
|
||||
'y': 10
|
||||
}
|
||||
]
|
||||
}]
|
||||
// skinLayout: [
|
||||
// {
|
||||
// 'name': 'bigPlayButton',
|
||||
// 'align': 'blabs',
|
||||
// 'x': 30,
|
||||
// 'y': 80
|
||||
// },
|
||||
// {
|
||||
// 'name': 'infoDisplay'
|
||||
// },
|
||||
// {
|
||||
// 'name': 'controlBar',
|
||||
// 'align': 'blabs',
|
||||
// 'x': 0,
|
||||
// 'y': 0,
|
||||
// 'children': [
|
||||
// {
|
||||
// 'name': 'liveDisplay',
|
||||
// 'align': 'tlabs',
|
||||
// 'x': 15,
|
||||
// 'y': 6
|
||||
// },
|
||||
// {
|
||||
// 'name': 'fullScreenButton',
|
||||
// 'align': 'tr',
|
||||
// 'x': 10,
|
||||
// 'y': 10
|
||||
// },
|
||||
// {
|
||||
// 'name': 'volume',
|
||||
// 'align': 'tr',
|
||||
// 'x': 5,
|
||||
// 'y': 10
|
||||
// }
|
||||
// ]
|
||||
// }]
|
||||
// useFlashPrism: false, //指定为flash
|
||||
// disableSeek: true //禁用进度条的Seek,默认值为false
|
||||
},
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "vue-aliplayer-v2",
|
||||
"version": "1.2.8",
|
||||
"version": "1.2.9",
|
||||
"author": "yxs",
|
||||
"description": "感谢每一位支持开源的朋友. 这是一个基于Alipayer 开发并封装成vue组件的集成播放器.可播放rtmp,m3u8,mp4....视频.除支持直播流与点播的基础功能外,也支持视频的加密播放、清晰度切换、直播时移等业务场景",
|
||||
"main": "lib/vue-aliplayer-v2.umd.min.js",
|
||||
|
@ -34,8 +34,6 @@ export default {
|
||||
id: null, //播放器的ID
|
||||
width: '100%',
|
||||
autoplay: true,
|
||||
skinLayout: false,
|
||||
progressMarkers: false
|
||||
// isLive: true,
|
||||
//支持播放地址播放,此播放优先级最高
|
||||
// source: 'rtmp://182.145.195.238:1935/hls/1194076936807170050',
|
||||
|
Loading…
x
Reference in New Issue
Block a user