<div>Hi all,</div>
<div>&nbsp;</div>
<div>I am using Aci\tiveX control for VLC to embedd it in WebPage. Default setting for &quot;<strong>clock synchro</strong>&quot; in VLC when installed is &quot;Default&quot; (in VLC 0.8.2 Settings-&gt; Preferences-&gt; Input/Codecs-&gt; Advanced-&gt; clock Synchronization).
</div>
<div>&nbsp;</div>
<div>I want that setting to be &quot;<strong>Enabled</strong>&quot; whenever user requests for any stream. So in vlc plugIn <strong>addTarget</strong> function&#39;s , <strong>option</strong> parameter I want to pass clock-synchro = 1. Following is the code that executed when user clicks Play button present on WebPage.
</div>
<div>&nbsp;</div>
<div>
<p>function PlayFile(filename)<br>{&nbsp;&nbsp;var options=[&quot;--audio-track=0<strong> </strong>--<strong>clock-synchro=1</strong>&quot;];<br>&nbsp;&nbsp;&nbsp;document.vlc.playlistClear();<br>&nbsp;&nbsp;&nbsp;document.vlc.addTarget(filename,options,1,0);<br>
&nbsp;&nbsp;&nbsp;document.vlc.play();<br>}</p>
<p>So I want to know , is this code valid and will take these properties to be effective into the current stream requested?</p>
<p>Thanks and Regards,</p>
<p>Nikhil Agrawal</p></div>