redfire


Open Source XMPP + RTMP Collaboration Platform based on Red5 and Openfire

Redfire

Redfire is a plugin for Openfire that embeds the Red5 RTMP server, Cumulus RTMFP server and modified Phono SDK to provide audio/video streaming tools for XMPP application development.

http://redfire.googlecode.com/files/Image1.jpg

It provides the following:

  • An RTMP server (Red5) that can be used to deliver TCP audio/video media along side XMPP messaging and signalling.

  • An RTMFP server (Cumulus) that can be used to deliver peer to peer UDP audio/video media along side XMPP messaging and signalling. It is disabled by default as only binary for Windows is provided. Linux users must download and build the binary from source

  • A plugin for Spark.

  • A modified version of the Phono SDK to make phone calls from a web browser with JavaScript and jQuery.

  • A Java web start application that captures and publishes the desktop screen as an RTMP video stream.

  • 2 person audio/video conversation web page

  • 12 persoon audio/video conferencing web page

http://redfire.googlecode.com/files/Image3.png

How to use

How to setup PSTN/PBX gateway for external phone calls

To setup a PSTN/PBX gateway for external VOIP telephone calls, use the SIP plugin to setup the SIP account and add the follwing two properties to Openfire. Use the standard admin user or any other admin account..

|Property|Default Value| |Description| | |:-------|:------------|:|:----------|:| |voicebridge.default.proxy.name|

<required>

| |A unique name for Voice bridge external PSTN Gateway. If missing, no PSTN gateway is available.| | |voicebridge.default.proxy.username|

<required>

| |XMPP username used to create the SIP registration by SIP plugin| |

http://openfire-candy.googlecode.com/files/Image8.jpg

How to enable Cumulus

  • Stop Openfire
  • Edit OPENFIRE_HOME\plugins\redfire\WEB-INF\web.xml. Remove comments <!-- <servlet> <servlet-name>CumulusServlet</servlet-name> <servlet-class>com.ifsoft.redfire.servlets.CumulusServlet</servlet-class> <load-on-startup>4</load-on-startup> </servlet> -->

  • Edit OPENFIRE_HOME\plugins\redfire\video\redfire_2way.html and redfire_video.html. Edit rtmfpUrl to point at your Openfire server

``` var rtmfpUrl = getPageParameter('rtmfpUrl', 'rtmfp://' + window.location.hostname + '/'); //var rtmfpUrl = getPageParameter('rtmfpUrl', '');

```

  • Edit OPENFIRE_HOME\plugins\redfire\phono\index.html. Enable RTMFP for Redfire-Phono <select class="audio-plugin"> <option value="flash">Flash (Red5 - RTMP)</option> <option value="panda">Flash (Cumulus - RTMFP)</option> </select>

Support and more Information

Project Information

Labels:
red5 xmpp openfire spark sparkweb rtmp