Search found 4 matches

Go to advanced search

by dstieglitz
26 Jan 2010 00:58
Forum: Development around libVLC
Topic: [SOLVED] Compiling VLCKit
Replies: 7
Views: 5953

Re: [SOLVED] Compiling VLCKit

I just did a git pull and found these errors when trying to build: vlc/projects/macosx/framework/Sources/VLCMedia.m:449: error: too many arguments to function 'libvlc_event_attach' Indeed, the definition of libvlc_event_attach seems to have changed... I'm not sure how to re-write the method calls, h...
by dstieglitz
24 Jan 2010 20:49
Forum: Development around libVLC
Topic: VLC-1.1.0: libvlc_media_player_set_xwindow
Replies: 7
Views: 3382

Re: VLC-1.1.0: libvlc_media_player_set_xwindow

Right... so here's the bit of JVLC Java code that I've been playing with. We obtain the native system handle using JNA. When this code runs, we see "GOT DRAWABLE ID 'X'" and "GOT HANDLE 'Y'" printed to the screen, and X != Y. I've tried calling set_xwindow, set_nsobject, etc. wit...
by dstieglitz
24 Jan 2010 17:12
Forum: Development around libVLC
Topic: VLC-1.1.0: libvlc_media_player_set_xwindow
Replies: 7
Views: 3382

Re: VLC-1.1.0: libvlc_media_player_set_xwindow

I'm pretty sure the build was correct. The built executable works, and I can use JVLC to open a player window that plays video and audio fine, it's just that the player opens in its own window instead of being embedded in a java.awt.Canvas (even though jvlc.setVideoOutput() is called with a properly...
by dstieglitz
23 Jan 2010 22:13
Forum: Development around libVLC
Topic: VLC-1.1.0: libvlc_media_player_set_xwindow
Replies: 7
Views: 3382

Re: VLC-1.1.0: libvlc_media_player_set_xwindow

I've been playing with the JVLC bindings, and after a bit of work and debugging it seems that after a libvlc_media_player_set_xwindow call, a new system-level window object is created and returned. The pointer passed in to the set_xwindow method, at least in my case, is ignored. Does anyone know whe...

Go to advanced search