Calculates player seekable time range for live. As the player returns { start: -1, end: -1 } for live streams we need to calculate the seekableRange based on maxTimeshift.
{ start: -1, end: -1 }
seekableRange
maxTimeshift
Calculates player seekable time range for live. As the player returns
{ start: -1, end: -1 }
for live streams we need to calculate theseekableRange
based onmaxTimeshift
.