In your application folder, you should have a file called red5-web.properties. It should have something like this in it:
webapp.contextPath=/<app_name> webapp.virtualHosts=*, localhost, localhost:5080, 127.0.0.1:5080 It should be in something like this folder: /red5/webapps/<app_name>/WEB-INF/ Ruben Sainz de la Maza wrote: > I have this red5.properties: > > rtmp.host_port = 0.0.0.0:1935 > http.host = 0.0.0.0 > http.port = 5080 > rtmpt.host = 0.0.0.0 > rtmpt.port = 80 > debug_proxy.host_port = 1936 > proxy_forward.host_port = 127.0.0.1:5080 > rtmp.threadcount = 4 > > and my IP is 10.30.60.17. > When connect to rtmpt://127.0.0.1/oflaDemo works fine, but on > rtmpt://10.30.60.17/oflaDemo don“t. > Where configure this IP on Red5? > > Ruben > > > > > _______________________________________________ > 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
