<div>Hi,</div>
<div> </div>
<div>I did this , but this is not giving effect when i write :clock-synchro=1 in options . Instead when I configure it manually in VLC player , then it works fine. Can anyone please help me in this regards. I am facing extreme problems with VLC during Pause/Play in Audio-Video synchronization. If some one wishes I can also mail the code.
</div>
<div> </div>
<div>Regards,</div>
<div>Nikhil Agrawal<br><br> </div>
<div><span class="gmail_quote">On 2/6/07, <b class="gmail_sendername">Jean-Paul Saman</b> <<a href="mailto:jean-paul.saman@planet.nl">jean-paul.saman@planet.nl</a>> wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">Nikhil Agrawal wrote:<br>> Hi all,<br>><br>> I am using Aci\tiveX control for VLC to embedd it in WebPage. Default
<br>> setting for "*clock synchro*" in VLC when installed is "Default" (in VLC<br>> 0.8.2 Settings-> Preferences-> Input/Codecs-> Advanced-> clock<br>> Synchronization).<br>><br>
> I want that setting to be "*Enabled*" whenever user requests for any<br>> stream.<br>> So in vlc plugIn *addTarget* function's , *option* parameter I want to pass<br>> clock-synchro = 1. Following is the code that executed when user clicks
<br>> Play<br>> button present on WebPage.<br>><br>><br>> function PlayFile(filename)<br>> {  var options=["--audio-track=0* *--*clock-synchro=1*"];<br>>   document.vlc.playlistClear();<br>>   
document.vlc.addTarget(filename,options,1,0);<br>>   document.vlc.play();<br>> }<br>><br>> So I want to know , is this code valid and will take these properties to be<br>> effective into the current stream requested?
<br><br>I believe you should write the options as ":audio-track=0 :clock-synchro=1"<br><br>Gtz,<br>Jean-Paul Saman.<br><br>--<br>This is the vlc-devel mailing-list, see <a href="http://www.videolan.org/vlc/">http://www.videolan.org/vlc/
</a><br>To unsubscribe, please read <a href="http://developers.videolan.org/lists.html">http://developers.videolan.org/lists.html</a><br><br></blockquote></div><br>