mirror of
https://github.com/bytedance/xgplayer.git
synced 2025-04-05 11:18:46 +08:00
fix(xgplayer-hls):修复HLS点播场景空列表时未触发报错问题
This commit is contained in:
parent
afa6e9be5d
commit
2ef52de850
@ -166,13 +166,14 @@ export function parseMediaPlaylist (lines, parentUrl, useLowLatency) {
|
||||
if (lastSegment) {
|
||||
if (endOfList) {
|
||||
lastSegment.isLast = true
|
||||
media.live = false
|
||||
|
||||
}
|
||||
media.endSN = lastSegment.sn
|
||||
media.endPartIndex = lastSegment.partIndex
|
||||
}
|
||||
|
||||
|
||||
if (endOfList) {
|
||||
media.live = false
|
||||
}
|
||||
media.totalDuration = totalDuration
|
||||
media.endCC = curCC
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user