开发者

Play video from web and save to file

开发者 https://www.devze.com 2023-02-08 09:50 出处:网络
Is it possible to play video from URL in VideoView开发者_运维知识库 and simultaneously save it to file on sdcard?

Is it possible to play video from URL in VideoView开发者_运维知识库 and simultaneously save it to file on sdcard?

I want to let user start watching the movie just after action and make movie available for offline viewing next time.


There is nothing built into Android to support this.

You are welcome to try to pull this off yourself by doing your own buffering and using your own mini HTTP server or something to supply the data to the VideoView, but I doubt this will be easy.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号