Skip to content

Commit 22cfddb

Browse files
committed
add table of content, known problems to readme
1 parent 8fc4a9a commit 22cfddb

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

README.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
1-
# Video cache support for Android
1+
## Video cache support for Android
22
[![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-AndroidVideoCache-brightgreen.svg?style=flat)](http://android-arsenal.com/details/1/1751)
33

4+
## Table of Content
5+
- [Why AndroidVideoCache?](#why-androidvideocache)
6+
- [Features](#features)
7+
- [Get started](#get-started)
8+
- [Recipes](#recipes)
9+
- [Disk cache limit](#disk-cache-limit)
10+
- [Listen caching progress](#listen-caching-progress)
11+
- [Sample](#sample)
12+
- [Known problems](#known-problems)
13+
- [Whats new](#whats-new)
14+
- [Code contributions](#code-contributions)
15+
- [Where published?](#where-published)
16+
- [Questions?](#questions)
17+
- [License](#license)
18+
419
## Why AndroidVideoCache?
520
Because there is no sense to download video a lot of times while streaming!
621
`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.
96111
### Sample
97112
See `sample` app.
98113

114+
## Known problems
115+
`AndroidVideoCache` [doesn't work](https://github.com/danikula/AndroidVideoCache/issues/28) if wifi or mobile internet connection uses proxy.
116+
99117
## Whats new
100118
See Release Notes [here](https://github.com/danikula/AndroidVideoCache/releases)
101119

0 commit comments

Comments
 (0)