Configure the properties file under "./Red5/conf/red5.properties" it usually is: rtmp.host_port = 127.0.0.1:1935 debug_proxy.host_port = 127.0.0.1:1936 proxy_forward.host_port = 127.0.0.1:1935 rtmps.host_port = 127.0.0.1:1945 http.host = 127.0.0.1 http.port = 5080 rtmpt.host = 127.0.0.1 rtmpt.port = 8088
put your ip instead of all the "127.0.0.1" and probably u must configure the properties file under your aplication folder, for example :"/red5/webapps/myapp/WEB-INF/red5-web.properties. it usually contains: webapp.contextPath=/ejemplo webapp.virtualHosts=*, localhost, localhost:8088, 127.0.0.1:8088 add "your_ip:1935" to the webapp.virtualHosts field, separated by comas it should work now 2007/3/1, Florencio Cano <[EMAIL PROTECTED]>:
I think it could be a problem related with vhosts and Red5 configuration. 2007/2/20, [EMAIL PROTECTED] <[EMAIL PROTECTED]>: > When using my Script locally: rtmp://localhost/sample than I can connect to > my local red5 Server but when using an IP-Adress (127.0.0.1 or the one using > in my LAN) I can not establish the connection any more even when still > working locally. > Isn't: rtmp://localhost/sample the same than rtmp://127.0.0.1/sample ?? _______________________________________________ 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
