Chapter 2. Frequently Asked Questions

The best way you can help make this FAQ more useful is by asking questions: either in any of the places above, or by leaving your questions in the comments below.

2.1. Questions

2.1.8. Shared Objects

2.1.9. Legal

  • Codec Licenses (TODO)

  • Third Party Licenses (TODO)

2.2. Answers

2.2.1. General

2.2.1.1. What is Red5?

Red5 is an open source Flash RTMP server written in Java that supports:

  • Streaming Audio/Video (FLV and MP3)

  • Recording Client Streams (FLV only)

  • Shared Objects

  • Live Stream Publishing

  • Remoting

2.2.1.2. What does Red5 stand for?

Originally referenced to Star Wars.  Red5 was the "one who did the impossible". 

2.2.1.3. Is there a migration guide from FMS to Red5?

Yes: Migration Guide

2.2.1.4. How do I create new applications?

Creating New Applications

2.2.1.5. What are configuration files?

see: Configuration Files In Red5

2.2.1.6. Is there a mailing list?

Check the mailing list page.

2.2.1.7. What Ports does Red5 use?

http.port=5080  // tomcat or jetty servlet container 

rtmp.port=1935  // traditional rtmp 

rtmpt.port=8088  // rtmp tunneled over http 

mrtmp.port=9035  // used with an edge/origin setup 

proxy.source_port=1936  // used to debug 

These default ports can be changed in "RED5_HOME]\conf\red5.properties"

Additionally, most users only forward port 1935 and 5080

2.2.1.8. I'm interested in helping the project. How can I help?

You can create a new Trac ticket for any contributions you want to make, attach the files there or link it. Make sure you signup on the mailinglist as well..

2.2.1.9.  Who is on the Red5 Team?

The Red5 Project (red5 AT osflash.org)

2.2.1.9.1.  Project Managers
  • Chris Allen (mrchrisallen AT gmail.com)

  • John Grden (johng AT acmewebworks.com)

2.2.1.9.2.  Active Members
  • Dominick Accattato (daccattato AT gmail.com)

  • Steven Gong (steven.gong AT gmail.com)

  • Paul Gregoire (mondain AT gmail.com)

  • Thijs Triemstra (info AT collab.nl)

  • Dan Rossi (electroteque AT gmail.com)

  • Anton Lebedevich (mabrek AT gmail.com)

2.2.1.9.3.  Inactive Members
  • Luke Hubbard (luke AT codegent.com)

  • Joachim Bauch (jojo AT struktur.de)

  • Mick Herres (mickherres AT hotmail.com)

  • Grant Davies (grant AT bluetube.com)

  • Steven Elliott (steven.s.elliott AT gmail.com)

  • Jokul Tian (tianxuefeng AT gmail.com)

  • Michael Klishin (michael.s.klishin AT gmail.com)

  • Martijn van Beek (martijn.vanbeek AT gmail.com)

2.2.2. Documentation

2.2.2.1. Where is the official documentation?

2.2.2.2. Can I get the documentation in PDF format?

\

2.2.2.3. Where can I find the latest javadocs?

http://api.red5.nl

2.2.3. Configuration

2.2.3.1. How to disable Socket policy checking for 443 (rtmps and https)?

You can change the port to something over 1024 like 8443 or comment out the RTMPS section.

2.2.4. Streaming

2.2.4.1. How do I stream to/from custom directories?

Customize Stream Paths

2.2.4.2. How to detect the end of recording ?

See the API docs.

2.2.4.4. Does Red5 support multicast streaming?

It should be noted that multicasting support is not available in the Flash Player. For that reason, no media server can deliver a multi-casting solution to the Flash Player. In addition, many networks have multicasting turned off so it may not be realiable for other platforms either such as Windows Media Player. These solutions usually fall back to unicasting when clients cannot receive muliticasted media. In regards to Unicasting, Red5 already has this functionality. In addition, we have an edge-origin solution sometimes referred to as stream-reapeating.

2.2.4.5. Can Red5 stream using UDP?

No. Even though Java can stream using UDP, the Flash Player can not receive data sent using UDP.

2.2.5. Codecs

2.2.5.1. What Codecs does Red5 Support?

Video codecs:

  • ScreenVideo

  • On2 VP6

  • Sorenson H.263

  • H264

Audio codecs:

  • ADPCM

  • NellyMoser

  • MP3

  • Speex

  • AAC

2.2.5.2. What is RTMFP and when will it be available in Red5?

RTMFP stands for "RTMFP (Real Time Media Flow Protocol". You can read more about it in the release notes. Just search the following page.

To understand what this protocol is and does, read the following FAQ.

Red5 does not support RTMFP. At the moment, there isn't enough exposure to RTMFP and discussion can resume once it is released and more is known about the protocol.

2.2.6. Database

2.2.6.1. What databases are supported?

Red5 is built with Java. So any database that has a JDBC driver will work.

2.2.6.2. Can I use Hibernate with Red5?

2.2.7. Scripting

2.2.7.1. What scripting languages are available?

Scripting support (JavaScript, Groovy, Beanshell, JRuby, Jython)

2.2.7.2. Does Red5 support Actionscript 1?

Not yet, but there is development in this area and proof of concepts have been presented at conferences.

2.2.7.3. Does Red5 support Actionscript 3?

Not yet, but there is development in this area and proof of concepts have viewed by Red5 team members.

2.2.9. Legal

2.2.9.1. Licence Information

http://www.opensource.org/licenses/lgpl-license.php

For an easier explanation, please see:

2.2.9.2. Is Red5 Legal?

Please read our response: http://osflash.org/red5/fud

2.2.10. Red5 WAR version

2.2.10.1. Is there any documentation on the Red5 war version?

read: Deploying To Tomcat

2.2.11. Misc

2.2.11.1. Is there an IRC channel?

Yes: #red5 on irc.freenode.net

Flash non-IRC based chat: http://red5.newviewnetworks.com/iChatBar2/#

2.2.11.2. Are there any examples on the web?

Below is a list of applications that use Red5.

2.2.11.3. Is there any professional support?

Companies Listed:

2.2.11.4. Are there hosting solutions?

2.2.11.5. Are there forums?

see: http://red5server.com/forum/

2.2.11.6. What is Jedai?

see: http://jedai.googlecode.com

2.2.11.7. Are there any frameworks that I can start with?

2.2.11.8. Are there development tools?

See http://trac.red5.org/wiki/Red5Plugin

2.2.11.9. What is Paperworld3D ?

See http://www.paperworld3d.org

2.2.11.10. What Red5 groups can I join?

Linked in Red5 group

2.2.12. Troubleshooting

2.2.12.1. Why am I receiving "closing due to long handshake?

issue: Closing RTMPMinaConnection from [IP_ADDRESS] : 2610 to [IP_ADDRESS] (in: 3415 out 3212 ), with id 512231886 due to long handshake

solution: Have you installed the example your trying to connect to? The examples are installed on demand starting with Red5 0.8. Just check the welcome page http://localhost:5080/ and look for a link that allows you to install them. After an example is installed, you should be able to run the examples.

Note: We are improving this so that if an example is chosen, it will be installed.