I have libVLC setup in my QT project and I've finally gotten to a place where it doesn't crash, but I can't seem to play any videos. After I load a video and attempt to play it, the widget just appears blank and has no sound. When I call libvlc_media_player_get_length( m_pMediaPlayer ), I get a return value of 0, which makes me think VLC isn't loading the video at all. I've spent a ton of time searching google for a solution, but haven't found anything that works. I'm about ready to give up.
Rather than post my code, I'll just ask this question: does anyone have LibVLC working on Qt for Mac? Can I look at the code? I'd be happy to update the wiki so other people can get it working, too.