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 3
3
<parent >
4
4
<groupId >org.red5</groupId >
5
5
<artifactId >red5-parent</artifactId >
6
- <version >1.2.8 </version >
6
+ <version >1.2.10 </version >
7
7
</parent >
8
8
<modelVersion >4.0.0</modelVersion >
9
9
<artifactId >red5-server-common</artifactId >
Original file line number Diff line number Diff line change @@ -55,25 +55,21 @@ public final class Red5 {
55
55
/**
56
56
* Server version with revision
57
57
*/
58
- public static final String VERSION = "Red5 Server 1.2.9 " ;
58
+ public static final String VERSION = "Red5 Server 1.2.10 " ;
59
59
60
60
/**
61
61
* Server version for fmsVer requests
62
62
*/
63
- public static final String FMS_VERSION = "RED5/1,2,9 ,0" ;
63
+ public static final String FMS_VERSION = "RED5/1,2,10 ,0" ;
64
64
65
65
/**
66
66
* Server capabilities
67
67
*/
68
68
public static final Integer CAPABILITIES = Integer .valueOf (33 );
69
69
70
70
/**
71
- <<<<<<< HEAD
72
71
* Target for ChunkSize messaging in RTMP. Defaulting to 128 which is the original FMS setting, until modifying this is more
73
72
* throughly tested.
74
- =======
75
- * Since 128 is the default when publish or play are called; changing this may cause unexpected issues.
76
- >>>>>>> f78354776c35ad921077113bd88a00cdd7e951d8
77
73
*/
78
74
public static int targetChunkSize = 128 ;
79
75
You can’t perform that action at this time.
0 commit comments