<br><br><div><span class="gmail_quote">On 1/7/08, <b class="gmail_sendername">Anthony Bargnesi</b> &lt;<a href="mailto:abargnesi@gmail.com">abargnesi@gmail.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 0; margin-left: 0.80ex; border-left-color: #cccccc; border-left-width: 1px; border-left-style: solid; padding-left: 1ex">
Thanks for the advice.&nbsp; I didn&#39;t know this project existed.&nbsp; I looked at the laszlo/red5 example (<a href="http://wiki.openlaszlo.org/RtmpRed5Webapp" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
http://wiki.openlaszlo.org/RtmpRed5Webapp</a>) and it looks very well integrated into laszlo in order to send and receive real time messages.&nbsp; Am I tied to using Flash 9+ with this method?</blockquote><div><br>It&nbsp;works&nbsp;also&nbsp;with&nbsp;swf7&nbsp;target&nbsp;so&nbsp;I&nbsp;suppose&nbsp;it&nbsp;should&nbsp;work&nbsp;with&nbsp;older&nbsp;flash&nbsp;palyers.&nbsp;But&nbsp;to&nbsp;be&nbsp;honest&nbsp;I&nbsp;haven&#39;t&nbsp;tried&nbsp;it&nbsp;with&nbsp;anything&nbsp;older&nbsp;than
<br>Flash&nbsp;9.&nbsp;</div><br><blockquote class="gmail_quote" style="margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 0; margin-left: 0.80ex; border-left-color: #cccccc; border-left-width: 1px; border-left-style: solid; padding-left: 1ex">
Since you brought red5 up, it&#39;s now a battle between a Laszlo/Red5/RTMP approach, and a Laszlo/Comet/Dojo approach.&nbsp; I know I would be able to use a Cometd approach, using Jetty and Dojo, but it seems like I would have to deploy the laszlo LPS to Jetty so that I could handle the Comet communication and laszlo compilation in one webapp.
</blockquote><div><br>I&#39;ve&nbsp;olny&nbsp;used&nbsp;the&nbsp;first&nbsp;(red5).&nbsp;</div><br><blockquote class="gmail_quote" style="margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 0; margin-left: 0.80ex; border-left-color: #cccccc; border-left-width: 1px; border-left-style: solid; padding-left: 1ex">
Here&#39;s a big question.&nbsp; Is it possible to deploy the red5/rtmp server to a different machine than the LPS and not run into cross browser communication issues?&nbsp; Say for example, that the LPS was running at <a href="http://localhost/lps" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
 http://localhost/lps</a> and red5/rtmp server was running at <a href="http://localhost:8080/rtmp" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://localhost:8080/rtmp</a>.&nbsp; Would I be able to server up the lzx files from the LPS server and hit rtmp on a different server?
</blockquote><div><br>Sure.&nbsp;Rtmp&nbsp;is&nbsp;completely&nbsp;urelated&nbsp;with&nbsp;http.&nbsp;You&nbsp;can&nbsp;have&nbsp;red5&nbsp;anywhere.&nbsp;Flash&nbsp;connect&nbsp;directly&nbsp;to&nbsp;the&nbsp;provided&nbsp;IP&nbsp;(rtmp://somesite.org/myapp)<br>...&nbsp;Where&nbsp;it&nbsp;got&nbsp;served&nbsp;from&nbsp;is&nbsp;totally&nbsp;unimportant.<br>
<br>There&nbsp;is&nbsp;one&nbsp;thing&nbsp;you&nbsp;should&nbsp;be&nbsp;aware&nbsp;of&nbsp;though.&nbsp;Rtmp&nbsp;is&nbsp;not&nbsp;exactly&nbsp;firewall-resistant&nbsp;:)&nbsp;Some&nbsp;bigger&nbsp;companies&nbsp;block&nbsp;all&nbsp;outgoing&nbsp;traffic<br>except&nbsp;http.&nbsp;So&nbsp;in&nbsp;such&nbsp;locations&nbsp;this&nbsp;solution&nbsp;is&nbsp;bad,&nbsp;but&nbsp;I&nbsp;really&nbsp;don&#39;t&nbsp;consider&nbsp;this&nbsp;service&nbsp;provider&#39;s&nbsp;problem.&nbsp;But&nbsp;even&nbsp;if&nbsp;it&#39;s&nbsp;in&nbsp;your&nbsp;interest&nbsp;
<br>to&nbsp;relieve&nbsp;a&nbsp;couple&nbsp;of&nbsp;poor&nbsp;bored&nbsp;employees,&nbsp;you&nbsp;can&nbsp;use&nbsp;rtmpt&nbsp;(rtmp&nbsp;over&nbsp;http).&nbsp;</div><br><blockquote class="gmail_quote" style="margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 0; margin-left: 0.80ex; border-left-color: #cccccc; border-left-width: 1px; border-left-style: solid; padding-left: 1ex">
I&#39;ll have to look into this red5/rtmp approach a bit more, but thanks.</blockquote><div><br><a href="http://www.openlaszlo.org/pipermail/laszlo-user/2006-November/004721.html">http://www.openlaszlo.org/pipermail/laszlo-user/2006-November/004721.html
</a><br><a href="http://jira.openlaszlo.org/jira/browse/LPP-2554">http://jira.openlaszlo.org/jira/browse/LPP-2554</a><br><br>Sometimes OpenLaszlo needs a little push to make it go in the right direction :)<br></div><br><blockquote class="gmail_quote" style="margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 0; margin-left: 0.80ex; border-left-color: #cccccc; border-left-width: 1px; border-left-style: solid; padding-left: 1ex">
<span class="sg">- Anthony Bargnesi</span></blockquote></div><br clear="all"><br>-- <br>lp,<br>Anže