Search found 4 matches

Go to advanced search

by mike007
20 Aug 2008 19:19
Forum: VLC media player for Windows Troubleshooting
Topic: JNative and JVLC
Replies: 8
Views: 1243

Re: JNative and JVLC

Hello, so I took the time and found the libvlc_media_player_set_drawable. But can it be that it is called void libvlc_video_set_parent( libvlc_instance_t *, libvlc_drawable_t, libvlc_exception_t * ); ??? The problem now is how can I emulate the datatypes in jNative. I also don't know how to generate...
by mike007
29 Jul 2008 23:05
Forum: VLC media player for Windows Troubleshooting
Topic: JNative and JVLC
Replies: 8
Views: 1243

Re: JNative and JVLC

I used this because I do not have any time to set up an linux system now to make a cross compiling. And truely I am a little too lazy :P About the doubleclick I guess I have to change some lines in the VLC c++ Sources. But my understanding in c++ is not that good. I will try what you said. Thanks fo...
by mike007
28 Jul 2008 00:27
Forum: VLC media player for Windows Troubleshooting
Topic: JNative and JVLC
Replies: 8
Views: 1243

Re: JNative and JVLC

thanks for reporting the pop-up behaviour on windows, I'll check it out. Which version of jvlc/vlc are you using? As regards getting the videostream, you can use the libvlc_media_player_set_drawable which sets the native window ID (ie, the HWND on windows) for the stream to be played. I used this o...
by mike007
24 Jul 2008 19:08
Forum: VLC media player for Windows Troubleshooting
Topic: JNative and JVLC
Replies: 8
Views: 1243

JNative and JVLC

Hello, i am currently working on an own solution to access the DLLs of VLC under java using jNative(Playing audio and video is no problem it's very easy to handle :) ). I also tried jVLC and found out that the video should be displayable on a JPanel in Java. In jVLC this works not really good. At th...

Go to advanced search