Red5 Documentation

Create Application Class

Create Application Class

Watch a demonstration of the current section
  1. From the Navigator pane in the Eclipse IDE, Expand the Java Resources source folder
  2. Right-Click on the src/main/java folder and select New > Class
  3. In the Java Class dialog, enter in the following field values:
    •  Package: com.red5pro.example (substitute your package structure as needed)
    •  Name: ExampleApplication
    •  Superclass: org.red5.server.adapter.MultiThreadedApplicationAdapter

    Red5 Pro Application
  4. Click Finish