parent

Red5 plugins

License

License

GroupId

GroupId

org.red5
ArtifactId

ArtifactId

plugins
Last Version

Last Version

1.0.10-M5
Release Date

Release Date

Type

Type

pom
Description

Description

parent
Red5 plugins
Project URL

Project URL

https://github.com/Red5/red5-plugins
Project Organization

Project Organization

Red5
Source Code Management

Source Code Management

https://github.com/Red5/red5-plugins.git

Download plugins

Filename Size
plugins-1.0.10-M5.pom 13 KB
Browse

How to add to project

<!-- https://jarcasting.com/artifacts/org.red5/plugins/ -->
<dependency>
    <groupId>org.red5</groupId>
    <artifactId>plugins</artifactId>
    <version>1.0.10-M5</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.red5/plugins/
implementation 'org.red5:plugins:1.0.10-M5'
// https://jarcasting.com/artifacts/org.red5/plugins/
implementation ("org.red5:plugins:1.0.10-M5")
'org.red5:plugins:pom:1.0.10-M5'
<dependency org="org.red5" name="plugins" rev="1.0.10-M5">
  <artifact name="plugins" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.red5', module='plugins', version='1.0.10-M5')
)
libraryDependencies += "org.red5" % "plugins" % "1.0.10-M5"
[org.red5/plugins "1.0.10-M5"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • tomcat

red5-plugins

Various red5 server plugins.

Build from Source

To build a plugin jar, execute the following on the command line from within the plugin base directory:

mvn -Dmaven.test.skip=true package

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

To download the projects dependencies execute this:

mvn dependency:copy-dependencies

This will download all the dependencies into the "target" directory under "dependency". The files located in that directory should be placed in the red5/plugins directory ONLY if they don't already exist within the red5/lib directory.

Eclipse

  1. Create the eclipse project files, execute this within a plugin base 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.

If you see this Warning in eclipse:

Build path specifies execution environment JavaSE-1.6. There are no JREs installed in the workspace that are strictly compatible with this environment.

Go to the project properties and change the "JRE System Library" to workspace default.

org.red5
Red5 Media Server

Versions

Version
1.0.10-M5
1.0.10-M4
1.0.8-RELEASE
1.0.8-M11
1.0.8-M8
1.0.8-M3
1.0.8-M2
1.0.8-M1
1.0