So far I know how to stream a video and how to download it and afterwards stream it, but here’s the tricky bit: streaming it once, storing it on the device and in the future play it from the device. how it possible
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Well if you know how to stream it and download it you have solved 60% of your problem.
I would store URL and stream together with file name on the device, then when user taps on video I would check if I already have file for that URL and start playing it directly if I have, otherwise start streaming it from URL.