Browse Source

直播录制bug

zouxuan 3 năm trước cách đây
mục cha
commit
593be94a8e
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      mec-im/src/main/java/com/ym/pojo/RecordConfig.java

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

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