<Why is ExoPlayer initial load time of video is mo...
# stackoverflow
u
Why is ExoPlayer initial load time of video is more than 5 seconds? ExoPlayer's initial load time is more than 5 seconds even after using DefaultLoadControl(). private fun initializePlayer() { if (player == null) { trackSelector = DefaultTrackSelector() loadControl = DefaultLoadControl( DefaultAllocator(true, 1024), 1000, // this is it! 2000, 1500, 3000, 1024, true ) player = ExoPlayerFactory.newSimpleInstance(...