Hello Douglas,<br><br>My application is working fine so far. I have a question. How do I embed the geometry inside my and not give extra parameters on the command line?? I generally use the same vic size and would like to embed it in the code. Where do I make the changes?? I am searching &#39;geometry&#39; in the code and trying to understand. Could you give me some directions??<br>
<br>Thanks <br><br><br>Akhila<br><br><br><br>If you want to set vic&#39;s geometry you can use a Tk geometry string with something like:<br>
<br>
vic -X geometry=1000x500+300-400 <a href="http://234.5.6.7/16000" target="_blank">234.5.6.7/16000</a><br>
<br>
i.e. 1000 pixels wide by 500 pixels tall, with the left edge 300 pixels
from the left of the screen, and the bottom edge 400 pixels up from the
base of the screen.<br> 
<br><div class="gmail_quote">On Tue, Aug 11, 2009 at 8:21 PM, Douglas Kosovic <span dir="ltr">&lt;<a href="mailto:douglask@itee.uq.edu.au">douglask@itee.uq.edu.au</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi Akhila,<div class="im"><br>
<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Can you help me in splitting the ports? Sending and receiving..<br>
Are there any other instructions for compiling vic on mac? I tried around 5<br>
times changing the name of hostname and it worked for only LOCALHOST and<br>
does not work after I quit terminal. How do I link static libraries for vic?<br>
And what libraries do I need to include while &#39;make&#39;?<br>
</blockquote>
<br></div>
The configure instructions I&#39;ve given you were what I use for Linux, but were also applicable to MacOS X.<br>
<br>
To see which shared libraries vic was linked against, issue:<br>
  otool -L vic<br>
<br>
You would only want to statically link against UCL common, x264 and ffmpeg. gcc (with no explicit switches for linking against static libraries) will link against a static library if it can&#39;t find the corresponding dynamic library.<div class="im">
<br>
<br>
&gt; I am attaching the log file. May be you can tell me something as to<br>
&gt; where I am going wrong. I am trying to understand the log file now.<br>
<br></div>
In your log ffmpeg and x264 appear to be getting built statically, also don&#39;t do a &#39;make install&#39; for UCL common as that will install it&#39;s dynamic library in /usr/local/lib.<br>
<br>
&gt; I used the binary file from the website and typed<br>
&gt; ./vic -l <a href="http://127.0.0.1/1600" target="_blank">127.0.0.1/1600</a> i am attaching the log file I received. It&#39;s<br>
&gt; still transmitting on my ip and not on loopback. It took me time to<br>
&gt; figure this out. Why is this doing this?<br>
&gt; I need to transmit on loopback address on my application.<br>
<br>
Is there any reason you aren&#39;t using multicast to sidestep the intristic limitations of unicast? You can limit multicast to just your Mac by setting the TTL to 1, e.g. :<br>
<br>
   vic -t 1 <a href="http://239.1.2.3/1600" target="_blank">239.1.2.3/1600</a><br>
<br>
You can use RTP recorders like AGVCR to record the RTP packets that are getting sent, but a 2nd vic on the same machine won&#39;t display the video sent by the 1st local vic by design.<br>
<br>
<br>
Doug<br>
<br>
</blockquote></div><br><br clear="all"><br>-- <br>Regards,<br><br>Akhila<br>