Hi, Sebastian.
---
cd /usr/lib/openmeetings/red5
sh red5-debug.sh
---
at org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:
126)
... 20 more
Caused by: java.net.BindException: Address already in use
In conf/red5.properties
policy.port=843
http.port=5080
https.port=8443
rtmp.port=1935
rtmps.port=8443
rtmpt.port=8088
mrtmp.port=9035
proxy.source_port=1936
proxy.destination_port=1935
with "nmap localhost -p 843,5080,8443,1935,8088,9035,1936"
PORT STATE SERVICE
843/tcp closed unknown
1935/tcp closed rtmp
1936/tcp closed unknown
5080/tcp closed unknown
8088/tcp closed unknown
8443/tcp open https-alt
9035/tcp closed unknown
PORT 8443 IS OPEN. I HAVE PLESK!!
I change 8443 by 8448 in conf/red5.properties and...
WORKS!! :-)
Perhaps installation steps must include ports verification before sh
red5.sh
Salu2
Fernando :-D