Hello Thibault I was able to set up RTPMS on trunk version (rev. 1307530.) using following steps
*Set up RTMPS* ------------------------------ 1. Uncomment <!-- RTMPS --> section in red5/conf/red5-core.xml 2. Edit red5/conf/red5.properties and set rtmps.port=5443 and rtmps.keystorepass=password (password = password you set on your new keystore) 3. Edit red5/webapps/openmeetings/config.xml and set <rtmpsslport>5443</rtmpsslport> , <useSSL>yes</useSSL>and <proxyType>best</proxyType> 4. Restart red5 and try to connect - your connection should now be made via RTMPS (close port 1935 to be sure) Unfortunately I was unable to test it since I have NO _real_ certificate I'll try to get certificate to test and will update instruction on site in case of success On Fri, Mar 30, 2012 at 19:27, Thibault Le Meur <[email protected]>wrote: > Le 30/03/2012 13:06, Maxim Solodovnik a écrit : > > I'm going to test RTPMS today/tomorrow will let you know what I have found > > > Thanks, > I'll wait for your feedback then. > > Regards, > Thibault > > > > > On Fri, Mar 30, 2012 at 16:35, Thibault Le Meur < > [email protected]> wrote: > >> By the way, if I comment the 2 following lines in red5-core.xml >> <property name="receiveBufferSize" >> value="${rtmp.receive_buffer_size}" /> >> <property name="sendBufferSize" value="${rtmp.send_buffer_size}" /> >> >> Then Red5 starts, opens port 8443 (supposed to work for RTPMS), but it >> wont serve the RTMPS service. >> >> Le 30/03/2012 11:32, Thibault Le Meur a écrit : >> > Hi, >> > >> > I've followed the following RTMPS guide: >> > http://incubator.apache.org/openmeetings/RTMPSAndHTTPS.html >> > >> > However, when starting Red5 I get the following error: >> > Error creating bean with name 'rtmpsTransport' .... >> > Invalid property 'receiveBufferSize' ... >> > Bean property 'receiveBufferSize' is not writable or has an invalid >> > setter method. >> > >> > >> > While googling for this issue I've found a reference to a ticket in >> Red5: >> > http://code.google.com/p/red5/issues/detail?id=159 >> > So far it is mentionned: "to be addressed post 1.0 release" >> > >> > Have you been confronted to this ? >> > Is there a solution (for instance installing an older Red5 version, but >> > which one is known to work ?). >> > >> > Thanks in advance for your help, >> > Thibault >> >> > > > -- > WBR > Maxim aka solomax > > > -- WBR Maxim aka solomax
