Closed snowinszu closed 5 months ago
How to get the VOD/live property of the current playing stream from player?
If live, player.duration() returns Infinity.
player.duration()
Infinity
If using the LiveTracker there is also player.liveTracker.isLive().
player.liveTracker.isLive()
Thanks.
How to get the VOD/live property of the current playing stream from player?