Hrm, if I'm interpreting this correctly, you're giving a "localhost"
for a value that you're putting on a server.  The server isn't going
to connect to your personal "localhost", it'll treat "localhost" as
the server itself, since it's relative to the location of the
reference.  That is, if you make a file that links to, say,
"http://localhost/test.html";, and you upload it to server www.foo.com,
it'll be linking to www.foo.com/test.html and not to your computer.
In order to link it back to your own localhost--your own computer--you
have to specify the IP address of your machine.

If I'm misinterpreting, I apologize.

-Josh


On 5/19/06, ??? <[EMAIL PROTECTED]> wrote:
> Hi,all:
>          I check all the .lzx file from the svn path
> http://svn.openlaszlo.org/openlaszlo/branches/video/test/video/ and then I
> change the test-rtmpconnection.lzx file "rtmp://localhost/test" to
> "rtmp://localhost/oflaDemo" and then publish it to openlaszlo server, but it
> does not connect the red5 server in my localhost,why? The status is always
> connecting,and other test-*.lzx is the same problem,pls reply me ,thks!
> Best regards!!
>
>
> _______________________________________________
> Laszlo-dev mailing list
> [email protected]
> http://www.openlaszlo.org/mailman/listinfo/laszlo-dev
>

_______________________________________________
Laszlo-dev mailing list
[email protected]
http://www.openlaszlo.org/mailman/listinfo/laszlo-dev

Reply via email to