RTMPS connection delayed due to direct connection attempt
Hi everybody,
I have a big issue with the way RTMPS connections are initiated in flash player.
One of my customer network infrastructure doesn't allow direct connections to my server through the port 443 but allows proxified connections (by the use of CONNECT method).
The problem is that flash player waits for the direct connection attempt to fail before trying the proxified connection... and on this network infrastructure direct connection timeout is 20s (I cannot change that).
The users need to wait that time to get connected to the server...
Is there a way to tell the flash player not to try the direct connection, or not to wait for this connection to timeout ?
Maybe a directive in the proxy autoconfig file (.pac) ?
I already tried each NetConnection proxyType parameter values without success.
Any help would be much appreciated !
