Search found 9 matches

Go to advanced search

by Brit
30 Apr 2012 20:20
Forum: Development around libVLC
Topic: LibVLC, QT and Mac
Replies: 7
Views: 1060

Re: LibVLC, QT and Mac

You mean that I need objective C to get that particular piece of code to work, or do you mean it's impossible to get VLC to ever work on the Mac without Objective C?
by Brit
30 Apr 2012 19:48
Forum: Development around libVLC
Topic: LibVLC, QT and Mac
Replies: 7
Views: 1060

Re: LibVLC, QT and Mac

Right now, this is the code I'm using. The [this] object is a class I created which is derived from QWidget. libvlc_media_player_set_nsobject( m_pMediaPlayer, (void*)this->winId()); I had tried using some other code I found, but it wouldn't compile in C++ (it looks like Objective C to me?): _videoWi...
by Brit
24 Apr 2012 22:41
Forum: Development around libVLC
Topic: LibVLC, QT and Mac
Replies: 7
Views: 1060

Re: LibVLC, QT and Mac

I don't know what happened, but the file loads and plays sound now, but no video appears in the space where it's supposed to. Nobody has gotten this to work in Qt/Mac?
by Brit
19 Apr 2012 20:51
Forum: Development around libVLC
Topic: LibVLC, QT and Mac
Replies: 7
Views: 1060

Re: LibVLC, QT and Mac

Is this only Mac problem? Does your code work on some other OS? Yes, I have libVLC working on Windows. There are a few mac-specific calls that have to be done to get it up and running on the Mac. I tried using a bunch of variations of code that I found on the web, but haven't gotten it to work. I d...
by Brit
18 Apr 2012 02:25
Forum: Development around libVLC
Topic: LibVLC, QT and Mac
Replies: 7
Views: 1060

LibVLC, QT and Mac

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 retu...
by Brit
05 Apr 2012 22:58
Forum: Development around libVLC
Topic: Using LibVLC on MacOSX
Replies: 7
Views: 2255

Re: Using LibVLC on MacOSX

Okay, so here's what's going on: when I try to run the application from Finder, I get the error listed above. If I run the application from XCode, I get an error message in the status XCode status bar that says, "GDB: Program received signal "EXC_BAD_ACCESS"". The console says, &...
by Brit
02 Apr 2012 20:45
Forum: Development around libVLC
Topic: Using LibVLC on MacOSX
Replies: 7
Views: 2255

Re: Using LibVLC on MacOSX

I'm not sure what you mean. There are log files somewhere? I don't see any logs in the application directory. (I'm new to Mac development, are there some logs stored in some other directory somewhere?)
by Brit
30 Mar 2012 19:15
Forum: Development around libVLC
Topic: Using LibVLC on MacOSX
Replies: 7
Views: 2255

Re: Using LibVLC on MacOSX

The name of the application. Edit: I changed it to [LunarSim] instead of Sim in the error message for clarity.
by Brit
30 Mar 2012 08:14
Forum: Development around libVLC
Topic: Using LibVLC on MacOSX
Replies: 7
Views: 2255

Using LibVLC on MacOSX

I've been having trouble getting LibVLC to work with my application. I'm using Mac OS X 10.6 and XCode. (I have it embedded into a Qt application in Windows, but when I try to port it to Mac, I run into problems.) I downloaded the 64-bit version of VLC (VLC 2.0.1 64-bit), selected "Show Package...

Go to advanced search