Here it is: root@weirdFP01:/usr/local/vlc# vlc -vvv --list | grep ffmpeg VLC media player 0.9.0-git Grishenko [00000001] main libvlc debug: VLC media player - version 0.9.0-git Grishenko - (c) 1996-2008 the VideoLAN team [00000001] main libvlc debug: libvlc was configured with ./configure '--enable-...
main decoder error: no suitable decoder module for fourcc `mjpg'. VLC probably does not support this sound or video format. I can't find out the solution to this problem. I have an application which uses jvlc. To run the application, an vlc installation is needed (0.9.0) and i have installed it (as...
Hi, After installing vlc 0.9.0 i got from git (./configure... ./make and ./make install), i still having some problems when using the latest jvlc.jar Then I run: ldd /usr/local/lib/libvlc-control.so And i get this: root@kmobile:/home/jhenriques# ldd /usr/local/lib/libvlc-control.so linux-gate.so.1 =...
"--security-policy=1" argument not working here. [00000001] main libvlc debug: VLC media player - version 0.9.0-git Grishenko - (c) 1996-2008 the VideoLAN team [00000001] main libvlc debug: libvlc was configured with ./configure '--enable-ffmpeg' '--with-ffmpeg-libpostproc' '--with-ffmpeg-...
I am facing similar problems... I managed to compile the VLanControl.dll, with comment on the line of resize_something_bla_bla_bla Then I copyied this dll and the plugins folder to the /bin/debug I added the reference on my C# application but i can´t get the control in the toolbox and when i tryied ...
it's done! i don't know yet what i was doing different but it compiled and installed and runs. this is what i get: root@kmobile:/home/vlc# ./vlc *************************************************** *** glibc version with broken libintl detected. *** *** Messages localization will be disabled. *** ***...
with similar steps to the ones described by hp_vlc i got: (...) *** Warning: Linking the shared library libffmpeg_plugin.la against the *** static library /home/vlc/ffmpeg/libavformat/libavformat.a is not portable! *** Warning: Linking the shared library libffmpeg_plugin.la against the *** static li...
I managed to correct the previous problem. I added --with-ffmpeg-tree=/home/vlc/ffmpeg (that's the folder where i put ffmpeg...)when configuring vlc However, now it complains of something else... *** Warning: Linking the shared library libffmpeg_plugin.la against the *** static library /home/vlc/ffm...
______________________________________________________________ I am sorry for opening another thread similar to this one: http://forum.videolan.org/viewtopic.php?f=13&t=45295 I only realised the existence of this after a few posts... :D ___________________________________________________________...
Hi, I am building a java application in netbeans and I added a the jvlc-0.9.0-20080309-linux_x86-32.jar to the project. However when i tryied to run the application i got this: Exception in thread "Thread-1" java.lang.UnsatisfiedLinkError: Unable to load library 'libvlc-control': liblibvlc...
Hi, I'm starting to build an application in which i must capture video signal (video camera connected to an AverTV Cardbus E500) and stream it to another location. I've done some research a i found JVLC. I was trying to use it but the information about it is very short and it is being difficult to s...