Skip to content

Update to new Exoplayer version

Version 2.12.0 has breaking changes, that need to be examined:

  • DownloaderConstructorHelper is gone
  • DefaultDownloaderFactory has a different constructor signature
  • DownloadRequest.TYPE_PROGRESSIVE is gone

I have not found any documentation on how to migrate this easily, yet.

This could help, though:

In the end, this ticket should update to the latest version of Exoplayer, if possible, not just to 2.12.0.

There's additional documentation for migration to 2.13 available here:

Edited by Ryan Harg