Did anyone tried to customize the window in which the quicktime is playing video?
If so, can you give me a hint hoe to start implementing something like this.
Thank you indeed.
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.
The phone doesn’t have Quicktime, at least not in the traditional sense. Video playback is handled by a dedicated decoder on the system SoC. You cannot customize the movie player in any significant way, since doing so might cause it to fall off the hardware decode path, and it is entirely possible Apple doesn’t even have a software decoder on the device.
So, in other words, you are limited to the options presented by MPMoviePlayerController. If you need more customization you should file a bug with Apple requesting the ability and explaining why you need it, but I suspect this is a hardware limitation.
And before anyone mentions they have seen video playing non-full screen, that requires including your own software decoder for the video in your app, and while you can do that it is very complicated, and gets no hardware acceleration which means you cannot play as complicated video and it takes more power.