zouxuan 3 years ago
parent
commit
b161206232
1 changed files with 1 additions and 1 deletions
  1. 1 1
      mec-im/src/main/java/com/ym/pojo/RecordConfig.java

+ 1 - 1
mec-im/src/main/java/com/ym/pojo/RecordConfig.java

@@ -9,7 +9,7 @@ public class RecordConfig {
     String audioFormat = "aac";
     String videoResolution = "1920x1080";
     Integer mixLayout = 3;
-    Integer sliceMin = 30;
+    Integer sliceMin = 60;
     Integer renderMode = 2;
     String hostUserId;
     String hostStreamId;