add Mp4Media Source
fun ExoPlayer.addMp4MediaSource(videoOptions: VideoOptions, onError: (Exception) -> Unit = { error ->
Log.e(
TAG,
"Failed to create session $error"
)
})
Adds a MediaSource to ExoPlayer to read from api.video MP4 URL.
Parameters
video Options
The VideoOptions to play
Adds a MediaSource to ExoPlayer to read from api.video MP4 URL. Use this method if you want to keep the session token for later usage.
Parameters
media Source Factory
The ApiVideoExoPlayerMediaFactory to play