iPad Video Playback stuck in Portrait

Is there a way to change the video playback from Portrait to Landscape?
The game is designed in landscape mode and the video pops up in portrait.
I’m using the iPhone Player

 iPhoneUtils.PlayMovie("testMoov.m4v", Color.black, iPhoneMovieControlMode.Full);

Thanks in advance!
-Yves

not currently supported but you can rotate your video

I’m really curious to see a piece of code that can achieve this in Unity.
With XCode you can embed the player in a view which you can manage it seems, be here we’re kind of limited as we can’t stick the video in any container object like we would with (unsupported) video textures.

This is the limitation we were not able to workaround before 1.7 release. Please try rotating video in video editor. So if you play portrait video in landscape mode, it should be OK.