O vídeo do iPad MPMovieplayerController é carregado, mas pausa automaticamente quando reproduzido

Estou tentando fazer o MPMovieplayerController funcionar. Eu carrego um vídeo, tudo corre bem, até vejo o primeiro quadro, mas ele pausa automaticamente, se eu pressionar play, ele pausa novamente. No simulador, ele funciona perfeitamente, mas no dispositivo ipad, apresenta o problema. Eu posso até procurar através do vídeo e vejo o quadro em que desejei, mas nada é reproduzido. Esta é uma saída do console:

2010-06-08 22:16:13.145 app[3089:207] Using two-stage rotation animation. To use the smoother single-stage animation, this application must remove two-stage method implementations.
[Switching to thread 12803]
warning: Unable to read symbols for "/Developer/Platforms/iPhoneOS.platform/DeviceSupport/3.2 (7B367)/Symbols/System/Library/VideoDecoders/VCH263.videodecoder" (file not found).
warning: Unable to read symbols for "/Developer/Platforms/iPhoneOS.platform/DeviceSupport/3.2 (7B367)/Symbols/System/Library/VideoDecoders/H264H2.videodecoder" (file not found).
warning: Unable to read symbols for "/Developer/Platforms/iPhoneOS.platform/DeviceSupport/3.2 (7B367)/Symbols/System/Library/VideoDecoders/MP4VH2.videodecoder" (file not found).
warning: Unable to read symbols for "/Developer/Platforms/iPhoneOS.platform/DeviceSupport/3.2 (7B367)/Symbols/System/Library/VideoDecoders/JPEGH1.videodecoder" (file not found).
2010-06-08 22:16:15.145 app[3089:207] setting file:///private/var/mobile/Applications/46CE5456-6338-4BBF-A560-DCEFF700ACE0/tmp/MediaCache/

Eu não recebo esses avisos ao usar o simulador BTW.

Alguém sabe como consertar isso ?

questionAnswers(5)

yourAnswerToTheQuestion