How to migrate exoplayer download keys

84 Views Asked by At

Please help me. How to migrate exoplayer download manager data? I want to change download and cache keys. I use media3 lib, don`t see the api for this in SimpleCache and DownloadManager.

If you have any solution, please help me!

1

There are 1 best solutions below

1
Sravan On

You can check CacheKeyFactory interface. Provide your own CacheKeyFactory while creating CacheDataSource

CacheDataSource.Factory()
  .setCacheKeyFactory(CustomCacheKeyFactory())
  .build()