I need to know where/how the MediaPlayer caches audio/video content when it is "streamed" via progressive download, by default.
We're evaluating options for an Android media player app. One item of concern is preventing the content from being copied (to the extent that is possible). Progressive download has a lot of upsides, but we need to make sure we're taking reasonable steps to protect the media. I must be doing the wrong searches in the wrong places, because I haven't been able to find any details on this. I've scoured the file system of our test device trying to find any cached files from our test progressive download app - to no avail (which is potentially good, for our purposes).