I uninstalled 0.4 first and then installed 0.5. Should I make sure my red5.properties file has the same entries that you list below?
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Joachim Bauch Sent: Tuesday, July 18, 2006 4:40 AM To: [email protected] Subject: Re: [Red5] Introduction and problem with starting service Hi Chris, Chris Jones wrote: [...] > org.springframework.beans.factory.BeanDefinitionStoreException: Error > registering bean with name 'socketAcceptor' defined in class path resource > [red5-core.xml]: Could not resolve placeholder 'debug_proxy.host_port' > > Looks like a port problem. Is there any easy way to tell what other app > might be using those ports? Hmm, looks more like a installer related problem. Did you install 0.5rc1 to the same directory you had 0.4 installed in? The installer doesn't overwrite the port configuration - however 0.5rc1 requires new settings that are not appended to an existing configuration (note to self: fix this). The file conf/red5.properties should include the following entries (possibly with different ports / ips): ----- snip ----- rtmp.host_port = 0.0.0.0:1935 debug_proxy.host_port = 0.0.0.0:1936 proxy_forward.host_port = 127.0.0.1:1935 rtmps.host_port = 127.0.0.1:1945 http.host=0.0.0.0 http.port=5080 rtmpt.host=0.0.0.0 rtmpt.port=8088 ----- snap ----- Joachim _______________________________________________ Red5 mailing list [email protected] http://osflash.org/mailman/listinfo/red5_osflash.org
