With TVSDK, you can control the basic playback experience for live and video on demand (VOD). TVSDK provides methods and properties on the player instance that you can use to configure the player user interface.
Before you can use most of the TVSDK player methods, the player must be in a valid status.
Waiting for the player to be in the correct status ensures that the media resource has successfully loaded. If the player is not in at least the required status, many player methods throw MediaPlayerException
.
The required status is usually PREPARED. When this occurs, the callback routine for StatusChangeEventListener.onStatusChanged()
executes.
To confirm that the status is PREPARED
, check MediaPlayer.MediaPlayerStatus
.