Hi,<br><br>This line is used for xvideo capability.<br>However, the trunk branch doesn&#39;t contain related xvideo code.<br>So, I think it was a bug generated by Morris while integrating his advanced ui to trunk (should be mpeg4 branch) .
<br><br>Socrates:<br>&nbsp; Could you revert the SVN to previous version?<br><br>Barz<br><br><br><div><span class="gmail_quote">2007/2/1, Sam Gundry &lt;<a href="mailto:sgundry@vpac.org">sgundry@vpac.org</a>&gt;:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi Socrates,<br><br>I actually commented out this line yesterday, before receiving this<br>email. :)<br><br>Video images now display locally in both the consumer and producer windows.<br><br>What should that line of code do? I haven&#39;t noticed anything out of the
<br>ordinary yet...<br><br>Thanks,<br>Sam<br><br><br><br>Socrates Varakliotis wrote:<br>&gt; Hi Sam,<br>&gt;<br>&gt; I assume you&#39;re still building Vic on Windows.<br>&gt; Can you comment out line 562 in tcl/ui-main.tcl
 and rebuild?<br>&gt;<br>&gt; #$target enable_xv $enable_xv&quot;<br>&gt;<br>&gt; Let me know what happens then.<br>&gt;<br>&gt;<br>&gt; Thanks,<br>&gt; --<br>&gt; Socrates.<br>&gt;<br>&gt;<br>&gt;<br>&gt;<br>&gt; ----- Original Message ----- From: &quot;Sam Gundry&quot; &lt;
