Red5 Documentation

Setup Workspace

Setup Workspace

In this section, you will setup your workspace by cloning the github repository, downloading our iOS SDk and setting up Eclipse.

Watch a demonstration of the current section
  1. Clone the Developer Series Github Repository
    1. Open a browser window and navigate to https://github.com/red5pro/red5pro-dev-series
    2. Click on the green Clone or download button to the right of the page
    3. Click on the Copy to clipboard icon to the right of the git URL
      View Screenshot

      Copy Github Repo

  2. Download Red5 Pro Streaming SDK for iOS.
    1. Open a browser, navigate and login to your account https://account.red5.net/login
    2. On the left side menu, click Downloads
    3. Scroll down and click on the download link for Download the Streaming SDK v#.#.# for iOS
    4. Once it finishes downloading, Expand the file.
  3. Open Eclipse to a clean workspace and import the example project
    1. Open Eclipse
    2. Create a new workspace. ie: /Users/daccattato/eclipse-workspace
    3. Click Launch
  4. Import the example projec
    1. Right-Click inside the Project Explorer and select Import > import…
    2. Expand the Maven folder and select Existing Maven Projects
    3. Click Browse to the right of the Root Directory: field
    4. Navigate to where you cloned the repository and select the subdirectory 04-creating-a-red5-pro-application
    5. Under the Projects: list, select the example/pom.xml
    6. Click Finish and let Maven resolve any errors you receive
  5. Verify that your workspace has no errors