Search found 5 matches

Go to advanced search

by chooo
05 Aug 2008 17:15
Forum: VLC media player for Linux and friends Troubleshooting
Topic: JVLC video output method
Replies: 0
Views: 323

JVLC video output method

Hello, I was wondering if with JVLC we can use the "setVideoOutput(Canvas canvas)" method more than once in order to change the video output while playing a video for instance ? Because this method call works fine the first time (at the initialization of JVLC), but when it is used more tha...
by chooo
13 Jun 2008 11:08
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Getting started with JVLC 0.9 on Ubuntu
Replies: 17
Views: 8284

Getting started with JVLC 0.9 on Ubuntu

Hello, here is how I successfully compiled and used JVLC 0.9 on a Ubuntu system (it should be quite the same on other GNU/Linux systems): - first of all, prepare your system to the compilation of VLC: # sudo apt-get install maven2 gcj automake libtool libfaad-dev libtwolame0 libtwolame-dev libfaac0 ...
by chooo
13 Jun 2008 10:34
Forum: VLC media player for Linux and friends Troubleshooting
Topic: JVLC 0.9 and streaming
Replies: 2
Views: 953

Re: JVLC 0.9 and streaming

I finally made it work. So here is how I did to stream a webcam and a microphone on a multicast address : String videoMedia = "/dev/video0"; String audioMedia = "/dev/dsp"; MediaDescriptor mediaDescriptor = new MediaDescriptor(jvlc, "v4l://"+videoMedia); mediaDescriptor...
by chooo
03 Jun 2008 15:39
Forum: VLC media player for Linux and friends Troubleshooting
Topic: JVLC 0.9 and streaming
Replies: 2
Views: 953

JVLC 0.9 and streaming

Hello world ! I have a problem with JVLC 0.9 that I didn't have with the previous release (0.8.x) : I cannot stream to the network anymore. For information, I am using a compiled version of VLC's trunk of June 2nd 2008 with the following configuration options: --build=i386-linux --disable-qt4 --disa...
by chooo
26 Mar 2008 11:33
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Compilation problem with JVLC 0.9.0
Replies: 3
Views: 1416

Compilation problem with JVLC 0.9.0

Hello, I am trying to use the latest JVLC code from the videolan trunk, and I get the following error : if I run # java -Djna.library.path=path/to/vlc-libraries/directory -classpath jvlc-0.9.0-20080309-linux_x86-32.jar VLCExample I get Exception in thread "main" java.lang.UnsatisfiedLinkEr...

Go to advanced search