No, we use 7443 for HTTPS and 8443 for RTMPS. In our red5.properties: policy.port=843 http.port=5080 https.port=7443 rtmp.port=1935 rtmps.port=8443 rtmpt.port=8088
On 2013-08-01, at 9:51 AM, Maxim Solodovnik wrote: > Is it possible you have chosed 8443 for both RTMPS and HTTPS? OM 2.1 requires > 2-3 _different_ ports > > > On Thu, Aug 1, 2013 at 10:14 PM, Daniela Kirsch <[email protected]> > wrote: > Hi, > > netstat only shows one line for port 8443 when OpenMeetings is started, it > doesn't list anything when ended: > tcp 0 0 0.0.0.0:8443 0.0.0.0:* > LISTEN > > However I did search a bit and found that it could be caused when red5 isn't > shut down properly, meaning when you kill the process it might not release > the ports. So the suggestion was to use red5-shutdown.sh > That script is a little confusing, do we have to change it? It's the > following right now: > > # port, username, password > export RED5_OPTS="9999 red5user changeme" > export RED5_MAINCLASS=org.red5.server.Shutdown > exec $RED5_HOME/red5.sh > > But if we were to change that line with port, username, password, what would > it be? > > Thanks, > Daniela > > On 2013-07-31, at 4:19 PM, Maxim Solodovnik wrote: > >> Hello Daniela, >> >> http://openmeetings.apache.org/RTMPSAndHTTPS.html is the most recent >> document. According to my observations all need to be done is to follow this >> instruction step by step :) >> >> "Address already in use" usually means some other application is using same >> port (can be checked with netstat) >> >> >> On Thu, Aug 1, 2013 at 5:32 AM, Daniela Kirsch <[email protected]> >> wrote: >> Hi, >> >> we are trying to set up RTMPS with Open Meetings 2.1. >> >> There are 2 documents that we found: >> https://code.google.com/p/openmeetings/wiki/RTMPSandHTTPS >> http://openmeetings.apache.org/RTMPSAndHTTPS.html >> >> They are almost identical, however both say Open Meetings 1.9 is required. >> So are the settings the same for 2.1? If not, is there some other >> documentation? >> >> In the red5.log we get a few error messages on server startup (8443 is the >> port we want to use): >> 2013-07-31 14:14:20,424 [main] ERROR o.a.coyote.http11.Http11NioProtocol - >> Failed to initialize end point associated with ProtocolHandler >> ["http-nio-8443"] >> java.net.BindException: Address already in use >> >> 2013-07-31 14:14:20,425 [main] ERROR o.a.catalina.core.StandardService - >> Failed to start connector >> [Connector[org.apache.coyote.http11.Http11NioProtocol-8443]] >> org.apache.catalina.LifecycleException: Failed to initialize component >> [Connector[org.apache.coyote.http11.Http11NioProtocol-8443]] >> >> 2013-07-31 14:14:20,427 [main] ERROR o.a.coyote.http11.Http11NioProtocol - >> Failed to start end point associated with ProtocolHandler ["http-nio-8443"] >> java.net.BindException: Address already in use >> >> 2013-07-31 14:14:20,428 [main] ERROR o.r.server.tomcat.rtmps.RTMPSLoader - >> Error initializing RTMPS server instance >> org.apache.catalina.LifecycleException: Failed to start component >> [Connector[org.apache.coyote.http11.Http11NioProtocol-8443]] >> >> When we disable port 1935 lots of problems occur and we can't use the >> application. >> >> Thanks, >> Daniela >> >> >> >> -- >> WBR >> Maxim aka solomax > > > > > -- > WBR > Maxim aka solomax
