Revision: 4298
Author:   [email protected]
Date:     Mon Sep 26 03:03:11 2011
Log:      Edited wiki page PortSettings through web user interface.
http://code.google.com/p/openmeetings/source/detail?r=4298

Modified:
 /wiki/PortSettings.wiki

=======================================
--- /wiki/PortSettings.wiki     Mon Sep 26 02:59:30 2011
+++ /wiki/PortSettings.wiki     Mon Sep 26 03:03:11 2011
@@ -20,3 +20,12 @@
 || HTTP || 5080 || http.port || red5httpport ||
 || RTMP || 1935 || rtmp.port || rtmpport ||
 || RTMPT || 8088 || rtmpt.host || rtmpTunnelport ||
+
+== Preventing Firewall issues ==
+
+A common way of bypassing the firewall is to change HTTP port to 80 and rtmpT to 443.
+
+A short description about the connection mechanism:
+The application first tries connecting to rtmp 3 times, because rtmp is the protocol that is less performance hungry. If that fails the application will fallback to rtmpT.
+
+Most firewalls do allow traffic on port 443 and they normally do not analyse the packets, because 443 is normally SSL encrypted, so the firewall should not be able to read the packets at all.

--
You received this message because you are subscribed to the Google Groups 
"OpenMeetings developers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/openmeetings-dev?hl=en.

Reply via email to