<br><br><div><span class="gmail_quote">On 1/7/08, <b class="gmail_sendername">Anthony Bargnesi</b> <<a href="mailto:abargnesi@gmail.com">abargnesi@gmail.com</a>> 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. I didn't know this project existed. 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. Am I tied to using Flash 9+ with this method?</blockquote><div><br>It works also with swf7 target so I suppose it should work with older flash palyers. But to be honest I haven't tried it with anything older than
<br>Flash 9. </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's now a battle between a Laszlo/Red5/RTMP approach, and a Laszlo/Comet/Dojo approach. 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've olny used the first (red5). </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's a big question. Is it possible to deploy the red5/rtmp server to a different machine than the LPS and not run into cross browser communication issues? 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>. 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. Rtmp is completely urelated with http. You can have red5 anywhere. Flash connect directly to the provided IP (rtmp://somesite.org/myapp)<br>... Where it got served from is totally unimportant.<br>
<br>There is one thing you should be aware of though. Rtmp is not exactly firewall-resistant :) Some bigger companies block all outgoing traffic<br>except http. So in such locations this solution is bad, but I really don't consider this service provider's problem. But even if it's in your interest
<br>to relieve a couple of poor bored employees, you can use rtmpt (rtmp over http). </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'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