iSightAudio.plugin error when playing video using MediaPlayer

Posted by Elisabeth on Stack Overflow See other posts from Stack Overflow or by Elisabeth
Published on 2009-10-01T00:33:44Z Indexed on 2010/04/10 17:03 UTC
Read the original article Hit count: 250

Filed under:
|

I am working on creating a simple iPhone app that plays a movie via URL. When I Build&Run to test in the simulator, it works fine; as soon as I start playing the movie, I get the following message in the console:

[1757:4b03] Cannot find executable for CFBundle/CFPlugIn 0x820ffe0 
            </Library/Audio/Plug-Ins/HAL/iSightAudio.plugin> 
            (not loaded)
[1757:4b03] Cannot find function pointer iSightAudioNewPlugIn for 
            factory 9BE7661E-8AEF-11D7-8692-000A959F49B0 in 
            CFBundle/CFPlugIn 0x820ffe0 
            </Library/Audio/Plug-Ins/HAL/iSightAudio.plugin> 
            (not loaded)

I don't get this error on other programs, so I assume it has something to do with this specific program, which uses the MediaPlayer.framework.

Does anyone know what is causing this problem and how to fix it?

Thank you

© Stack Overflow or respective owner

Related posts about iphone

Related posts about mediaplayer