Page 1 of 1

how to specify the config file??

Posted: 29 Nov 2010 16:58
by microgiant
hi all,
in libvlc,how to specify the config file(vlcrc)?
i set
const char * const vlc_args[]={
"--novideo",
"--config=vlcconfig\\vlcrc",
strCommand,
"--plugin-path=plugins"
};
but doesnt work.

how to make it work?

thanks!

Re: how to specify the config file??

Posted: 29 Nov 2010 22:30
by Rémi Denis-Courmont
--no-ignore-config --config=...

Re: how to specify the config file??

Posted: 30 Nov 2010 01:01
by microgiant
it woks,thank you,Rémi Denis-Courmont !!