File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed
src/main/java/org/red5/server/api Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments