mirror of
https://github.com/bytedance/xgplayer.git
synced 2025-04-05 11:18:46 +08:00
release: xgplayer@3.0.21-alphafix.8
This commit is contained in:
parent
7d293789d3
commit
77025eb516
@ -1,6 +1,7 @@
|
|||||||
import Player, { SimplePlayer, Util } from '../../packages/xgplayer/src/index'
|
import Player, { SimplePlayer, Util } from '../../packages/xgplayer/src/index'
|
||||||
import Magnifier from '../../packages/xgplayer/src/plugins/magnifier'
|
import Magnifier from '../../packages/xgplayer/src/plugins/magnifier'
|
||||||
import HlsPlayer from '../../packages/xgplayer-hls/src/index'
|
import HlsPlayer from '../../packages/xgplayer-hls/src/index'
|
||||||
|
import TimeSegmentsControls from '../../packages/xgplayer/src/plugins/time/timesegments'
|
||||||
import Poster from '../../packages/xgplayer/src/plugins/poster'
|
import Poster from '../../packages/xgplayer/src/plugins/poster'
|
||||||
// import HeatMap from '../../packages/xgplayer/src/plugins/heatmap'
|
// import HeatMap from '../../packages/xgplayer/src/plugins/heatmap'
|
||||||
import { I18N } from '../../packages/xgplayer/src'
|
import { I18N } from '../../packages/xgplayer/src'
|
||||||
@ -294,7 +295,7 @@ function init(index = 0, config = {}) {
|
|||||||
url: url
|
url: url
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
url: "https://pull-hls-f16-admin-tt03.fcdn.eu.tiktokcdn.com/stage/stream-3286130944701891453/index.m3u8?end=1722529170&reviewer_country_code=SG&start=1722529110", //"./3_555555_h264.mp4",
|
url: "https://pull-hls-f16-admin-tt01.tiktokcdn-us.com/stage/stream-3574518998224077744/index.m3u8?start=1724877259&end=1724877279", //"./3_555555_h264.mp4",
|
||||||
DynamicBg: {
|
DynamicBg: {
|
||||||
disable: false
|
disable: false
|
||||||
},
|
},
|
||||||
@ -305,7 +306,7 @@ function init(index = 0, config = {}) {
|
|||||||
videoInit: true,
|
videoInit: true,
|
||||||
preloadTime: 20,
|
preloadTime: 20,
|
||||||
ignores:[],
|
ignores:[],
|
||||||
plugins: [HlsPlayer],
|
plugins: [HlsPlayer, TimeSegmentsControls],
|
||||||
rotate: false,
|
rotate: false,
|
||||||
heatmap: {
|
heatmap: {
|
||||||
data: headmapData,
|
data: headmapData,
|
||||||
@ -347,7 +348,7 @@ function init(index = 0, config = {}) {
|
|||||||
// timeSegments: ,
|
// timeSegments: ,
|
||||||
timeSegmentsControls:{
|
timeSegmentsControls:{
|
||||||
disable: false,
|
disable: false,
|
||||||
segments: [{start: 35, end: 60}]
|
segments: [{start: 0, end: 20}]
|
||||||
},
|
},
|
||||||
keyboard: {
|
keyboard: {
|
||||||
seekStep: 2
|
seekStep: 2
|
||||||
@ -357,13 +358,13 @@ function init(index = 0, config = {}) {
|
|||||||
// height: 50,
|
// height: 50,
|
||||||
mode: 'short',
|
mode: 'short',
|
||||||
ispots: [{
|
ispots: [{
|
||||||
time: 20,
|
time: 0,
|
||||||
duration: 10,
|
duration: 5,
|
||||||
text: '1111',
|
text: '1111',
|
||||||
id: 1
|
id: 1
|
||||||
},{
|
},{
|
||||||
time: 40,
|
time: 10,
|
||||||
duration: 165,
|
duration: 15,
|
||||||
text: '2222',
|
text: '2222',
|
||||||
id: 2
|
id: 2
|
||||||
},{
|
},{
|
||||||
@ -490,13 +491,13 @@ function init(index = 0, config = {}) {
|
|||||||
return true
|
return true
|
||||||
})
|
})
|
||||||
|
|
||||||
// window[p].usePluginHooks('progress', 'dragstart', (plugin, event, data) =>{
|
window[p].usePluginHooks('progress', 'dragstart', (plugin, event, data) =>{
|
||||||
// console.log('progress', data)
|
console.log('progress', data)
|
||||||
// // TODO
|
// TODO
|
||||||
// if (data.currentTime > currentTime) {
|
if (data.currentTime > currentTime) {
|
||||||
// return false
|
return false
|
||||||
// }
|
}
|
||||||
// })
|
})
|
||||||
|
|
||||||
// window[p].usePluginHooks('progress', 'drag', (plugin, event, data) =>{
|
// window[p].usePluginHooks('progress', 'drag', (plugin, event, data) =>{
|
||||||
// // TODO
|
// // TODO
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "xgplayer",
|
"name": "xgplayer",
|
||||||
"version": "3.0.21-alpha.8",
|
"version": "3.0.21-alphafix.8",
|
||||||
"description": "video player",
|
"description": "video player",
|
||||||
"main": "dist/index.min.js",
|
"main": "dist/index.min.js",
|
||||||
"module": "es/index.js",
|
"module": "es/index.js",
|
||||||
@ -16,7 +16,7 @@
|
|||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"registry": "https://registry.npmjs.org/",
|
"registry": "https://registry.npmjs.org/",
|
||||||
"access": "public",
|
"access": "public",
|
||||||
"tag": "alpha"
|
"tag": "alphafix"
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"dist",
|
"dist",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user