<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">It lives here and has been updated with a default TTL of 127:<div><br></div><div><a href="https://trac.ci.uchicago.edu/if-media/browser/VPMedia/src/VPMSession_net.cpp">https://trac.ci.uchicago.edu/if-media/browser/VPMedia/src/VPMSession_net.cpp</a></div><div><br></div><div><a href="https://trac.ci.uchicago.edu/if-media/browser/VPMedia/src/VPMSession_net.cpp"></a><br><div><div>On Oct 7, 2010, at 3:42 PM, Christoph Willing wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div><br>On 07/10/2010, at 11:18 PM, Philippe d'Anfray wrote:<br><br><blockquote type="cite">Bonjour,<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">We use AG 3.2 on MAC OS 10.6, VIC works a priori but fails if you try to<br></blockquote><blockquote type="cite">resize the window menu etc..<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">My concern here is about VpcScreen. We had many problems with the Ubuntu<br></blockquote><blockquote type="cite">version because the TTL was "hardcoded" to a (too) small value and the screen<br></blockquote><blockquote type="cite">capture was not received by non-local users.<br></blockquote><br><br>Philippe,<br><br>I hope you mean that the ttl problem was in the past and is now fixed on Ubuntu?<br><br><br><br><blockquote type="cite">Is it the same with the MAC OS X version ??? (I checked that our mac was issuing<br></blockquote><blockquote type="cite">packets with a TTL of 127 (probably VideoProducer ??) and with a TTL of 16<br></blockquote><blockquote type="cite">(VPC screen ?)).... and same as before, non-local users do not receive the VPC<br></blockquote><blockquote type="cite">Screen picture.<br></blockquote><br><br>I'm not sure where the real VP* repository is these days but it could be fixed with the patch that I apply to my local version for the Ubuntu releases:<br><br><br>--- VPMedia/src/VPMSession_net.cpp.orig 2008-09-16 22:09:32.000000000 +1000<br>+++ VPMedia/src/VPMSession_net.cpp &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;2010-04-02 01:04:51.718584080 +1000<br>@@ -8,14 +8,14 @@<br><br> bool VPMSession_net::initialised_global = false;<br><br>-static const uint16_t DEFAULT_TTL = 16;<br>+static const uint16_t DEFAULT_TTL = 127;<br><br> VPMSession_net::VPMSession_net( const char *_address,<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;VPMSessionListener &amp;listener ) :<br> &nbsp;&nbsp;VPMSession( listener ),<br> &nbsp;&nbsp;address( _address ),<br> &nbsp;&nbsp;session( 0 ),<br>- &nbsp;ttl( 16 ),<br>+ &nbsp;ttl( DEFAULT_TTL ),<br> &nbsp;&nbsp;bandwidth( 64000 ),<br> &nbsp;&nbsp;first_packet_time(0),<br> &nbsp;&nbsp;total_bytes_sent(0),<br><br><br><br>chris<br><br><br><blockquote type="cite"><br></blockquote><blockquote type="cite">Last question should we move to the 3.3-Snapshot_??? on our Mac &nbsp;?<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">Bien cordialement<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">Philippe<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">&lt;Philippe_d-Anfray.vcf&gt;<br></blockquote><br>Christoph Willing &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;+61 7 3365 8316<br>QCIF Access Grid Manager<br>University of Queensland<br><br></div></blockquote></div><br></div></body></html>