Page 1 of 1

HELP: change VLC-settings in a html-website

Posted: 17 Mar 2009 14:09
by edwart
hello,

i want to embedd a VLC-Browser Plugin in a webPage.
On my webpage, i want to change some settings of VLC.

Is it possible and how can i do that, to change these settings via an HTML site which has an embedded VLC-Player.

-i want to hide the adress of the file which is playing on startup
-i want to change to cache-size of VLC from 300ms to 1000ms (when using this WebPage)

Can anybody help me?

Thank you very much
Best regards
Edwart

Re: HELP: change VLC-settings in a html-website

Posted: 17 Mar 2009 14:27
by revolunet

Re: HELP: change VLC-settings in a html-website

Posted: 17 Mar 2009 15:52
by edwart
ok, thank you.
But i can not see any option to change these two points:

-hide the source-adress
-change cache

With which setting i can do that?

Thanx for your help
Edwart

Re: HELP: change VLC-settings in a html-website

Posted: 17 Mar 2009 15:55
by revolunet
using the playlist.add function you can use options from http://wiki.videolan.org/VLC_command-line_help

to hide the video title, just set an empty string as 2nd param for add(url, title, options) function