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!
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!
You can check CacheKeyFactory
interface.
Provide your own CacheKeyFactory
while creating CacheDataSource
CacheDataSource.Factory()
.setCacheKeyFactory(CustomCacheKeyFactory())
.build()