zby-live-sdk 1.0.49-beta1130-1 → 1.0.49-beta1213

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zby-live-sdk",
3
- "version": "1.0.49-beta1130-1",
3
+ "version": "1.0.49-beta1213",
4
4
  "main": "dist/zby-live-sdk.cjs.js",
5
5
  "module": "dist/zby-live-sdk.esm.js",
6
6
  "browsers": "dist/zby-live-sdk.umd.js",
@@ -13,7 +13,7 @@ const urls = {
13
13
  };
14
14
 
15
15
  // export const version = require('../../package.json').version;
16
- export const version = '1.0.49-beta1130-1';
16
+ export const version = '1.0.49-beta1213';
17
17
 
18
18
  export const liveExt = {
19
19
  name: 'live',
@@ -2184,7 +2184,7 @@ export const startmixStreams = async (mixTaskId, mixType, srcStreamIds, targetRt
2184
2184
  rtcStreamId: targetRtcStreamId,
2185
2185
  pushUrls: targetUrls, //数组
2186
2186
  backgroundImage: bkImage,
2187
- streamOutPut:{width:1600,height:720,videoBitrate:1024000,fps:15}
2187
+ streamOutPut:{width:1600,height:720,videoBitrate:1500000,fps:20}
2188
2188
  };
2189
2189
 
2190
2190
  defaultApi.writeLog(`startMixStreams params:${JSON.stringify(param)}`);