zouxuan 3 年之前
父節點
當前提交
a37083a065
共有 1 個文件被更改,包括 2 次插入2 次删除
  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,10 +7,10 @@ public class RecordConfig {
     Integer mode = 3;
     String videoFormat = "mp4";
     String audioFormat = "aac";
-    String videoResolution = "640x480";
+    String videoResolution = "1920x1080";
     Integer mixLayout = 3;
     Integer sliceMin = 30;
-    Integer renderMode = 1;
+    Integer renderMode = 2;
     String hostUserId;
     String hostStreamId;
 }