|
I'm running the flv demo on my ISP I have "rtmp://infinitymedialabs.com:2086/red5/oflaDemo" The red5 install is webapps/red5 Here are my red5.properties settings : rtmp.host_port = 0.0.0.0:2086 debug_proxy.host_port = 0.0.0.0:1936 proxy_forward.host_port = 127.0.0.1:2086 rtmps.host_port = 127.0.0.1:1945 http.host=0.0.0.0 http.port=80 webapp.contextPath=/ webapp.virtualHosts=*,localhost, localhost:80, 127.0.0.1:80 ofla-context.xml: <bean id="ofla.scope" class="org.red5.server.WebScope" init-method="register"> <property name="server" ref="red5.server" /> <property name="parent" ref="global.scope" /> <property name="context" ref="ofla.context" /> <property name="handler" ref="ofla.handler" /> <property name="contextPath" value="/oflaDemo" /> <property name="virtualHosts" value="*,localhost, localhost:80, 127.0.0.1:80" /> </bean> So my first point of confusion is the virtualHosts. What port should that be? The same as my ISP web server... different? If different should I use an inbound or outbound available port? I can connect... but the movie list doesn't have anything in it. Thanks. .j --
Whether you think that you can, or that you can't, you are usually right. - Henry Ford |
_______________________________________________ Red5 mailing list [email protected] http://osflash.org/mailman/listinfo/red5_osflash.org
