10.3 Frequently Asked Questions

» What is the advantage of using the RedBox, instead of using Red5 or Flash Media Server directly?

The RedBox offers a tight integration with the SmartFoxServer API, providing an extremely powerful environment for developing multiplayer applications with embedded A/V capabilities.
With the only use of Red5 or FMS you don't get any advanced room management, buddy lists, chat filters, security etc... The synergy between the two applications can literally save you months of development!

» Does the RedBox use a second connection for Audio/Video streaming?

Yes. The RTMP protocol works on port 1935 and its data traffic is separated from the SmartFoxServer protocol.
There are many advantages with this approach, the main one is that you can even dedicate one server machine for the RedBox, if you have very high A/V traffic.

» Is Red5 started when SmartFoxServer boots?

By default no. You can start it separately if your application needs the RedBox streaming services.

» Which version of Red5 is distributed with the RedBox?

Currently the RedBox includes a "light-weight" version of Red5 0.6.3 that was cleaned of the default examples and a few other files.
If you need the original additional examples you can visit the Red5 website and download the full release.

» Will the RedBox work with other versions of Red5?

It is highly likely but we cannot guarantee it. The RedBox was exclusively tested with Red5 0.6.3

» Is the RedBox add-on compatible with Flash Media Server?

Yes, the RedBox is based on the Red5 RTMP server, an open-source alternative to Adobe Flash Media Server, which implements the Adobe RTMP protocol.

» Would it be possible to use Flash Media Server or Wowza Media Server instead of Red5?

In theory yes, because they all speak the same protocol. (RTMP)
The RedBox however makes use of a small Red5 server side application that should translated for the alternative RTMP server chosen. Being a very simple application it shouldn't be too difficult to translate.

» Where does the RedBox keep the recorded media files?

The files are located in the Server/RedBox/webapps/SFS_RedBox/streams/ folder inside your SmartFoxServer installation directory

» Can I run the RedBox addon on a separate dedicated server?

Yes. In order to do so, you should follow the steps below:

» Is the RedBox project open source?

Yes it is. The source code is distributed together with the SmartFoxServer PRO installer, under the BSD license.
You can learn more about the license here.

» Do you offer specific Red5 support?

We provide help for the RedBox API but we don't offer specific Red5 technical help.
You can find help for any Red5 related problem in the official Red5 website