Red5 Documentation

Create Project

Create Project

When the Red5 Pro Server is run, applications are accessible using a web browser from the default port of 5080. If you have the Red5 Pro Server currently running on your machine, you can visit http://localhost:5080 to see the default landing page.

The default landing page and any other web accesible applications are stored in the /webapp directory of the Red5 Pro server. In this section, we will be creating a new application to be deployed to this directory. We will utilize the /webapp/live shipped with the Red5 Pro Server distribution and create our first Red5 Pro server application.

Watch a demonstration of the current section
  1. From the main menu of the Eclipse IDE, select File > New > Other…
  2. Expand the Maven folder
  3. Select Maven Project
  4. Click Next
  5. Leave the default options
    Red5 Pro Application
  6. Click Next
  7. Type “webapp” in the Filter text input field
  8. Select the maven-archetype-webapp from the filtered results
    Red5 Pro Application
  9. Click Next
  10. Using Reverse domain name conventions, set your Group Id
  11. Type “example” in the Artifact Id text input field
  12. Click Finish
    Red5 Pro Application
  13. Verify that your workspace is similar to the following:
    Red5 Pro Application