I am trying to develop an application like Talking Tom. I am playing a video in the UIView with MPMoviePlayerController. I got a source code for capturing UIView screen. It should work if I do not added MPMoviePlayerController. It will give a video. But if I added a MPMoviePlayerController and capture the same View, only a black screen is showing in the video. Can anyone suggest an easy way to implement this feature.
Main objective is to capture the view in which video is playing, when record button is pressed and when stop button is pressed, I need to get a video from the point where record button pressed to stop button pressed.
Thanks in advance.