[vlc-devel] problems using libvlc.

Pierre d'Herbemont pdherbemont at free.fr
Sun Sep 30 12:44:03 CEST 2007


On Sep 30, 2007, at 12:39 PM, ChengYQ wrote:

> When I run the original installed vlc, all modules works fine, but  
> when I use libvlc,and try to put
> arguments ":sout=#transcode{vdev=mp4v......." and run it, the  
> system said that "there are no modules
> matched the transcode", I think maybe because of the options when I  
> compile/link it.I used:
> export VLC_SRC=/tmp/vlc-0.8.6c
> gcc -I ${VLC_SRC}/include/ -lvlc -L ${VLC_SRC}/src/.libs/ demo.c -o  
> demo
> How can I specify a typical location of the transcode? Should this  
> be done when link or through passing arguments to libvlc_new?
--module-path=/path/to/the/module may help (as an argument to  
libvlc_new).

Pierre.



More information about the vlc-devel mailing list