From 0e9bbfa97c0590229f6928b493dff71bda0fd415 Mon Sep 17 00:00:00 2001 From: Paul Gregoire Date: Fri, 26 Nov 2021 14:24:32 -0800 Subject: [PATCH] Updates for 1.2.10 --- pom.xml | 2 +- src/main/java/org/red5/server/api/Red5.java | 8 ++------ 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/pom.xml b/pom.xml index 2e0d4ea0..7ea8aa80 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ org.red5 red5-parent - 1.2.8 + 1.2.10 4.0.0 red5-server-common diff --git a/src/main/java/org/red5/server/api/Red5.java b/src/main/java/org/red5/server/api/Red5.java index 811f672f..5de26d52 100644 --- a/src/main/java/org/red5/server/api/Red5.java +++ b/src/main/java/org/red5/server/api/Red5.java @@ -55,12 +55,12 @@ 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 @@ -68,12 +68,8 @@ public final class Red5 { 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;