Red5Plugin/CreatingRed5Projects

Creating Red5 Projects with Red5 Plugin

Here you will find the example setup configuration for creating new Web Projects with the Red5 Plugin.

Step 1:
Select "Dynamic Web Project"

Create a new Dynamic Web Project


Step 2:
Name your Web Project

If this is your first time setting up a project with Red5 Plugin you will have to create a "Target Runtime". It currently shows <None>. Click on the "new" button next to Target Runtime.

Step 3:
New Red5 Server Runtime

Select Red5 Server Runtime and click "Next>"

Step 4:
Setup Red5 Server Runtime

Select the "JVM 1.6.0" and change "Runtime Directory" to the directory where you have Red5 installed and click "Finish"

Step 5:
Configured Web Project

Click "Finish"

Step 6:
Create new Server

Navigate to the "Servers" tab. Right click and click on "New > Server "

Step 7:
Configure Red5 Server Runtime Step 1

"localhost" is correct. Select "Red5 Server Runtime". Click "Next >"

Step 8:
Configure Red5 Server Step 2

Configure the directories as you did earlier in Step 4. Click "Next >"

Step 9:
Add your Web Project to the Server

Select your project under "Available Projects" then click "Add >". It will then show under "Configured Projects". Click "Finish"

Step 10:
Updated Servers Tab

The Red5 Server Runtime should now be configured and show up in "Servers". Your project should also show up.

Step 11:
Start the Debug Server

You can go ahead and start the sever in debug mode by right clicking on "Red5 Server Runtime at localhost" and selecting "Debug". Eclipse should publish your application to red5 then startup red5. The console should display as Red5 boots.

Attachments