Okay I am still getting the same error.  When I enter the room it can’t connect 
to RTMPS(5443). I must be missing something.

lsof -n | grep LISTEN

java      6427            root   77u  IPv6          539404719      0t0        
TCP *:9999 (LISTEN)
java      6427            root   78u  IPv6          539445410      0t0        
TCP *:9998 (LISTEN)
java      6427            root  135u  IPv6          539419851      0t0        
TCP *:1935 (LISTEN)
java      6427            root  136u  IPv6          539222895      0t0        
TCP *:http (LISTEN)
java      6427            root  140u  IPv6          539301873      0t0        
TCP *:https (LISTEN)
java      6427            root  199u  IPv6          539544198      0t0        
TCP *:tproxy (LISTEN)


from red5.properties
http.port=80
https.port=443
rtmp.port=1935
rtmps.port=5443
rtmpt.port=8088

from control.xml
<rtmpport>1935</rtmpport>
<rtmpsslport>5443</rtmpsslport>
<useSSL>yes</useSSL>
<red5httpport>443</red5httpport>
<protocol>https</protocol>
<proxyType>best</proxyType>


My keystone checks out fine on SSL labs.  I don’t get any error on the client.  
I did see other people think maybe java cacerts keystone might need to have 
lets encrypt cross-sign key.  But would that cause RTMPS to not start?

I don’t see any errors in the logs.  Even put in debug all with development.  
Nothing about the keystone, certs or RTMPS in the logs other than the client 
can’t connect which I can understand RTMPS is not listening on port 5443.

Thanks,
Jason








Reply via email to