<a href="mailto:sgundry@vpac.org">sgundry@vpac.org</a>&gt;<br>&gt; To: &lt;<a href="mailto:Andrew.Rowley@manchester.ac.uk">Andrew.Rowley@manchester.ac.uk</a>&gt;<br>&gt; Cc: &quot;Piers O&#39;Hanlon&quot; &lt;<a href="mailto:p.ohanlon@cs.ucl.ac.uk">
p.ohanlon@cs.ucl.ac.uk</a>&gt;; &lt;<a href="mailto:vic@cs.ucl.ac.uk">vic@cs.ucl.ac.uk</a>&gt;;<br>&gt; &quot;sumover-dev&quot; &lt;<a href="mailto:sumover-dev@cs.ucl.ac.uk">sumover-dev@cs.ucl.ac.uk</a>&gt;; &lt;<a href="mailto:ag-tech@mcs.anl.gov">
ag-tech@mcs.anl.gov</a>&gt;<br>&gt; Sent: Tuesday, January 30, 2007 11:03 PM<br>&gt; Subject: Re: [AG-TECH] Re: Compiling VIC in Visual Studio 8 (2005)<br>&gt;<br>&gt;<br>&gt;&gt; Hi Andrew,<br>&gt;&gt;<br>&gt;&gt; I am using multicast.&nbsp;&nbsp;When I use the already compiled VIC binary (from
<br>&gt;&gt; the UCL installer), video appears in both VideoConsumerService and<br>&gt;&gt; VideoProducerService windows.<br>&gt;&gt;<br>&gt;&gt; The issue occurs when I use a VIC binary I compiled in Visual Studio 8.0.<br>
&gt;&gt;<br>&gt;&gt; When using the my compiled VIC, neither window has any video, but it is<br>&gt;&gt; transmitting correctly since a remote machine, using a standard VIC<br>&gt;&gt; binary, can see the video properly.<br>
&gt;&gt;<br>&gt;&gt; I think I&#39;ve caused bugs in the program when trying to compile VIC in<br>&gt;&gt; VS8.0. The following is the debug output:<br>&gt;&gt;&gt; [224] [pid/224 +335 c:\sgundry\ucl media tools\common\src\mbus_config.c]
<br>&gt;&gt;&gt; [224] Closed registry entry...<br>&gt;&gt;&gt; --GetMcast: 12fa19ac 890046f8<br>&gt;&gt;&gt; --GetMcast: 12fa19ac 890046f8<br>&gt;&gt;&gt; [224] vic-2.8ucl1.2.1.SharedVideo: tcl runtime error: vic: _o13: no such
<br>&gt;&gt;&gt; method (enable_xv)<br>&gt;&gt;&gt; [224] stack trace:<br>&gt;&gt;&gt; [224] vic: _o13: no such method (enable_xv)<br>&gt;&gt;&gt; [224]&nbsp;&nbsp;&nbsp;&nbsp; while executing<br>&gt;&gt;&gt; [224] &quot;$target enable_xv $enable_xv&quot;
<br>&gt;&gt;&gt; [224]&nbsp;&nbsp;&nbsp;&nbsp; (procedure &quot;attach_renderer&quot; line 38)<br>&gt;&gt;&gt; [224]&nbsp;&nbsp;&nbsp;&nbsp; invoked from within<br>&gt;&gt;&gt; [224] &quot;attach_renderer $src $w $enable_xv&quot;<br>&gt;&gt;&gt; [224]&nbsp;&nbsp;&nbsp;&nbsp; (procedure &quot;attach_window&quot; line 2)
<br>&gt;&gt;&gt; [224]&nbsp;&nbsp;&nbsp;&nbsp; invoked from within<br>&gt;&gt;&gt; [224] &quot;attach_window $src $stamp.video false &quot;<br>&gt;&gt;&gt; [224]&nbsp;&nbsp;&nbsp;&nbsp; (procedure &quot;build.src&quot; line 11)<br>&gt;&gt;&gt; [224]&nbsp;&nbsp;&nbsp;&nbsp; invoked from within
<br>&gt;&gt;&gt; [224] &quot;build.src $w $src 1&quot;<br>&gt;&gt;&gt; [224]&nbsp;&nbsp;&nbsp;&nbsp; (procedure &quot;really_activate&quot; line 9)<br>&gt;&gt;&gt; [224]&nbsp;&nbsp;&nbsp;&nbsp; invoked from within<br>&gt;&gt;&gt; [224] &quot;really_activate _o10&quot;
<br>&gt;&gt;&gt; [224]&nbsp;&nbsp;&nbsp;&nbsp; (&quot;after&quot; script)<br>&gt;&gt;&gt; [224] Please mail this error message and, if possible, an explanation<br>&gt;&gt;&gt; [224] of what user-action caused it to <a href="mailto:vic@cs.ucl.ac.uk">
vic@cs.ucl.ac.uk</a>.<br>&gt;&gt;<br>&gt;&gt; The error occurs in the &quot;really_activate&quot; procedure, which,&nbsp;&nbsp;according to<br>&gt;&gt; this article <a href="https://mediatools.cs.ucl.ac.uk/nets/mmedia/wiki/VicDev">
https://mediatools.cs.ucl.ac.uk/nets/mmedia/wiki/VicDev</a>, is<br>&gt;&gt; responsible for creating the video thumbnail.<br>&gt;&gt;<br>&gt;&gt; Regards,<br>&gt;&gt; Sam<br>&gt;&gt;<br>&gt;&gt; Andrew A Rowley wrote:<br>
&gt;&gt;&gt; Hi,<br>&gt;&gt;&gt;<br>&gt;&gt;&gt; If you are using unicast, this is the way in which it works.&nbsp;&nbsp;Only<br>&gt;&gt;&gt; one of<br>&gt;&gt;&gt; the vic instances can bind to the unicast port, which means that<br>
&gt;&gt;&gt; sometimes you will see video in the VideoConsumerService window, and<br>&gt;&gt;&gt; sometimes in the VideoProducerService window.&nbsp;&nbsp;It is fairly random as to<br>&gt;&gt;&gt; which gets the video.&nbsp;&nbsp;In any case, the quickbridge process that
<br>&gt;&gt;&gt; performs<br>&gt;&gt;&gt; the bridging will never send anything you send back to you, so you will<br>&gt;&gt;&gt; never see your video in the VideoConsumerService window when using<br>&gt;&gt;&gt; unicast.&nbsp;&nbsp;You should see your video in both windows when using
<br>&gt;&gt;&gt; multicast,<br>&gt;&gt;&gt; although this will depend on your networking setup and operating system.<br>&gt;&gt;&gt;<br>&gt;&gt;&gt; Andrew :)<br>&gt;&gt;&gt;<br>&gt;&gt;&gt; ============================================
<br>&gt;&gt;&gt; Access Grid Support Centre,<br>&gt;&gt;&gt; RSS Group,<br>&gt;&gt;&gt; Manchester Computing,<br>&gt;&gt;&gt; Kilburn Building,<br>&gt;&gt;&gt; University of Manchester,<br>&gt;&gt;&gt; Oxford Road,<br>&gt;&gt;&gt; Manchester, M13 9PL, UK
<br>&gt;&gt;&gt; Tel: +44(0)161-275 0685<br>&gt;&gt;&gt; Email: <a href="mailto:Andrew.Rowley@manchester.ac.uk">Andrew.Rowley@manchester.ac.uk</a><br>&gt;&gt;<br>&gt;&gt; --<br>&gt;&gt; Centre for Computational Prototyping
<br>&gt;&gt; Victorian Partnership for Advanced Computing<br>&gt;&gt; <a href="http://www.vpac.org">www.vpac.org</a><br>&gt;<br><br><br>--<br>Centre for Computational Prototyping<br>Victorian Partnership for Advanced Computing
<br><a href="http://www.vpac.org">www.vpac.org</a><br><br></blockquote></div><br>