On 1/7/08, Anthony Bargnesi <[EMAIL PROTECTED]> wrote:
>
> Thanks for the advice.  I didn't know this project existed.  I looked at
> the laszlo/red5 example (http://wiki.openlaszlo.org/RtmpRed5Webapp) 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?


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
Flash 9.

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.


I've olny used the first (red5).

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 http://localhost/lpsand 
> red5/rtmp server was running at
> http://localhost:8080/rtmp.  Would I be able to server up the lzx files
> from the LPS server and hit rtmp on a different server?


Sure. Rtmp is completely urelated with http. You can have red5
anywhere. Flash connect directly to the provided IP
(rtmp://somesite.org/myapp)
... Where it got served from is totally unimportant.

There is one thing you should be aware of though. Rtmp is not exactly
firewall-resistant :) Some bigger companies block all outgoing traffic
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
to relieve a couple of poor bored employees, you can use rtmpt (rtmp
over http).

I'll have to look into this red5/rtmp approach a bit more, but thanks.


http://www.openlaszlo.org/pipermail/laszlo-user/2006-November/004721.html
http://jira.openlaszlo.org/jira/browse/LPP-2554

Sometimes OpenLaszlo needs a little push to make it go in the right
direction :)

- Anthony Bargnesi



-- 
lp,
Anže

Reply via email to