I encounter a problem with instalation of Red5 on my VPS (Ubuntu 12.04). Doing installation over SSH with Java installed. I tried over Maven because I realized that newer versions of Red5 do not support installation over Apache Ant and Ivy. But even with old, when I need to execute prepare ant and ant dist, I have **build.xml file not find message**. **My server:** Apache Maven 3.0.4 Maven home: /usr/share/maven Java version: 1.7.0_80, vendor: Oracle Corporation Java home: /usr/lib/jvm/java-7-oracle/jre Default locale: en_US, platform encoding: ANSI_X3.4-1968 OS name: "linux", version: "3.1.9-vs2.3.2.5vs2.3.2.5+", arch: "amd64", family:"unix" What I did: 1. cd /usr/src 2. wget (link to) /red5-server/archive/v1.0.5-RELEASE.zip 3. unzip v1.0.5-RELEASE.zip 4. mv v1.0.5-RELEASE /usr/local/ 5. cd v1.0.5-RELEASE 6. mvn -Dmaven.test.skip=true install After, I enter: mvn -Dmaven.test.skip=true install Installation starts and after a while I have **Build failed message**. This is the error with I get: *Failed to execute goal on project red5-server: Could not resolve dependencies for project org.red5:red5-server:jar:1.0.5-RELEASE: Failure to find org:jaudiotagger:jar:2.0.4-SNAPSHOT in link to oss.sonatype.org/content/repositories/snapshots was cached in the local repository, resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced* How can I solve this? Do you have some other way installing Red5 and eventually configure it for video streaming?