Skip to content

Commit

Permalink
Updates for 1.2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
mondain committed Nov 26, 2021
1 parent 762def7 commit 0e9bbfa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.red5</groupId>
<artifactId>red5-parent</artifactId>
<version>1.2.8</version>
<version>1.2.10</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>red5-server-common</artifactId>
Expand Down
8 changes: 2 additions & 6 deletions src/main/java/org/red5/server/api/Red5.java
Original file line number Diff line number Diff line change
Expand Up @@ -55,25 +55,21 @@ public final class Red5 {
/**
* Server version with revision
*/
public static final String VERSION = "Red5 Server 1.2.9";
public static final String VERSION = "Red5 Server 1.2.10";

/**
* Server version for fmsVer requests
*/
public static final String FMS_VERSION = "RED5/1,2,9,0";
public static final String FMS_VERSION = "RED5/1,2,10,0";

/**
* Server capabilities
*/
public static final Integer CAPABILITIES = Integer.valueOf(33);

/**
<<<<<<< HEAD
* Target for ChunkSize messaging in RTMP. Defaulting to 128 which is the original FMS setting, until modifying this is more
* throughly tested.
=======
* Since 128 is the default when publish or play are called; changing this may cause unexpected issues.
>>>>>>> f78354776c35ad921077113bd88a00cdd7e951d8
*/
public static int targetChunkSize = 128;

Expand Down

0 comments on commit 0e9bbfa

Please sign in to comment.