In some cases, you need to know whether the media content is live or VOD.
Ensure that the player is in at least the INITIALIZED status.
Determine whether the MediaPlayerItem content is live (true) or VOD (false).
MediaPlayerItem
function get isLive():Boolean;