danikula / danikula/AndroidVideoCache

Download all file before playing

Open
#170 0 comments 2 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
5.5k
Forks
1.2k
PR merge metrics
No merged PRs in 30d

Description

Hi,Thank you for your great job on this project.
When I use the sample with the video url (http://ob9fctxij.bkt.clouddn.com/20170702/3adf24fd-c296-48ee-97d5-e0b9f0f11dfd.mp4) at the latest version 2.7.0
The video will download to 100 percent ,then the video will start to play ,what should I do fo this case?

Following is the console log:

08-07 14:52:51.900 17496-17496/com.danikula.videocache.sample W/ActivityThread: Application com.danikula.videocache.sample is waiting for the debugger on port 8100...
08-07 14:52:51.901 17496-17496/com.danikula.videocache.sample I/System.out: Sending WAIT chunk
08-07 14:52:53.100 17496-17506/com.danikula.videocache.sample I/art: Debugger is active
08-07 14:52:53.102 17496-17496/com.danikula.videocache.sample I/System.out: Debugger has connected
08-07 14:52:53.102 17496-17496/com.danikula.videocache.sample I/System.out: waiting for debugger to settle...
08-07 14:52:53.303 17496-17496/com.danikula.videocache.sample I/System.out: waiting for debugger to settle...
08-07 14:52:53.503 17496-17496/com.danikula.videocache.sample I/System.out: waiting for debugger to settle...
08-07 14:52:53.703 17496-17496/com.danikula.videocache.sample I/System.out: waiting for debugger to settle...
08-07 14:52:53.903 17496-17496/com.danikula.videocache.sample I/System.out: waiting for debugger to settle...
08-07 14:52:54.103 17496-17496/com.danikula.videocache.sample I/System.out: waiting for debugger to settle...
08-07 14:52:54.303 17496-17496/com.danikula.videocache.sample I/System.out: waiting for debugger to settle...
08-07 14:52:54.504 17496-17496/com.danikula.videocache.sample I/System.out: waiting for debugger to settle...
08-07 14:52:54.704 17496-17496/com.danikula.videocache.sample I/System.out: debugger has settled (1450)
08-07 14:52:54.814 17496-17801/com.danikula.videocache.sample D/OpenGLRenderer: Use EGL_SWAP_BEHAVIOR_PRESERVED: true
08-07 14:52:54.827 17496-17496/com.danikula.videocache.sample D/Atlas: Validating map...
08-07 14:52:54.875 17496-17801/com.danikula.videocache.sample I/Adreno-EGL: : QUALCOMM Build: 01/14/15, ab0075f, Id3510ff6dc
08-07 14:52:54.876 17496-17801/com.danikula.videocache.sample I/OpenGLRenderer: Initialized EGL, version 1.4
08-07 14:52:54.891 17496-17801/com.danikula.videocache.sample D/OpenGLRenderer: Enabling debug mode 0
08-07 14:53:05.431 17496-18315/com.danikula.videocache.sample I/Pinger: Ping response: `ping ok`, pinged? true
08-07 14:53:05.432 17496-17496/com.danikula.videocache.sample I/HttpProxyCacheServer: Proxy cache server started. Is it alive? true
08-07 14:53:05.440 17496-18315/com.danikula.videocache.sample I/Pinger: Ping response: `ping ok`, pinged? true
08-07 14:53:05.441 17496-17496/com.danikula.videocache.sample D/VideoFragment: Use proxy url http://127.0.0.1:35053/http%3A%2F%2Fob9fctxij.bkt.clouddn.com%2F20170702%2F3adf24fd-c296-48ee-97d5-e0b9f0f11dfd.mp4 instead of original url http://ob9fctxij.bkt.clouddn.com/20170702/3adf24fd-c296-48ee-97d5-e0b9f0f11dfd.mp4
08-07 14:53:05.508 17496-17496/com.danikula.videocache.sample D/MediaPlayer: Couldn't open file on client side, trying server side
08-07 14:53:05.712 17496-17496/com.danikula.videocache.sample D/VideoFragment: onCacheAvailable. percents: 0, file: /storage/emulated/0/Android/data/com.danikula.videocache.sample/cache/video-cache/42bbd770de1f9a8ead6e6adfa40bd63c.mp4.download, url: http://ob9fctxij.bkt.clouddn.com/20170702/3adf24fd-c296-48ee-97d5-e0b9f0f11dfd.mp4
08-07 14:53:05.726 17496-17496/com.danikula.videocache.sample D/VideoFragment: onCacheAvailable. percents: 1, file: /storage/emulated/0/Android/data/com.danikula.videocache.sample/cache/video-cache/42bbd770de1f9a8ead6e6adfa40bd63c.mp4.download, url: http://ob9fctxij.bkt.clouddn.com/20170702/3adf24fd-c296-48ee-97d5-e0b9f0f11dfd.mp4
08-07 14:53:05.742 17496-17496/com.danikula.videocache.sample D/VideoFragment: onCacheAvailable. percents: 2, file: /storage/emulated/0/Android/data/com.danikula.videocache.sample/cache/video-cache/42bbd770de1f9a8ead6e6adfa40bd63c.mp4.download, url: http://ob9fctxij.bkt.clouddn.com/20170702/3adf24fd-c296-48ee-97d5-e0b9f0f11dfd.mp4
08-07 14:53:05.757 17496-17496/com.danikula.videocache.sample D/VideoFragment: onCacheAvailable. percents: 3, file: /storage/emulated/0/Android/data/com.danikula.videocache.sample/cache/video-cache/42bbd770de1f9a8ead6e6adfa40bd63c.mp4.download, url: http://ob9fctxij.bkt.clouddn.com/20170702/3adf24fd-c296-48ee-97d5-e0b9f0f11dfd.mp4
08-07 14:53:05.771 17496-17496/com.danikula.videocache.sample D/VideoFragment: onCacheAvailable. percents: 4, file: /storage/emulated/0/Android/data/com.danikula.videocache.sample/cache/video-cache/42bbd770de1f9a8ead6e6adfa40bd63c.mp4.download, url: http://ob9fctxij.bkt.clouddn.com/20170702/3adf24fd-c296-48ee-97d5-e0b9f0f11dfd.mp4
08-07 14:53:05.785 17496-17496/com.danikula.videocache.sample D/VideoFragment: onCacheAvailable. percents: 5, file: /storage/emulated/0/Android/data/com.danikula.videocache.sample/cache/video-cache/42bbd770de1f9a8ead6e6adfa40bd63c.mp4.download, url: http://ob9fctxij.bkt.clouddn.com/20170702/3adf24fd-c296-48ee-97d5-e0b9f0f11dfd.mp4
08-07 14:53:06.772 17496-17496/com.danikula.videocache.sample D/VideoFragment: onCacheAvailable. percents: 6, file: /storage/emulated/0/Android/data/com.danikula.videocache.sample/cache/video-cache/42bbd770de1f9a8ead6e6adfa40bd63c.mp4.download, url: http://ob9fctxij.bkt.clouddn.com/20170702/3adf24fd-c296-48ee-97d5-e0b9f0f11dfd.mp4
08-07 14:53:06.786 17496-17496/com.danikula.videocache.sample D/VideoFragment: onCacheAvailable. percents: 7, file: /storage/emulated/0/Android/data/com.danikula.videocache.sample/cache/video-cache/42bbd770de1f9a8ead6e6adfa40bd63c.mp4.download, url: http://ob9fctxij.bkt.clouddn.com/20170702/3adf24fd-c296-48ee-97d5-e0b9f0f11dfd.mp4
08-07 14:53:06.809 17496-17496/com.danikula.videocache.sample D/VideoFragment: onCacheAvailable. percents: 8, file: /storage/emulated/0/Android/data/com.danikula.videocache.sample/cache/video-cache/42bbd770de1f9a8ead6e6adfa40bd63c.mp4.download, url: http://ob9fctxij.bkt.clouddn.com/20170702/3adf24fd-c296-48ee-97d5-e0b9f0f11dfd.mp4
08-07 14:53:06.821 17496-17496/com.danikula.videocache.sample D/VideoFragment: onCacheAvailable. percents: 9, file: /storage/emulated/0/Android/data/com.danikula.videocache.sample/cache/video-cache/42bbd770de1f9a8ead6e6adfa40bd63c.mp4.download, url: http://ob9fctxij.bkt.clouddn.com/20170702/3adf24fd-c296-48ee-97d5-e0b9f0f11dfd.mp4
08-07 14:53:06.838 17496-17496/com.danikula.videocache.sample D/VideoFragment: onCacheAvailable. percents: 10, file: /storage/emulated/0/Android/data/com.danikula.videocache.sample/cache/video-cache/42bbd770de1f9a8ead6e6adfa40bd63c.mp4.download, url: http://ob9fctxij.bkt.clouddn.com/20170702/3adf24fd-c296-48ee-97d5-e0b9f0f11dfd.mp4
08-07 14:53:07.802 17496-17496/com.danikula.videocache.sample D/VideoFragment: onCacheAvailable. percents: 11, file: /storage/emulated/0/Android/data/com.danikula.videocache.sample/cache/video-cache/42bbd770de1f9a8ead6e6adfa40bd63c.mp4.download, url: http://ob9fctxij.bkt.clouddn.com/20170702/3adf24fd-c296-48ee-97d5-e0b9f0f11dfd.mp4
08-07 14:53:07.811 17496-17496/com.danikula.videocache.sample D/VideoFragment: onCacheAvailable. percents: 12, file: /storage/emulated/0/Android/data/com.danikula.videocache.sample/cache/video-cache/42bbd770de1f9a8ead6e6adfa40bd63c.mp4.download, url: http://ob9fctxij.bkt.clouddn.com/20170702/3adf24fd-c296-48ee-97d5-e0b9f0f11dfd.mp4
08-07 14:53:07.816 17496-18322/com.danikula.videocache.sample W/HttpProxyCacheServer: Failed to close socket on proxy side: shutdown failed: ENOTCONN (Transport endpoint is not connected). It seems client have already closed connection.
08-07 14:53:07.823 17496-17496/com.danikula.videocache.sample D/VideoFragment: onCacheAvailable. percents: 13, file: /storage/emulated/0/Android/data/com.danikula.videocache.sample/cache/video-cache/42bbd770de1f9a8ead6e6adfa40bd63c.mp4.download, url: http://ob9fctxij.bkt.clouddn.com/20170702/3adf24fd-c296-48ee-97d5-e0b9f0f11dfd.mp4
08-07 14:53:07.837 17496-17496/com.danikula.videocache.sample D/VideoFragment: onCacheAvailable. percents: 14, file: /storage/emulated/0/Android/data/com.danikula.videocache.sample/cache/video-cache/42bbd770de1f9a8ead6e6adfa40bd63c.mp4.download, url: http://ob9fctxij.bkt.clouddn.com/20170702/3adf24fd-c296-48ee-97d5-e0b9f0f11dfd.mp4
08-07 14:53:07.854 17496-17496/com.danikula.videocache.sample D/VideoFragment: onCacheAvailable. percents: 15, file: /storage/emulated/0/Android/data/com.danikula.videocache.sample/cache/video-cache/42bbd770de1f9a8ead6e6adfa40bd63c.mp4.download, url: http://ob9fctxij.bkt.clouddn.com/20170702/3adf24fd-c296-48ee-97d5-e0b9f0f11dfd.mp4
08-07 14:53:07.854 17496-17496/com.danikula.videocache.sample D/VideoFragment: onCacheAvailable. percents: 16, file: /storage/emulated/0/Android/data/com.danikula.videocache.sample/cache/video-cache/42bbd770de1f9a8ead6e6adfa40bd63c.mp4.download, url: http://ob9fctxij.bkt.clouddn.com/20170702/3adf24fd-c296-48ee-97d5-e0b9f0f11dfd.mp4
08-07 14:53:08.893 17496-17496/com.danikula.videocache.sample D/VideoFragment: onCacheAvailable. percents: 17, file: /storage/emulated/0/Android/data/com.danikula.videocache.sample/cache/video-cache/42bbd770de1f9a8ead6e6adfa40bd63c.mp4.download, url: http://ob9fctxij.bkt.clouddn.com/20170702/3adf24fd-c296-48ee-97d5-e0b9f0f11dfd.mp4
08-07 14:53:08.917 17496-17496/com.danikula.videocache.sample D/VideoFragment: onCacheAvailable. percents: 18, file: /storage/emulated/0/Android/data/com.danikula.videocache.sample/cache/video-cache/42bbd770de1f9a8ead6e6adfa40bd63c.mp4.download, url: http://ob9fctxij.bkt.clouddn.com/20170702/3adf24fd-c296-48ee-97d5-e0b9f0f11dfd.mp4
08-07 14:53:08.927 17496-17496/com.danikula.videocache.sample D/VideoFragment: onCacheAvailable. percents: 19, file: /storage/emulated/0/Android/data/com.danikula.videocache.sample/cache/video-cache/42bbd770de1f9a8ead6e6adfa40bd63c.mp4.download, url: http://ob9fctxij.bkt.clouddn.com/20170702/3adf24fd-c296-48ee-97d5-e0b9f0f11dfd.mp4
08-07 14:53:08.939 17496-17496/com.danikula.videocache.sample D/VideoFragment: onCacheAvailable. percents: 20, file: /storage/emulated/0/Android/data/com.danikula.videocache.sample/cache/video-cache/42bbd770de1f9a8ead6e6adfa40bd63c.mp4.download, url: http://ob9fctxij.bkt.clouddn.com/20170702/3adf24fd-c296-48ee-97d5-e0b9f0f11dfd.mp4
08-07 14:53:08.939 17496-17496/com.danikula.videocache.sample D/VideoFragment: onCacheAvailable. percents: 21, file: /storage/emulated/0/Android/data/com.danikula.videocache.sample/cache/video-cache/42bbd770de1f9a8ead6e6adfa40bd63c.mp4.download, url: http://ob9fctxij.bkt.clouddn.com/20170702/3adf24fd-c296-48ee-97d5-e0b9f0f11dfd.mp4
08-07 14:53:09.822 17496-17496/com.danikula.videocache.sample D/VideoFragment: onCacheAvailable. percents: 22, file: /storage/emulated/0/Android/data/com.danikula.videocache.sample/cache/video-cache/42bbd770de1f9a8ead6e6adfa40bd63c.mp4.download, url: http://ob9fctxij.bkt.clouddn.com/20170702/3adf24fd-c296-48ee-97d5-e0b9f0f11dfd.mp4
08-07 14:53:09.868 17496-17496/com.danikula.videocache.sample D/VideoFragment: onCacheAvailable. percents: 23, file: /storage/emulated/0/Android/data/com.danikula.videocache.sample/cache/video-cache/42bbd770de1f9a8ead6e6adfa40bd63c.mp4.download, url: http://ob9fctxij.bkt.clouddn.com/20170702/3adf24fd-c296-48ee-97d5-e0b9f0f11dfd.mp4
08-07 14:53:09.873 17496-17496/com.danikula.videocache.sample D/VideoFragment: onCacheAvailable. percents: 24, file: /storage/emulated/0/Android/data/com.danikula.videocache.sample/cache/video-cache/42bbd770de1f9a8ead6e6adfa40bd63c.mp4.download, url: http://ob9fctxij.bkt.clouddn.com/20170702/3adf24fd-c296-48ee-97d5-e0b9f0f11dfd.mp4
08-07 14:53:09.890 17496-17496/com.danikula.videocache.sample D/VideoFragment: onCacheAvailable. percents: 25, file: /storage/emulated/0/Android/data/com.danikula.videocache.sample/cache/video-cache/42bbd770de1f9a8ead6e6adfa40bd63c.mp4.download, url: http://ob9fctxij.bkt.clouddn.com/20170702/3adf24fd-c296-48ee-97d5-e0b9f0f11dfd.mp4
08-07 14:53:09.890 17496-17496/com.danikula.videocache.sample D/VideoFragment: onCacheAvailable. percents: 26, file: /storage/emulated/0/Android/data/com.danikula.videocache.sample/cache/video-cache/42bbd770de1f9a8ead6e6adfa40bd63c.mp4.download, url: http://ob9fctxij.bkt.clouddn.com/20170702/3adf24fd-c296-48ee-97d5-e0b9f0f11dfd.mp4
08-07 14:53:10.857 17496-17496/com.danikula.videocache.sample D/VideoFragment: onCacheAvailable. percents: 27, file: /storage/emulated/0/Android/data/com.danikula.videocache.sample/cache/video-cache/42bbd770de1f9a8ead6e6adfa40bd63c.mp4.download, url: http://ob9fctxij.bkt.clouddn.com/20170702/3adf24fd-c296-48ee-97d5-e0b9f0f11dfd.mp4
08-07 14:53:10.928 17496-17496/com.danikula.videocache.sample D/VideoFragment: onCacheAvailable. percents: 28, file: /storage/emulated/0/Android/data/com.danikula.videocache.sample/cache/video-cache/42bbd770de1f9a8ead6e6adfa40bd63c.mp4.download, url: http://ob9fctxij.bkt.clouddn.com/20170702/3adf24fd-c296-48ee-97d5-e0b9f0f11dfd.mp4
08-07 14:53:10.941 17496-17496/com.danikula.videocache.sample D/VideoFragment: onCacheAvailable. percents: 29, file: /storage/emulated/0/Android/data/com.danikula.videocache.sample/cache/video-cache/42bbd770de1f9a8ead6e6adfa40bd63c.mp4.download, url: http://ob9fctxij.bkt.clouddn.com/20170702/3adf24fd-c296-48ee-97d5-e0b9f0f11dfd.mp4
08-07 14:53:10.941 17496-17496/com.danikula.videocache.sample D/VideoFragment: onCacheAvailable. percents: 30, file: /storage/emulated/0/Android/data/com.danikula.videocache.sample/cache/video-cache/42bbd770de1f9a8ead6e6adfa40bd63c.mp4.download, url: http://ob9fctxij.bkt.clouddn.com/20170702/3adf24fd-c296-48ee-97d5-e0b9f0f11dfd.mp4
08-07 14:53:10.941 17496-17496/com.danikula.videocache.sample D/VideoFragment: onCacheAvailable. percents: 31, file: /storage/emulated/0/Android/data/com.danikula.videocache.sample/cache/video-cache/42bbd770de1f9a8ead6e6adfa40bd63c.mp4.download, url: http://ob9fctxij.bkt.clouddn.com/20170702/3adf24fd-c296-48ee-97d5-e0b9f0f11dfd.mp4
08-07 14:53:10.956 17496-17496/com.danikula.videocache.sample D/VideoFragment: onCacheAvailable. percents: 32, file: /storage/emulated/0/Android/data/com.danikula.videocache.sample/cache/video-cache/42bbd770de1f9a8ead6e6adfa40bd63c.mp4.download, url: http://ob9fctxij.bkt.clouddn.com/20170702/3adf24fd-c296-48ee-97d5-e0b9f0f11dfd.mp4
08-07 14:53:11.939 17496-17496/com.danikula.videocache.sample D/VideoFragment: onCacheAvailable. percents: 33, file: /storage/emulated/0/Android/data/com.danikula.videocache.sample/cache/video-cache/42bbd770de1f9a8ead6e6adfa40bd63c.mp4.download, url: http://ob9fctxij.bkt.clouddn.com/20170702/3adf24fd-c296-48ee-97d5-e0b9f0f11dfd.mp4
08-07 14:53:11.958 17496-17496/com.danikula.videocache.sample D/VideoFragment: onCacheAvailable. percents: 34, file: /storage/emulated/0/Android/data/com.danikula.videocache.sample/cache/video-cache/42bbd770de1f9a8ead6e6adfa40bd63c.mp4.download, url: http://ob9fctxij.bkt.clouddn.com/20170702/3adf24fd-c296-48ee-97d5-e0b9f0f11dfd.mp4
08-07 14:53:11.979 17496-17496/com.danikula.videocache.sample D/VideoFragment: onCacheAvailable. percents: 35, file: /storage/emulated/0/Android/data/com.danikula.videocache.sample/cache/video-cache/42bbd770de1f9a8ead6e6adfa40bd63c.mp4.download, url: http://ob9fctxij.bkt.clouddn.com/20170702/3adf24fd-c296-48ee-97d5-e0b9f0f11dfd.mp4
08-07 14:53:11.993 17496-17496/com.danikula.videocache.sample D/VideoFragment: onCacheAvailable. percents: 36, file: /storage/emulated/0/Android/data/com.danikula.videocache.sample/cache/video-cache/42bbd770de1f9a8ead6e6adfa40bd63c.mp4.download, url: http://ob9fctxij.bkt.clouddn.com/20170702/3adf24fd-c296-48ee-97d5-e0b9f0f11dfd.mp4
08-07 14:53:11.993 17496-17496/com.danikula.videocache.sample D/VideoFragment: onCacheAvailable. percents: 37, file: /storage/emulated/0/Android/data/com.danikula.videocache.sample/cache/video-cache/42bbd770de1f9a8ead6e6adfa40bd63c.mp4.download, url: http://ob9fctxij.bkt.clouddn.com/20170702/3adf24fd-c296-48ee-97d5-e0b9f0f11dfd.mp4
08-07 14:53:12.847 17496-17496/com.danikula.videocache.sample D/VideoFragment: onCacheAvailable. percents: 38, file: /storage/emulated/0/Android/data/com.danikula.videocache.sample/cache/video-cache/42bbd770de1f9a8ead6e6adfa40bd63c.mp4.download, url: http://ob9fctxij.bkt.clouddn.com/20170702/3adf24fd-c296-48ee-97d5-e0b9f0f11dfd.mp4
08-07 14:53:12.867 17496-17496/com.danikula.videocache.sample D/VideoFragment: onCacheAvailable. percents: 39, file: /storage/emulated/0/Android/data/com.danikula.videocache.sample/cache/video-cache/42bbd770de1f9a8ead6e6adfa40bd63c.mp4.download, url: http://ob9fctxij.bkt.clouddn.com/20170702/3adf24fd-c296-48ee-97d5-e0b9f0f11dfd.mp4
08-07 14:53:12.877 17496-17496/com.danikula.videocache.sample D/VideoFragment: onCacheAvailable. percents: 40, file: /storage/emulated/0/Android/data/com.danikula.videocache.sample/cache/video-cache/42bbd770de1f9a8ead6e6adfa40bd63c.mp4.download, url: http://ob9fctxij.bkt.clouddn.com/20170702/3adf24fd-c296-48ee-97d5-e0b9f0f11dfd.mp4
08-07 14:53:12.891 17496-17496/com.danikula.videocache.sample D/VideoFragment: onCacheAvailable. percents: 41, file: /storage/emulated/0/Android/data/com.danikula.videocache.sample/cache/video-cache/42bbd770de1f9a8ead6e6adfa40bd63c.mp4.download, url: http://ob9fctxij.bkt.clouddn.com/20170702/3adf24fd-c296-48ee-97d5-e0b9f0f11dfd.mp4
08-07 14:53:12.892 17496-17496/com.danikula.videocache.sample D/VideoFragment: onCacheAvailable. percents: 42, file: /storage/emulated/0/Android/data/com.danikula.videocache.sample/cache/video-cache/42bbd770de1f9a8ead6e6adfa40bd63c.mp4.download, url: http://ob9fctxij.bkt.clouddn.com/20170702/3adf24fd-c296-48ee-97d5-e0b9f0f11dfd.mp4
08-07 14:53:13.866 17496-17496/com.danikula.videocache.sample D/VideoFragment: onCacheAvailable. percents: 43, file: /storage/emulated/0/Android/data/com.danikula.videocache.sample/cache/video-cache/42bbd770de1f9a8ead6e6adfa40bd63c.mp4.download, url: http://ob9fctxij.bkt.clouddn.com/20170702/3adf24fd-c296-48ee-97d5-e0b9f0f11dfd.mp4
08-07 14:53:13.880 17496-17496/com.danikula.videocache.sample D/VideoFragment: onCacheAvailable. percents: 44, file: /storage/emulated/0/Android/data/com.danikula.videocache.sample/cache/video-cache/42bbd770de1f9a8ead6e6adfa40bd63c.mp4.download, url: http://ob9fctxij.bkt.clouddn.com/20170702/3adf24fd-c296-48ee-97d5-e0b9f0f11dfd.mp4
08-07 14:53:13.925 17496-17496/com.danikula.videocache.sample D/VideoFragment: onCacheAvailable. percents: 45, file: /storage/emulated/0/Android/data/com.danikula.videocache.sample/cache/video-cache/42bbd770de1f9a8ead6e6adfa40bd63c.mp4.download, url: http://ob9fctxij.bkt.clouddn.com/20170702/3adf24fd-c296-48ee-97d5-e0b9f0f11dfd.mp4
08-07 14:53:13.943 17496-17496/com.danikula.videocache.sample D/VideoFragment: onCacheAvailable. percents: 46, file: /storage/emulated/0/Android/data/com.danikula.videocache.sample/cache/video-cache/42bbd770de1f9a8ead6e6adfa40bd63c.mp4.download, url: http://ob9fctxij.bkt.clouddn.com/20170702/3adf24fd-c296-48ee-97d5-e0b9f0f11dfd.mp4
08-07 14:53:13.943 17496-17496/com.danikula.videocache.sample D/VideoFragment: onCacheAvailable. percents: 47, file: /storage/emulated/0/Android/data/com.danikula.videocache.sample/cache/video-cache/42bbd770de1f9a8ead6e6adfa40bd63c.mp4.download, url: http://ob9fctxij.bkt.clouddn.com/20170702/3adf24fd-c296-48ee-97d5-e0b9f0f11dfd.mp4
08-07 14:53:13.943 17496-17496/com.danikula.videocache.sample D/VideoFragment: onCacheAvailable. percents: 48, file: /storage/emulated/0/Android/data/com.danikula.videocache.sample/cache/video-cache/42bbd770de1f9a8ead6e6adfa40bd63c.mp4.download, url: http://ob9fctxij.bkt.clouddn.com/20170702/3adf24fd-c296-48ee-97d5-e0b9f0f11dfd.mp4
08-07 14:53:14.819 17496-17496/com.danikula.videocache.sample D/VideoFragment: onCacheAvailable. percents: 49, file: /storage/emulated/0/Android/data/com.danikula.videocache.sample/cache/video-cache/42bbd770de1f9a8ead6e6adfa40bd63c.mp4.download, url: http://ob9fctxij.bkt.clouddn.com/20170702/3adf24fd-c296-48ee-97d5-e0b9f0f11dfd.mp4
08-07 14:53:14.886 17496-17496/com.danikula.videocache.sample D/VideoFragment: onCacheAvailable. percents: 50, file: /storage/emulated/0/Android/data/com.danikula.videocache.sample/cache/video-cache/42bbd770de1f9a8ead6e6adfa40bd63c.mp4.download, url: http://ob9fctxij.bkt.clouddn.com/20170702/3adf24fd-c296-48ee-97d5-e0b9f0f11dfd.mp4
08-07 14:53:14.893 17496-17496/com.danikula.videocache.sample D/VideoFragment: onCacheAvailable. percents: 51, file: /storage/emulated/0/Android/data/com.danikula.videocache.sample/cache/video-cache/42bbd770de1f9a8ead6e6adfa40bd63c.mp4.download, url: http://ob9fctxij.bkt.clouddn.com/20170702/3adf24fd-c296-48ee-97d5-e0b9f0f11dfd.mp4
08-07 14:53:14.893 17496-17496/com.danikula.videocache.sample D/VideoFragment: onCacheAvailable. percents: 52, file: /storage/emulated/0/Android/data/com.danikula.videocache.sample/cache/video-cache/42bbd770de1f9a8ead6e6adfa40bd63c.mp4.download, url: http://ob9fctxij.bkt.clouddn.com/20170702/3adf24fd-c296-48ee-97d5-e0b9f0f11dfd.mp4
08-07 14:53:14.894 17496-17496/com.danikula.videocache.sample D/VideoFragment: onCacheAvailable. percents: 53, file: /storage/emulated/0/Android/data/com.danikula.videocache.sample/cache/video-cache/42bbd770de1f9a8ead6e6adfa40bd63c.mp4.download, url: http://ob9fctxij.bkt.clouddn.com/20170702/3adf24fd-c296-48ee-97d5-e0b9f0f11dfd.mp4
08-07 14:53:15.876 17496-17496/com.danikula.videocache.sample D/VideoFragment: onCacheAvailable. percents: 54, file: /storage/emulated/0/Android/data/com.danikula.videocache.sample/cache/video-cache/42bbd770de1f9a8ead6e6adfa40bd63c.mp4.download, url: http://ob9fctxij.bkt.clouddn.com/20170702/3adf24fd-c296-48ee-97d5-e0b9f0f11dfd.mp4
08-07 14:53:15.918 17496-17496/com.danikula.videocache.sample D/VideoFragment: onCacheAvailable. percents: 55, file: /storage/emulated/0/Android/data/com.danikula.videocache.sample/cache/video-cache/42bbd770de1f9a8ead6e6adfa40bd63c.mp4.download, url: http://ob9fctxij.bkt.clouddn.com/20170702/3adf24fd-c296-48ee-97d5-e0b9f0f11dfd.mp4
08-07 14:53:15.927 17496-17496/com.danikula.videocache.sample D/VideoFragment: onCacheAvailable. percents: 56, file: /storage/emulated/0/Android/data/com.danikula.videocache.sample/cache/video-cache/42bbd770de1f9a8ead6e6adfa40bd63c.mp4.download, url: http://ob9fctxij.bkt.clouddn.com/20170702/3adf24fd-c296-48ee-97d5-e0b9f0f11dfd.mp4
08-07 14:53:15.928 17496-17496/com.danikula.videocache.sample D/VideoFragment: onCacheAvailable. percents: 57, file: /storage/emulated/0/Android/data/com.danikula.videocache.sample/cache/video-cache/42bbd770de1f9a8ead6e6adfa40bd63c.mp4.download, url: http://ob9fctxij.bkt.clouddn.com/20170702/3adf24fd-c296-48ee-97d5-e0b9f0f11dfd.mp4
08-07 14:53:15.944 17496-17496/com.danikula.videocache.sample D/VideoFragment: onCacheAvailable. percents: 58, file: /storage/emulated/0/Android/data/com.danikula.videocache.sample/cache/video-cache/42bbd770de1f9a8ead6e6adfa40bd63c.mp4.download, url: http://ob9fctxij.bkt.clouddn.com/20170702/3adf24fd-c296-48ee-97d5-e0b9f0f11dfd.mp4
08-07 14:53:16.901 17496-17496/com.danikula.videocache.sample D/VideoFragment: onCacheAvailable. percents: 59, file: /storage/emulated/0/Android/data/com.danikula.videocache.sample/cache/video-cache/42bbd770de1f9a8ead6e6adfa40bd63c.mp4.download, url: http://ob9fctxij.bkt.clouddn.com/20170702/3adf24fd-c296-48ee-97d5-e0b9f0f11dfd.mp4
08-07 14:53:16.966 17496-17496/com.danikula.videocache.sample D/VideoFragment: onCacheAvailable. percents: 60, file: /storage/emulated/0/Android/data/com.danikula.videocache.sample/cache/video-cache/42bbd770de1f9a8ead6e6adfa40bd63c.mp4.download, url: http://ob9fctxij.bkt.clouddn.com/20170702/3adf24fd-c296-48ee-97d5-e0b9f0f11dfd.mp4
08-07 14:53:16.977 17496-17496/com.danikula.videocache.sample D/VideoFragment: onCacheAvailable. percents: 61, file: /storage/emulated/0/Android/data/com.danikula.videocache.sample/cache/video-cache/42bbd770de1f9a8ead6e6adfa40bd63c.mp4.download, url: http://ob9fctxij.bkt.clouddn.com/20170702/3adf24fd-c296-48ee-97d5-e0b9f0f11dfd.mp4
08-07 14:53:16.978 17496-17496/com.danikula.videocache.sample D/VideoFragment: onCacheAvailable. percents: 62, file: /storage/emulated/0/Android/data/com.danikula.videocache.sample/cache/video-cache/42bbd770de1f9a8ead6e6adfa40bd63c.mp4.download, url: http://ob9fctxij.bkt.clouddn.com/20170702/3adf24fd-c296-48ee-97d5-e0b9f0f11dfd.mp4
08-07 14:53:16.978 17496-17496/com.danikula.videocache.sample D/VideoFragment: onCacheAvailable. percents: 63, file: /storage/emulated/0/Android/data/com.danikula.videocache.sample/cache/video-cache/42bbd770de1f9a8ead6e6adfa40bd63c.mp4.download, url: http://ob9fctxij.bkt.clouddn.com/20170702/3adf24fd-c296-48ee-97d5-e0b9f0f11dfd.mp4
08-07 14:53:16.995 17496-17496/com.danikula.videocache.sample D/VideoFragment: onCacheAvailable. percents: 64, file: /storage/emulated/0/Android/data/com.danikula.videocache.sample/cache/video-cache/42bbd770de1f9a8ead6e6adfa40bd63c.mp4.download, url: http://ob9fctxij.bkt.clouddn.com/20170702/3adf24fd-c296-48ee-97d5-e0b9f0f11dfd.mp4
08-07 14:53:17.800 17496-17496/com.danikula.videocache.sample D/VideoFragment: onCacheAvailable. percents: 65, file: /storage/emulated/0/Android/data/com.danikula.videocache.sample/cache/video-cache/42bbd770de1f9a8ead6e6adfa40bd63c.mp4.download, url: http://ob9fctxij.bkt.clouddn.com/20170702/3adf24fd-c296-48ee-97d5-e0b9f0f11dfd.mp4
08-07 14:53:17.847 17496-17496/com.danikula.videocache.sample D/VideoFragment: onCacheAvailable. percents: 66, file: /storage/emulated/0/Android/data/com.danikula.videocache.sample/cache/video-cache/42bbd770de1f9a8ead6e6adfa40bd63c.mp4.download, url: http://ob9fctxij.bkt.clouddn.com/20170702/3adf24fd-c296-48ee-97d5-e0b9f0f11dfd.mp4
08-07 14:53:17.861 17496-17496/com.danikula.videocache.sample D/VideoFragment: onCacheAvailable. percents: 67, file: /storage/emulated/0/Android/data/com.danikula.videocache.sample/cache/video-cache/42bbd770de1f9a8ead6e6adfa40bd63c.mp4.download, url: http://ob9fctxij.bkt.clouddn.com/20170702/3adf24fd-c296-48ee-97d5-e0b9f0f11dfd.mp4
08-07 14:53:17.861 17496-17496/com.danikula.videocache.sample D/VideoFragment: onCacheAvailable. percents: 68, file: /storage/emulated/0/Android/data/com.danikula.videocache.sample/cache/video-cache/42bbd770de1f9a8ead6e6adfa40bd63c.mp4.download, url: http://ob9fctxij.bkt.clouddn.com/20170702/3adf24fd-c296-48ee-97d5-e0b9f0f11dfd.mp4
08-07 14:53:17.861 17496-17496/com.danikula.videocache.sample D/VideoFragment: onCacheAvailable. percents: 69, file: /storage/emulated/0/Android/data/com.danikula.videocache.sample/cache/video-cache/42bbd770de1f9a8ead6e6adfa40bd63c.mp4.download, url: http://ob9fctxij.bkt.clouddn.com/20170702/3adf24fd-c296-48ee-97d5-e0b9f0f11dfd.mp4
08-07 14:53:18.884 17496-17496/com.danikula.videocache.sample D/VideoFragment: onCacheAvailable. percents: 70, file: /storage/emulated/0/Android/data/com.danikula.videocache.sample/cache/video-cache/42bbd770de1f9a8ead6e6adfa40bd63c.mp4.download, url: http://ob9fctxij.bkt.clouddn.com/20170702/3adf24fd-c296-48ee-97d5-e0b9f0f11dfd.mp4
08-07 14:53:18.906 17496-17496/com.danikula.videocache.sample D/VideoFragment: onCacheAvailable. percents: 71, file: /storage/emulated/0/Android/data/com.danikula.videocache.sample/cache/video-cache/42bbd770de1f9a8ead6e6adfa40bd63c.mp4.download, url: http://ob9fctxij.bkt.clouddn.com/20170702/3adf24fd-c296-48ee-97d5-e0b9f0f11dfd.mp4
08-07 14:53:18.947 17496-17496/com.danikula.videocache.sample D/VideoFragment: onCacheAvailable. percents: 72, file: /storage/emulated/0/Android/data/com.danikula.videocache.sample/cache/video-cache/42bbd770de1f9a8ead6e6adfa40bd63c.mp4.download, url: http://ob9fctxij.bkt.clouddn.com/20170702/3adf24fd-c296-48ee-97d5-e0b9f0f11dfd.mp4
08-07 14:53:18.962 17496-17496/com.danikula.videocache.sample D/VideoFragment: onCacheAvailable. percents: 73, file: /storage/emulated/0/Android/data/com.danikula.videocache.sample/cache/video-cache/42bbd770de1f9a8ead6e6adfa40bd63c.mp4.download, url: http://ob9fctxij.bkt.clouddn.com/20170702/3adf24fd-c296-48ee-97d5-e0b9f0f11dfd.mp4
08-07 14:53:18.962 17496-17496/com.danikula.videocache.sample D/VideoFragment: onCacheAvailable. percents: 74, file: /storage/emulated/0/Android/data/com.danikula.videocache.sample/cache/video-cache/42bbd770de1f9a8ead6e6adfa40bd63c.mp4.download, url: http://ob9fctxij.bkt.clouddn.com/20170702/3adf24fd-c296-48ee-97d5-e0b9f0f11dfd.mp4
08-07 14:53:18.962 17496-17496/com.danikula.videocache.sample D/VideoFragment: onCacheAvailable. percents: 75, file: /storage/emulated/0/Android/data/com.danikula.videocache.sample/cache/video-cache/42bbd770de1f9a8ead6e6adfa40bd63c.mp4.download, url: http://ob9fctxij.bkt.clouddn.com/20170702/3adf24fd-c296-48ee-97d5-e0b9f0f11dfd.mp4
08-07 14:53:19.858 17496-17496/com.danikula.videocache.sample D/VideoFragment: onCacheAvailable. percents: 76, file: /storage/emulated/0/Android/data/com.danikula.videocache.sample/cache/video-cache/42bbd770de1f9a8ead6e6adfa40bd63c.mp4.download, url: http://ob9fctxij.bkt.clouddn.com/20170702/3adf24fd-c296-48ee-97d5-e0b9f0f11dfd.mp4
08-07 14:53:19.880 17496-17496/com.danikula.videocache.sample D/VideoFragment: onCacheAvailable. percents: 77, file: /storage/emulated/0/Android/data/com.danikula.videocache.sample/cache/video-cache/42bbd770de1f9a8ead6e6adfa40bd63c.mp4.download, url: http://ob9fctxij.bkt.clouddn.com/20170702/3adf24fd-c296-48ee-97d5-e0b9f0f11dfd.mp4
08-07 14:53:19.895 17496-17496/com.danikula.videocache.sample D/VideoFragment: onCacheAvailable. percents: 78, file: /storage/emulated/0/Android/data/com.danikula.videocache.sample/cache/video-cache/42bbd770de1f9a8ead6e6adfa40bd63c.mp4.download, url: http://ob9fctxij.bkt.clouddn.com/20170702/3adf24fd-c296-48ee-97d5-e0b9f0f11dfd.mp4
08-07 14:53:19.895 17496-17496/com.danikula.videocache.sample D/VideoFragment: onCacheAvailable. percents: 79, file: /storage/emulated/0/Android/data/com.danikula.videocache.sample/cache/video-cache/42bbd770de1f9a8ead6e6adfa40bd63c.mp4.download, url: http://ob9fctxij.bkt.clouddn.com/20170702/3adf24fd-c296-48ee-97d5-e0b9f0f11dfd.mp4
08-07 14:53:19.895 17496-17496/com.danikula.videocache.sample D/VideoFragment: onCacheAvailable. percents: 80, file: /storage/emulated/0/Android/data/com.danikula.videocache.sample/cache/video-cache/42bbd770de1f9a8ead6e6adfa40bd63c.mp4.download, url: http://ob9fctxij.bkt.clouddn.com/20170702/3adf24fd-c296-48ee-97d5-e0b9f0f11dfd.mp4
08-07 14:53:20.851 17496-17496/com.danikula.videocache.sample D/VideoFragment: onCacheAvailable. percents: 81, file: /storage/emulated/0/Android/data/com.danikula.videocache.sample/cache/video-cache/42bbd770de1f9a8ead6e6adfa40bd63c.mp4.download, url: http://ob9fctxij.bkt.clouddn.com/20170702/3adf24fd-c296-48ee-97d5-e0b9f0f11dfd.mp4
08-07 14:53:20.876 17496-17496/com.danikula.videocache.sample D/VideoFragment: onCacheAvailable. percents: 82, file: /storage/emulated/0/Android/data/com.danikula.videocache.sample/cache/video-cache/42bbd770de1f9a8ead6e6adfa40bd63c.mp4.download, url: http://ob9fctxij.bkt.clouddn.com/20170702/3adf24fd-c296-48ee-97d5-e0b9f0f11dfd.mp4
08-07 14:53:20.885 17496-17496/com.danikula.videocache.sample D/VideoFragment: onCacheAvailable. percents: 83, file: /storage/emulated/0/Android/data/com.danikula.videocache.sample/cache/video-cache/42bbd770de1f9a8ead6e6adfa40bd63c.mp4.download, url: http://ob9fctxij.bkt.clouddn.com/20170702/3adf24fd-c296-48ee-97d5-e0b9f0f11dfd.mp4
08-07 14:53:20.895 17496-17496/com.danikula.videocache.sample D/VideoFragment: onCacheAvailable. percents: 84, file: /storage/emulated/0/Android/data/com.danikula.videocache.sample/cache/video-cache/42bbd770de1f9a8ead6e6adfa40bd63c.mp4.download, url: http://ob9fctxij.bkt.clouddn.com/20170702/3adf24fd-c296-48ee-97d5-e0b9f0f11dfd.mp4
08-07 14:53:20.896 17496-17496/com.danikula.videocache.sample D/VideoFragment: onCacheAvailable. percents: 85, file: /storage/emulated/0/Android/data/com.danikula.videocache.sample/cache/video-cache/42bbd770de1f9a8ead6e6adfa40bd63c.mp4.download, url: http://ob9fctxij.bkt.clouddn.com/20170702/3adf24fd-c296-48ee-97d5-e0b9f0f11dfd.mp4
08-07 14:53:21.958 17496-17496/com.danikula.videocache.sample D/VideoFragment: onCacheAvailable. percents: 86, file: /storage/emulated/0/Android/data/com.danikula.videocache.sample/cache/video-cache/42bbd770de1f9a8ead6e6adfa40bd63c.mp4.download, url: http://ob9fctxij.bkt.clouddn.com/20170702/3adf24fd-c296-48ee-97d5-e0b9f0f11dfd.mp4
08-07 14:53:21.987 17496-17496/com.danikula.videocache.sample D/VideoFragment: onCacheAvailable. percents: 87, file: /storage/emulated/0/Android/data/com.danikula.videocache.sample/cache/video-cache/42bbd770de1f9a8ead6e6adfa40bd63c.mp4.download, url: http://ob9fctxij.bkt.clouddn.com/20170702/3adf24fd-c296-48ee-97d5-e0b9f0f11dfd.mp4
08-07 14:53:21.996 17496-17496/com.danikula.videocache.sample D/VideoFragment: onCacheAvailable. percents: 88, file: /storage/emulated/0/Android/data/com.danikula.videocache.sample/cache/video-cache/42bbd770de1f9a8ead6e6adfa40bd63c.mp4.download, url: http://ob9fctxij.bkt.clouddn.com/20170702/3adf24fd-c296-48ee-97d5-e0b9f0f11dfd.mp4
08-07 14:53:22.015 17496-17496/com.danikula.videocache.sample D/VideoFragment: onCacheAvailable. percents: 89, file: /storage/emulated/0/Android/data/com.danikula.videocache.sample/cache/video-cache/42bbd770de1f9a8ead6e6adfa40bd63c.mp4.download, url: http://ob9fctxij.bkt.clouddn.com/20170702/3adf24fd-c296-48ee-97d5-e0b9f0f11dfd.mp4
08-07 14:53:22.015 17496-17496/com.danikula.videocache.sample D/VideoFragment: onCacheAvailable. percents: 90, file: /storage/emulated/0/Android/data/com.danikula.videocache.sample/cache/video-cache/42bbd770de1f9a8ead6e6adfa40bd63c.mp4.download, url: http://ob9fctxij.bkt.clouddn.com/20170702/3adf24fd-c296-48ee-97d5-e0b9f0f11dfd.mp4
08-07 14:53:22.030 17496-17496/com.danikula.videocache.sample D/VideoFragment: onCacheAvailable. percents: 91, file: /storage/emulated/0/Android/data/com.danikula.videocache.sample/cache/video-cache/42bbd770de1f9a8ead6e6adfa40bd63c.mp4.download, url: http://ob9fctxij.bkt.clouddn.com/20170702/3adf24fd-c296-48ee-97d5-e0b9f0f11dfd.mp4
08-07 14:53:22.866 17496-17496/com.danikula.videocache.sample D/VideoFragment: onCacheAvailable. percents: 92, file: /storage/emulated/0/Android/data/com.danikula.videocache.sample/cache/video-cache/42bbd770de1f9a8ead6e6adfa40bd63c.mp4.download, url: http://ob9fctxij.bkt.clouddn.com/20170702/3adf24fd-c296-48ee-97d5-e0b9f0f11dfd.mp4
08-07 14:53:22.885 17496-17496/com.danikula.videocache.sample D/VideoFragment: onCacheAvailable. percents: 93, file: /storage/emulated/0/Android/data/com.danikula.videocache.sample/cache/video-cache/42bbd770de1f9a8ead6e6adfa40bd63c.mp4.download, url: http://ob9fctxij.bkt.clouddn.com/20170702/3adf24fd-c296-48ee-97d5-e0b9f0f11dfd.mp4
08-07 14:53:22.902 17496-17496/com.danikula.videocache.sample D/VideoFragment: onCacheAvailable. percents: 94, file: /storage/emulated/0/Android/data/com.danikula.videocache.sample/cache/video-cache/42bbd770de1f9a8ead6e6adfa40bd63c.mp4.download, url: http://ob9fctxij.bkt.clouddn.com/20170702/3adf24fd-c296-48ee-97d5-e0b9f0f11dfd.mp4
08-07 14:53:22.914 17496-17496/com.danikula.videocache.sample D/VideoFragment: onCacheAvailable. percents: 95, file: /storage/emulated/0/Android/data/com.danikula.videocache.sample/cache/video-cache/42bbd770de1f9a8ead6e6adfa40bd63c.mp4.download, url: http://ob9fctxij.bkt.clouddn.com/20170702/3adf24fd-c296-48ee-97d5-e0b9f0f11dfd.mp4
08-07 14:53:22.930 17496-17496/com.danikula.videocache.sample D/VideoFragment: onCacheAvailable. percents: 96, file: /storage/emulated/0/Android/data/com.danikula.videocache.sample/cache/video-cache/42bbd770de1f9a8ead6e6adfa40bd63c.mp4.download, url: http://ob9fctxij.bkt.clouddn.com/20170702/3adf24fd-c296-48ee-97d5-e0b9f0f11dfd.mp4
08-07 14:53:23.862 17496-17496/com.danikula.videocache.sample D/VideoFragment: onCacheAvailable. percents: 97, file: /storage/emulated/0/Android/data/com.danikula.videocache.sample/cache/video-cache/42bbd770de1f9a8ead6e6adfa40bd63c.mp4.download, url: http://ob9fctxij.bkt.clouddn.com/20170702/3adf24fd-c296-48ee-97d5-e0b9f0f11dfd.mp4
08-07 14:53:23.889 17496-17496/com.danikula.videocache.sample D/VideoFragment: onCacheAvailable. percents: 98, file: /storage/emulated/0/Android/data/com.danikula.videocache.sample/cache/video-cache/42bbd770de1f9a8ead6e6adfa40bd63c.mp4.download, url: http://ob9fctxij.bkt.clouddn.com/20170702/3adf24fd-c296-48ee-97d5-e0b9f0f11dfd.mp4
08-07 14:53:23.908 17496-17496/com.danikula.videocache.sample D/MediaPlayer: getMetadata
08-07 14:53:24.263 17496-17496/com.danikula.videocache.sample D/VideoFragment: onCacheAvailable. percents: 98, file: /storage/emulated/0/Android/data/com.danikula.videocache.sample/cache/video-cache/42bbd770de1f9a8ead6e6adfa40bd63c.mp4.download, url: http://ob9fctxij.bkt.clouddn.com/20170702/3adf24fd-c296-48ee-97d5-e0b9f0f11dfd.mp4
08-07 14:53:24.282 17496-17496/com.danikula.videocache.sample D/VideoFragment: onCacheAvailable. percents: 99, file: /storage/emulated/0/Android/data/com.danikula.videocache.sample/cache/video-cache/42bbd770de1f9a8ead6e6adfa40bd63c.mp4.download, url: http://ob9fctxij.bkt.clouddn.com/20170702/3adf24fd-c296-48ee-97d5-e0b9f0f11dfd.mp4
08-07 14:53:24.284 17496-17496/com.danikula.videocache.sample D/VideoFragment: onCacheAvailable. percents: 100, file: /storage/emulated/0/Android/data/com.danikula.videocache.sample/cache/video-cache/42bbd770de1f9a8ead6e6adfa40bd63c.mp4.download, url: http://ob9fctxij.bkt.clouddn.com/20170702/3adf24fd-c296-48ee-97d5-e0b9f0f11dfd.mp4

[ 08-07 14:53:24.305 190:18712 E/ ]
not in avi mode

[ 08-07 14:53:24.305 190:18712 E/ ]
not in avi mode
08-07 14:53:24.306 17496-17496/com.danikula.videocache.sample D/VideoFragment: onCacheAvailable. percents: 100, file: /storage/emulated/0/Android/data/com.danikula.videocache.sample/cache/video-cache/42bbd770de1f9a8ead6e6adfa40bd63c.mp4, url: http://ob9fctxij.bkt.clouddn.com/20170702/3adf24fd-c296-48ee-97d5-e0b9f0f11dfd.mp4
08-07 14:53:24.341 17496-17513/com.danikula.videocache.sample W/MediaPlayer: info/warning (3, 0)
08-07 15:00:10.078 17496-17496/com.danikula.videocache.sample D/VideoFragment: Use proxy url file:///storage/emulated/0/Android/data/com.danikula.videocache.sample/cache/video-cache/42bbd770de1f9a8ead6e6adfa40bd63c.mp4 instead of original url http://ob9fctxij.bkt.clouddn.com/20170702/3adf24fd-c296-48ee-97d5-e0b9f0f11dfd.mp4
08-07 15:00:10.178 17496-17496/com.danikula.videocache.sample D/MediaPlayer: getMetadata
08-07 15:00:10.401 17496-17513/com.danikula.videocache.sample W/MediaPlayer: info/warning (3, 0)
08-07 15:15:16.186 17496-17506/com.danikula.videocache.sample W/art: Suspending all threads took: 12.882ms

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by reproducing the sample with the reported MP4 URL on version 2.7.0, then inspect the sample's VideoFragment and the HttpProxyCacheServer log around MediaPlayer setup. Confirm whether playback waits for the cache to reach 100 percent and identify the expected behavior before proposing a fix.

Written by the indexing model from the issue text.

Assessment

Tech stack
android, java
Domain
mobile-dev
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.