You can achieve this by following the code,
yourMoviePlayerController.view.transform = CGAffineTransformMakeRotation(M_PI/2);
and if you want you to control some place in a fixed place, by default it is not possible. Therefore, you need to hide the default controls by running the following code:
yourMoviePlayerController.controlStyle = MPMovieControlModeHidden;
and then programmatically add a subspecies for the controls.
source share