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 appmight 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
smime.p7s
Description: S/MIME Cryptographic Signature
_______________________________________________ Red5 mailing list [email protected] http://osflash.org/mailman/listinfo/red5_osflash.org
