Attempted fix for FM-1022: Streaming connections fail on networks that block RTMP. The fix is as follows:
1) Prioritize RTMPT over RTMPS.
2) Increase the connection attempt interval from 50ms to 200ms.
3) Add an undocumented property on NetConnectionFactory named "connectionAttemptInterval", which can be used to override the default of 200ms.