Search found 7 matches

Go to advanced search

by Al3x4nd3r
25 Jun 2010 14:34
Forum: Development around libVLC
Topic: JVLC status
Replies: 177
Views: 59120

Re: JVLC status

I am a VLCJ user who has MAC but unfortunately do not know how to help you :?
by Al3x4nd3r
24 Jun 2010 15:44
Forum: Development around libVLC
Topic: JVLC status
Replies: 177
Views: 59120

Re: JVLC status

Hi Again :D VLCJ tested on MAC as follows: The VLC was in /Applications/VLC.app So I copied the lib folder (/Applications/VLC.app/Contents/MacOS/lib) and plugin folder (/Applications/VLC.app/Contents/MacOS/plugins) where the project is running. ( I did this because when I put the reference to where ...
by Al3x4nd3r
23 Jun 2010 19:22
Forum: Development around libVLC
Topic: JVLC status
Replies: 177
Views: 59120

Re: JVLC status

Hi sherington, nice work with the VLCJ I have a project that uses JVLC (a manager flows distributed named Arthron soon I will put screenshots here (Project Page in Portuguese Brazil -> http://www.lavid.ufpb.br/gtmda/arthron.html)). And my biggest difficulty with the JVLC can not I change the video ...
by Al3x4nd3r
23 Jun 2010 15:11
Forum: Development around libVLC
Topic: JVLC status
Replies: 177
Views: 59120

Re: JVLC status

vlcj contains a simple video player implementation built using Swing/AWT, and I use this for testing. I have discovered a new issue that I am really struggling to solve. I did not see this issue with vlc 1.0.5, nor with vlc 1.1.0pre2, but it is present when running the same Java code against vlc 1....
by Al3x4nd3r
29 Jan 2009 18:28
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Error using JVLC (X11 request 20.0 failed with error code 3)
Replies: 5
Views: 1106

Re: Error using JVLC (X11 request 20.0 failed with error code 3)

This is a known bug in versions up to 0.9.4 or 0.9.6 (don't remember which one fixed it).
Ok, but i use vlc 0.98a > 0.9.6, and jvlc 0.9.0 the last release.
by Al3x4nd3r
29 Jan 2009 15:30
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Error using JVLC (X11 request 20.0 failed with error code 3)
Replies: 5
Views: 1106

Re: Error using JVLC

One more simple code, with the same error. import java.awt.Canvas; import java.util.logging.Level; import java.util.logging.Logger; import javax.swing.JFileChooser; import javax.swing.JFrame; import org.videolan.jvlc.JVLC; import org.videolan.jvlc.Playlist; import org.videolan.jvlc.VLCException; /* ...
by Al3x4nd3r
29 Jan 2009 15:04
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Error using JVLC (X11 request 20.0 failed with error code 3)
Replies: 5
Views: 1106

Error using JVLC (X11 request 20.0 failed with error code 3)

Hi, I have written a simple Swing-based JVLC client with the latest 0.9.0-test3 jar library (http://jvlc.ihack.it/releases/jvlc-core-0.9.0-SNAPSHOT-20080727.jar) and I have experienced some problems with the Swing integration. My sample application just adds video file to a canvas and playing with t...

Go to advanced search