Is it possible to save video from VideoView in Android?

Viewed 247

In Android Studio there is a VideoView that can play a video from a URL. It works fine and I know when it starts to work, start to download and play it When it plays the video for the first time if you disconnect your internet connection (don't close your app) there is no need to download it again and you can play it again.

Now how can I access this file to save it on the storage(SD/Phone)? Is it a file or cache? It seems the stream is caching somewhere. How can to access it programmatically?

0 Answers
Related