Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Does Android VideoView cache streamed videos?

It looks like VideoView/Mediaplayer have no automatic caching. Is it just me? Does Android VideoView cache streamed videos? Or does it download it again for every playback?

like image 242
MichaelS Avatar asked Oct 03 '22 15:10

MichaelS


1 Answers

There's no cache. You can insert a proxy server into the mix and cache it yourself if you need it.

like image 184
Dave Avatar answered Oct 07 '22 20:10

Dave