Book connection ~ Introduction to eclipse red5 plug-in installation. Next we will introduce how to use the red5 plug-in to create a red5 project.
Here we can find the process of creating a new web project using the red5 plug-in.
Step 1:
Create a dynamic web project
Step 2:
If this is the first time you use the red5 plug-in to create a project, you must create a "target RunTime ". The default value is <none>. Click "new..." on the right.
Step 3:
Select red5 Server Runtime and click "next> ".
Step 4:
Select "JVM 1.6.0" and select "RunTime directory" as the red5 installation directory, and then click "finish ".
Step 5:
Click "finish.
Step 6:
Find the "servers" navigation bar, right-click and select "New> server ".
Step 7:
Server's host name uses "localhost". Select "red5 Server Runtime" and click "next>.
Step 8:
Configure these directories according to the directories selected in step 4. Click "next>.
Step 9:
Select the project you created under "available projects" and click "add>". It will be displayed in "configured projects. Click "finish.
Step 10:
The red5 Runtime Server can now be configured and displayed in the "servers" navigation bar. You can also see the newly created Project.
Step 11:
Now, you can right-click "red5 Server Runtime at localhost" and select "debug" to start the service in debug mode. Eclipse will release our project under red5 and start the red5 service. You can view some information about red5 startup on the console.
Note: The red5 project is created now. If you start the red5 server, can you access our examplewebpro project? How can we make it run in red5 and become a useful project? See the next set: create the first red5 application using eclipse-use red5 to record videos online.
Original article: http://trac.red5.org/wiki/red5plugin/creatingred5projects.