In my Application, I am showing videos to user from an online source in progressive manner (I have an Http url for every video). It is quite possible with SurfaceView and MediaPlayer in combination and also with VideoView as an alternative. But I want to keep the streamed video available in the cache for the future uses [without making any separate call for downloading video as its already being downloaded by MediaPlayer or VideoView while streaming]
Any Idea about saving video from stream buffered by MediaPlayer ??