This is what my red5.properties file has. rtmp.host_port = 0.0.0.0:1935 remoting.host_port = :5080 http.host = 0.0.0.0 http.port = 5080 rtmpt.host = 0.0.0.0 rtmpt.port = 8088
I put in what you had below and got this error. WrapperSimpleApp: Encountered an error running main: PropertyAccessExceptionsException (1 errors) PropertyAccessExceptionsException (1 errors) org.springframework.beans.MethodInvocationException: Property 'forward' threw exception; nested exception is java.lang.NumberFormatException: For input string: "1935 " java.lang.NumberFormatException: For input string: "1935 " I then tried to replace the 0.0.0.0 for all of the entries with the actual IP address and the service wouldn't start at all. Error 1067: The process terminated unexpectedly. Netstat -ano doesn't show anything listening to port 1935. -----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
