Skip to content

professorhaseeb/red5-server

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

red5-server - Red5 server core

Red5 is an Open Source Flash Server written in Java that supports:

  • Streaming Video (FLV, F4V, MP4, 3GP)
  • Streaming Audio (MP3, F4A, M4A, AAC)
  • Recording Client Streams (FLV and AVC+AAC in FLV container)
  • Shared Objects
  • Live Stream Publishing
  • Remoting
  • Protocols: RTMP, RTMPT, RTMPS, and RTMPE

Support via plugin:

The Red5 users list may be found here: https://groups.google.com/forum/#!forum/red5interest

Subreddit: http://www.reddit.com/r/red5

Automatic builds (Courtesy of Apache / OpenMeetings):

Current version is 1.0.6-RELEASE

Red5 1.0.6 Release (8 September 2015)

[Tarball & ZIP](https://github.com/Red5/red5-server/releases/tag/v1.0.6-RELEASE)

Red5 1.0.5 Release (7 February 2015)

[Tarball & ZIP](https://github.com/Red5/red5-server/releases/tag/v1.0.5-RELEASE) | [Windows] (https://mega.co.nz/#!cAVGCJJR!flZqMKTB9mcD1_nvbQ_xlG88ADTEkFk7-jtuGw2uNOc)

Red5 1.0.4 Release (26 December 2014)

[Tarball](https://github.com/Red5/red5-server/releases/download/v1.0.4-RELEASE/red5-server-1.0.4-RELEASE-server.tar.gz) | [ZIP](https://github.com/Red5/red5-server/releases/download/v1.0.4-RELEASE/red5-server-1.0.4-RELEASE-server.zip) | [Windows](https://mega.co.nz/#!pAMnyLRK!IjEUi9Kwn7sdRHkkgQhJf0GDvjJYLhxfXo8uwPclrQo)

Red5 1.0.3 Release (5 August 2014)

Tarball | ZIP

Previous releases

Note on Bootstrap

The bootstrap and shutdown classes have been moved to the red5-service project; the dependency has been added to this projects pom.

Maven Artifacts

Releases are available at https://oss.sonatype.org/content/repositories/releases/org/red5/

Snapshots are available at https://oss.sonatype.org/content/repositories/snapshots/org/red5/

Stack Overflow

If you want answers from a broader audience, Stack Overflow may be your best bet. http://stackoverflow.com/tags/red5/info

Build from Source

To build the red5 jars, execute the following on the command line:

mvn -Dmaven.test.skip=true install

This will create the jars in the "target" directory of the workspace; this will also skip the unit tests.

To package everything up (tarball/zip):

mvn -Dmaven.test.skip=true clean package -P assemble

To manually copy the "demos" should they not exist in the packages, go to http://red5.googlecode.com/svn/flash/trunk/deploy/ and collect all the files therein. Create a directory in your red5 install at this location

red5/webapps/root/demos

Place all the files there.

Eclipse

  1. Create the eclipse project files, execute this within red5-server directory.
mvn eclipse:eclipse
  1. Import the project into Eclipse.
  2. Access the right-click menu and select "Configure" and then "Convert to Maven Project".
  3. Now the project will build automatically, if you have the maven plugin installed.

Screencast

Previous Releases

Red5 1.0.2 Release (9 April 2014)

Windows Java7 | Tarball | ZIP

Red5 1.0.2 Snapshot (18 April 2013)

Windows | ZIP

Red5 1.0.1 Final (14 January 2013)

Windows Java 7 | Windows Java 6 | ZIP | Tarball

Red5 1.0 Final (03 December 2012)

Windows Java 7 | Windows Java 6 | ZIP | Tarball

Red5 0.9.1 Final (21 February 2010)

OSX | Windows | ZIP | Tarball | Replacement Jar

Red5 0.9.0 Final (27 January 2010)

OSX | Windows | ZIP | Tarball | Source

Red5 0.8.0 Final

OSX | Windows | Windows (Java5) | Tarball | Tarball (Java5) | WAR | WAR (Java5)

Supporters

Powerflasher for FDT

YourKit YourKit is kindly supporting open source projects with its full-featured Java Profiler. YourKit, LLC is the creator of innovative and intelligent tools for profiling Java and .NET applications. Take a look at YourKit's leading software products:

YourKit Java Profiler

YourKit .NET Profiler

Donations

Donate to the cause using Bitcoin: https://coinbase.com/checkouts/2c5f023d24b12245d17f8ff8afe794d3

Donations are used for beer and snacks

About

Red5 Server core

Resources

License

Apache-2.0, Unknown licenses found

Licenses found

Apache-2.0
LICENSE
Unknown
license.txt

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 86.1%
  • JavaScript 8.5%
  • HTML 4.4%
  • Other 1.0%