Java Android download video in parts and Play combined
问题 I don't know how to do. Please suggest how to download a large video file in parts and play all parts one by one. Actually I have to stream FTP large file in Android VideoView . I have searched a lot and found that android do not support FTP streaming. So, I tried to download the file in multiple parts and play them one by one. But the problem is that only first part of file plays, others don't. Please suggest. Code to download file in parts. URL url = new URL(fileUrl); URLConnection ucon =