OpenRTMFP / Cumulus

CumulusServer is a complete open source and cross-platform RTMFP server extensible by way of scripting
http://groups.google.com/group/openrtmfp-cumulus
GNU General Public License v3.0
593 stars 222 forks source link

Feature request - add RTMP protocol support #55

Closed dimon777 closed 12 years ago

dimon777 commented 12 years ago

Please add RTMP support as a fallback protocol for Cumulus. This feature is important when no RTMFP connection possible which happens when UDP is blocked completely. FMS supports both protocols so adding this to Cumulus will bridge the gap with FMS and will bring more people to Cumulus. http://www.adobe.com/devnet/flashmediaserver/articles/real-time-collaboration.html

cumulusdev commented 12 years ago

Hi,

Router which blocks all UDP packets are very rare. Usually, it's the P2P ability of RTMFP which fails behind symmetric router, and Cumulus can make the failover server, but in a RTMFP way (all possible with RTMP is also possible with RTMFP). I want to keep Cumulus very light and a exclusive RTMFP server (I think that for all need, RTMFP can replace the other flash protocol).

cumulusdev commented 12 years ago

However, it can be done in way of scripting, contact me to cumulus.dev@gmail.com if need.