[Red5devs] [Fwd: RTMPS and the opening of multiple tcp ports, thus needing synchronization]

Daniel Rossi electroteque at gmail.com
Thu Oct 30 03:50:20 PST 2008


On 30/10/2008, at 8:21 PM, Alexander Wichers wrote:

> Thanks Daniel, it would be great if you could do a netstat to check  
> that out.
>
> I have no problems with the specific SSL configuration, I'm using  
> openssl as well and that seems to work fine (apart from the strange  
> port openings)...


Here is the output of netstat

electrocode:~ danielr$ netstat -p tcp
Active Internet connections
Proto Recv-Q Send-Q  Local Address          Foreign Address         
(state)
tcp6       0      0  localhost.https        localhost.49249         
ESTABLISHED
tcp6       0      0  localhost.49249        localhost.https         
ESTABLISHED
tcp4       0      0  localhost.7935         localhost.49248         
ESTABLISHED
tcp4       0      0  localhost.49248        localhost.7935          
ESTABLISHED

That is trying to connect to rtmps://localhost:443/perfTest or rtmps:// 
localhost/perfTest. The flash client hangs connecting it wont make a  
connection. I'm seeing it open a https connection on tcp6.

I thought it might be something fishy with tcp6 so i changed java to  
use tcp4

electrocode:~ danielr$ netstat -p tcp
Active Internet connections
Proto Recv-Q Send-Q  Local Address          Foreign Address         
(state)
tcp4       0      0  localhost.https        localhost.49345         
ESTABLISHED
tcp4       0      0  localhost.49345        localhost.https         
ESTABLISHED
tcp4       0      0  localhost.7935         localhost.49342         
ESTABLISHED
tcp4       0      0  localhost.49342        localhost.7935          
ESTABLISHED


Still hanging. 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://osflash.org/pipermail/red5devs_osflash.org/attachments/20081030/7a87a2ce/attachment-0001.html>


More information about the Red5devs mailing list