Fix start time on HLS videos
This commit is contained in:
parent
dfe4294a72
commit
e028d98372
1 changed files with 1 additions and 16 deletions
|
@ -98,25 +98,10 @@ class P2pMediaLoaderPlugin extends Plugin {
|
|||
|
||||
this.runStats()
|
||||
|
||||
this.hlsjs.on('hlsLevelLoaded', () => {
|
||||
console.log('hello1')
|
||||
this.player.one('canplay', () => {
|
||||
if (this.startTime) {
|
||||
this.player.currentTime(this.startTime)
|
||||
}
|
||||
|
||||
this.hlsjs.off('hlsLevelLoaded', this)
|
||||
})
|
||||
|
||||
this.hlsjs.on('hlsFragParsed', () => {
|
||||
console.log('hello2')
|
||||
})
|
||||
|
||||
this.hlsjs.on('hlsFragBuffered', () => {
|
||||
console.log('hello 3')
|
||||
})
|
||||
|
||||
this.player.one('loadedmetadata', () => {
|
||||
console.log('hello 4')
|
||||
})
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue