[vlc] Re: [streaming] Regarding Options in VLC Embedded in WebPage

Verne Kleinsmidt verne.kleinsmidt at gmail.com
Wed Feb 7 07:48:16 CET 2007


HI all!

I was wondering whether VLC does regional unblocking - am getting some DVDs
from region 1 and I am at region 2.

best

Verne

On 2/6/07, Jean-Paul Saman <jean-paul.saman at planet.nl> wrote:
>
> Nikhil Agrawal wrote:
> > Hi all,
> >
> > I am using Aci\tiveX control for VLC to embedd it in WebPage. Default
> > setting for "*clock synchro*" in VLC when installed is "Default" (in VLC
> > 0.8.2 Settings-> Preferences-> Input/Codecs-> Advanced-> clock
> > Synchronization).
> >
> > I want that setting to be "*Enabled*" whenever user requests for any
> > stream.
> > So in vlc plugIn *addTarget* function's , *option* parameter I want to
> pass
> > clock-synchro = 1. Following is the code that executed when user clicks
> > Play
> > button present on WebPage.
> >
> >
> > function PlayFile(filename)
> > {  var options=["--audio-track=0* *--*clock-synchro=1*"];
> >   document.vlc.playlistClear();
> >   document.vlc.addTarget(filename,options,1,0);
> >   document.vlc.play();
> > }
> >
> > So I want to know , is this code valid and will take these properties to
> be
> > effective into the current stream requested?
>
> I believe you should write the options as ":audio-track=0
> :clock-synchro=1"
>
> Gtz,
> Jean-Paul Saman.
>
> --
> This is the vlc mailing-list, see http://www.videolan.org/vlc/
> To unsubscribe, please read http://www.videolan.org/support/lists.html
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc/attachments/20070207/77f1729a/attachment.html>


More information about the vlc mailing list