How to play multiple online videos on IOS continuously
Posted
by
Matt.Z
on Stack Overflow
See other posts from Stack Overflow
or by Matt.Z
Published on 2012-11-01T10:59:02Z
Indexed on
2012/11/01
11:00 UTC
Read the original article
Hit count: 272
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?
© Stack Overflow or respective owner