Skip to content
Snippets Groups Projects
Commit f0c1942f authored by Paul Gregoire's avatar Paul Gregoire
Browse files

Update Red5 to use JCodec; refactor io/media file handling

parent b1ac0d0d
No related branches found
No related tags found
No related merge requests found
Showing
with 15 additions and 6 deletions
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<parent> <parent>
<groupId>org.red5</groupId> <groupId>org.red5</groupId>
<artifactId>red5-parent</artifactId> <artifactId>red5-parent</artifactId>
<version>1.3.31</version> <version>1.3.32</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>red5-client</artifactId> <artifactId>red5-client</artifactId>
......
...@@ -18,7 +18,7 @@ public final class Red5Client { ...@@ -18,7 +18,7 @@ public final class Red5Client {
/** /**
* Current server version with revision * Current server version with revision
*/ */
public static final String VERSION = "Red5 Client 1.3.31"; public static final String VERSION = "Red5 Client 1.3.32";
/** /**
* Create a new Red5Client object using the connection local to the current thread A bit of magic that lets you access the red5 scope * Create a new Red5Client object using the connection local to the current thread A bit of magic that lets you access the red5 scope
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<parent> <parent>
<groupId>org.red5</groupId> <groupId>org.red5</groupId>
<artifactId>red5-parent</artifactId> <artifactId>red5-parent</artifactId>
<version>1.3.31</version> <version>1.3.32</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>red5-server-common</artifactId> <artifactId>red5-server-common</artifactId>
...@@ -113,7 +113,7 @@ ...@@ -113,7 +113,7 @@
<dependency> <dependency>
<groupId>net.engio</groupId> <groupId>net.engio</groupId>
<artifactId>mbassador</artifactId> <artifactId>mbassador</artifactId>
<version>1.3.31</version> <version>1.3.32</version>
</dependency> --> </dependency> -->
<dependency> <dependency>
<groupId>junit</groupId> <groupId>junit</groupId>
......
...@@ -57,12 +57,12 @@ public final class Red5 { ...@@ -57,12 +57,12 @@ public final class Red5 {
/** /**
* Server version with revision * Server version with revision
*/ */
public static final String VERSION = "Red5 Server 1.3.31"; public static final String VERSION = "Red5 Server 1.3.32";
/** /**
* Server version for fmsVer requests * Server version for fmsVer requests
*/ */
public static final String FMS_VERSION = "RED5/1,3,31,0"; public static final String FMS_VERSION = "RED5/1,3,32,0";
/** /**
* Server capabilities * Server capabilities
......
# Red5 Extras
Herein will exist extra features and functionality outside of the standard set of Red5 features.
## Audio
M4A
MP3
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment