I have a question about ExoPlayer
and caching. Struggling with this for a 2 days already and searched over the internet but I can't collect all informations together in one picture, don't know is that even possible. So my question is:
Can somehow using ExoPlayer
components like CacheDataSource
, CacheUtils
etc, video be cached and than Uri
of that video retrieved? Like independently from ExoPlayer
I tried with DataSpec
, CacheUtil
, SimpleCache
but didn't find a way to do this.
I don't know is that a simple question or maybe it is not possible at all. Any help would be appreciated