mirror of
https://github.com/bytedance/xgplayer.git
synced 2025-04-05 11:18:46 +08:00
fix: (xgplayer-hls) playlist Live state
This commit is contained in:
parent
18976eaf28
commit
ef49196e1d
@ -166,11 +166,10 @@ export function parseMediaPlaylist (lines, parentUrl, useLowLatency) {
|
||||
if (lastSegment) {
|
||||
if (endOfList) {
|
||||
lastSegment.isLast = true
|
||||
media.live = false
|
||||
}
|
||||
media.endSN = lastSegment.sn
|
||||
media.endPartIndex = lastSegment.partIndex
|
||||
media.live = false
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user