Hi all! I try to get RTMPS / HTTPS working an use this wiki entry: http://incubator.apache.org/openmeetings/RTMPSAndHTTPS.html Unfortunately it leads to an error message and I'm not able to start the red5 server:
Exception org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'red5.core' defined in class path resource [red5.xml]: Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Could not instantiate bean class [org.springframework.context.support.FileSystemXmlApplicationContext]: Constructor threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'rtmpsTransport' defined in class path resource [red5-core.xml]: Error setting property values; nested exception is org.springframework.beans.NotWritablePropertyException: Invalid property 'receiveBufferSize' of bean class [org.red5.server.net.rtmp.RTMPMinaTransport]: Bean property 'receiveBufferSize' is not writable or has an invalid setter method. Does the parameter type of the setter match the return type of the getter? I saw older mailing list entries but sadly no solution for me. Thanks in advance Marc