Hi Joachim, FYI, This is what I am using with the echo_test example I compiled:
http://10.2.0.10:8080/echo/gateway - This does not work I get the following message: Connecting through remoteObject using AMF3... Testing null: Error received: Send failed But when I use the following: rtmp://10.2.0.10/echo Everything works fine. I don't see a default of http://localhost:5080/oflaDemo/gateway in the project? Here are my red5.properties - See anything out of the ordinary? I am testing on a local server first. # HTTP http.host=10.2.0.10 http.port=8080 # RTMP rtmp.host=10.2.0.10 rtmp.port=1935 rtmp.event_threads_core=16 rtmp.event_threads_max=32 # event threads queue: -1 unbounded, 0 direct (no queue), n bounded queue rtmp.event_threads_queue=-1 rtmp.event_threads_keepalive=60 rtmp.send_buffer_size=271360 rtmp.receive_buffer_size=65536 rtmp.ping_interval=5000 rtmp.max_inactivity=60000 # RTMPT rtmpt.host=10.2.0.10 rtmpt.port=8088 rtmpt.ping_interval=5000 rtmpt.max_inactivity=60000 # WEBAPP webapp.contextPath=/10.2.0.10 Lenny On 6/20/07, Joachim Bauch <[EMAIL PROTECTED]> wrote:
Hi Lenny, Lenny Sorey schrieb: > After building and testing through RemoteObject button with echo-test I > get the following: > > Connecting through remoteObject using AMF3... > Testing null: Error received: Send failed [...] > I am using Tomcat 5.5.20 for my RED5 testing. if you're running from Tomcat, you probably need to adjust the HTTP URL in the test. It's set to http://localhost:5080/oflaDemo/gateway by default, maybe you will have to change it to http://localhost:5080/red5/oflaDemo/gateway or whatever URL you use to access Red5. If you open the URL in your browser, you should see a message "Red5 : Remoting Gateway". I will try to setup a Tomcat environment here and test it, too. Joachim _______________________________________________ Red5 mailing list [email protected] http://osflash.org/mailman/listinfo/red5_osflash.org
_______________________________________________ Red5 mailing list [email protected] http://osflash.org/mailman/listinfo/red5_osflash.org
