I am using python vlc binding to play video. Then I got the following errors:
[0x3d0c58] main window error: corrupt module: /Applications/VLC.app/Contents/MacOS/plugins/libmacosx_plugin.dylib [0x3c9af8] vout_macosx vout display error: No drawable-nsobject nor vout_window_t found, passing over. [0x3178a98] main video output error: video output creation failed [0xa48c98] main decoder error: failed to create video output
Video will not be displayed. However, the sound is fine, I can hear the sound without any problems. And I can also name all other python vlc functions like play (), pause (), ... no problem. There is simply no video.
These are VLC 2.0.8 32bit, OSX 10.8.4 64bit and python - 3.3.2 32 bit. Using VLC directly does not cause video playback problems. This only happens when using the python command line.
However, I did the same in Windows 7, everything works fine. So is this a mac-only issue?
I download my python vlc bindings from: http://liris.cnrs.fr/advene/download/python-ctypes/
source share