Skip to content

Commit 0e9bbfa

Browse files
committed
Updates for 1.2.10
1 parent 762def7 commit 0e9bbfa

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.red5</groupId>
55
<artifactId>red5-parent</artifactId>
6-
<version>1.2.8</version>
6+
<version>1.2.10</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<artifactId>red5-server-common</artifactId>

src/main/java/org/red5/server/api/Red5.java

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -55,25 +55,21 @@ public final class Red5 {
5555
/**
5656
* Server version with revision
5757
*/
58-
public static final String VERSION = "Red5 Server 1.2.9";
58+
public static final String VERSION = "Red5 Server 1.2.10";
5959

6060
/**
6161
* Server version for fmsVer requests
6262
*/
63-
public static final String FMS_VERSION = "RED5/1,2,9,0";
63+
public static final String FMS_VERSION = "RED5/1,2,10,0";
6464

6565
/**
6666
* Server capabilities
6767
*/
6868
public static final Integer CAPABILITIES = Integer.valueOf(33);
6969

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

0 commit comments

Comments
 (0)