How to get the VOD/live property of the current playing stream from player?
snowinszu opened this issue · 2 comments
snowinszu commented
How to get the VOD/live property of the current playing stream from player?
mister-ben commented
If live, player.duration()
returns Infinity
.
If using the LiveTracker there is also player.liveTracker.isLive()
.
snowinszu commented
Thanks.