movieplayer

sample code MoviePlayer problem

i have post this question before but cannot get a answer so i post it again.is about the MoviePlayer sample download from iphone developer site, when i press the Done button come with the movie player control mode, the movie was finish and exit to main view,at the same time the moviePlayBackDidFinish function have been called, however wh...

MoviePlayer - custom controls iphone sdk

does anyone know if its possible to create custom playback functions for movieplayer such as, frame by frame playback. ...

MPMoviePlayer Overlay

Hi everybody. I'm looking for a solution concerning the overlays on a streaming. In fact, I started from the Sample Code MoviePlayer but a little problem occured. I'd like to load my Streaming Video from my local Server on my iphone by using MPMoviePlayer. First, I decided to test the MoviePlayer supplied By Apple on their website and...

I use the example named MoviePlayer from SDK 3.0, but it sometimes crashes

I use the example named MoviePlayer from SDK 3.0, but it sometimes crashes. PS: I never change any code. Question 1: My enviroment: lan media server:10.0,0.118 I enter an MP4 address: http://10.0.0.118/1.mp4 It works fine, but sometimes it crashes. using gdb:bt mach_msg_trap mach_msg CFRunLoopRunSpecific C...

Android video intent: Control back button?

Hi! I'm working on an android application that plays video, by using an intent: tostart = new Intent(Intent.ACTION_VIEW); tostart.setDataAndType(Uri.parse(movieurl), "video/*"); startActivity(tostart); This works great. However, when you press the back button (on the device), the movieplayer goes back to the beginning of the movie. On...

How does overlayViewTouched notification work in the MoviePlayer sample code

Hi, I have a question regarding the MoviePlayer sample code provided by apple. I don't understand how the overlayViewTouch notification works. The NSlog message I added to it does not get sent when I touch the view (not button). // post the "overlayViewTouch" notification and will send // the overlayViewTouches: message - (void)overlay...

customizing the screen of Movieplayer in iphone

I've few doubts regarding movie player app 1.can anyone tell me how to customize the screen size. I want only video or movie to be played only to half the screen and I want to add custom controls buttons to the remaining half of movie player. 2.In movie player example overlay view is there but how to change the name of the button an...

Looking for a component (.NET or COM/ActiveX) that can play AVI files in a WinForms app

I'm looking for something like the Windows Media Player control that can be hosted on a form. The WMP doesn't work for me because I need a control that can play a continuously-appended playlist of AVI files in sequence, so that the transition from one file to the next happens seamlessly (i.e. without any glitches or pauses in the video ...

Multiple MPMoviePlayerViewController fullscreen movie init & switching issue - Fullscreen View doesn't autorotate and minor similar issues

Hello SO Friends, This is my first post at SO. I would like to thank all of the SO users, their contribution have helped me a lot in all of my projects. I am new to the iPhone Application development scene. Aim of the project is to have a custom interactive User Interface (UI) on top of Movie Player objects (*.mov files on device). Th...

Movieplayer doenst rotate anymore when I used setControlStyleNone

I added this to my code when im initializing the movie [m_pMPmpc.moviePlayer setControlStyle:MPMovieControlStyleNone]; where m_pMPmpc is an MPMoviePlayerViewController It worked fine but then I noticed that the movie doesnt rotate anymore while playing(but the app after the movie still rotates) but it detects the orientation at the st...

MPMoviePlayerViewController cleanup resources

Hi! Im using MPMoviePlayerViewController now instead of MPMoviePlayerController because of the bug in iOS4. Im not sure though how to clean resources of MPMoviePlayerViewController, when video playback is finished. I clearly have an issue because right after playing video I try to start a song using AudioStreamer (which uses audio queu...

Video only play sound when I moved from OS 3.x to 4

Well.. basically that's what happens, when I play a movie from a game I have, only the sound plays, the video doesn't, showing a black screen, even the touch is disabled. This is the relevant part of the code: myMovie = [[MPMoviePlayerViewController alloc] initWithContentURL:[self movieURL]]; myMovie.moviePlayer.scalingMode = MPMovieS...

Frame Animation or Movie file for short interactive "movie" Android Application

Hello, In it's simplest explanation, I'm making a really small "interactive movie" app on Android. In a nut shell, when the app is loaded, it will play a short movie (maybe a few seconds at most @ 12-24fps). I will then have 2 buttons displayed on the screen, and depending on what button is pressed, it I will play another short movi...

I want to develop custom movie player at ios4

I want to develop custom movie player at ios4. The important player's function is "speed up playing". ex) 0.5, 1, 2 , 3 X I have not found method of development. Please, get me more development infomation or sample code. ...