You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because there is no sense to download video a lot of times while streaming!
6
21
`AndroidVideoCache` allows to add caching support to your `VideoView/MediaPlayer`, [ExoPlayer](https://github.com/danikula/ExoPlayer/commit/6110be8559f003f98020ada8c5e09691b67aaff4) or any another player with help of single line!
@@ -96,6 +111,9 @@ See `sample` app for more details.
96
111
### Sample
97
112
See `sample` app.
98
113
114
+
## Known problems
115
+
`AndroidVideoCache`[doesn't work](https://github.com/danikula/AndroidVideoCache/issues/28) if wifi or mobile internet connection uses proxy.
116
+
99
117
## Whats new
100
118
See Release Notes [here](https://github.com/danikula/AndroidVideoCache/releases)
0 commit comments