vote up 3 vote down star

From what I have gathered from internets the MPMoviePlayerController class doesn't support small video playback. So, in an effort to beat a dead horse I was wondering what kind of methods could be used to get a small video playing in a corner of the screen without interrupting the rest of the screen.

So far we've come across two solutions that may work: using a UIImageView and flopping images through it like a madman and using a large fullscreen video with all the animations we need already on it and skipping around as needed.

Am I wrong about the MPMoviePlayerController not supporting non-fullscreen video? Is their an easier solution than making UIImageView flip-books? Is cutting around a video a performance hazard?

flag

3 Answers

vote up 2 vote down check

I think you're stuck with flip books. Pretty sure the fullscreen video issue is a limitation of the hardware video decoder.

link|flag
vote up 0 vote down

After researching for about 1 hour, I didn't find anything. It appears impossible to play video non-fullscreen on the iPhone. I didn't check for openGL ES though.

link|flag
vote up 0 vote down

well.. i have been looking for and haven't found the alternate yet!

But there are some applications already does it! check TVUlite from TVUNetworks

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.