How to play multiple online videos on IOS continuously
- by Matt.Z
The scenario is like this:
I have some long video, and slice it into small files(mp4, for example: 5 min per file), put them under some website.
I wanna play (on IOS) these mp4 videos continuously, one by one, try to do not let user feel there has a pause between video pieces. So I need to buffer next video when I play current one. But I don't know where to start. What should I do? Can anyone give me some information of related documentation or source code I can study with?