@whereby.com/media 1.26.0 → 1.27.0
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/dist/index.cjs +1 -1
- package/dist/index.mjs +1 -1
- package/dist/legacy-esm.js +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -2553,7 +2553,7 @@ const VIDEO_SETTINGS_VP9 = {
|
|
|
2553
2553
|
codecOptions: {
|
|
2554
2554
|
videoGoogleStartBitrate: 500,
|
|
2555
2555
|
},
|
|
2556
|
-
encodings: [{ scalabilityMode: "L3T2_KEY" }],
|
|
2556
|
+
encodings: [{ scalabilityMode: "L3T2_KEY", maxBitrate: 1650000 }],
|
|
2557
2557
|
};
|
|
2558
2558
|
const VIDEO_SETTINGS_VP9_LOW_BANDWIDTH = {
|
|
2559
2559
|
codecOptions: {
|
package/dist/index.mjs
CHANGED
|
@@ -2528,7 +2528,7 @@ const VIDEO_SETTINGS_VP9 = {
|
|
|
2528
2528
|
codecOptions: {
|
|
2529
2529
|
videoGoogleStartBitrate: 500,
|
|
2530
2530
|
},
|
|
2531
|
-
encodings: [{ scalabilityMode: "L3T2_KEY" }],
|
|
2531
|
+
encodings: [{ scalabilityMode: "L3T2_KEY", maxBitrate: 1650000 }],
|
|
2532
2532
|
};
|
|
2533
2533
|
const VIDEO_SETTINGS_VP9_LOW_BANDWIDTH = {
|
|
2534
2534
|
codecOptions: {
|
package/dist/legacy-esm.js
CHANGED
|
@@ -2528,7 +2528,7 @@ const VIDEO_SETTINGS_VP9 = {
|
|
|
2528
2528
|
codecOptions: {
|
|
2529
2529
|
videoGoogleStartBitrate: 500,
|
|
2530
2530
|
},
|
|
2531
|
-
encodings: [{ scalabilityMode: "L3T2_KEY" }],
|
|
2531
|
+
encodings: [{ scalabilityMode: "L3T2_KEY", maxBitrate: 1650000 }],
|
|
2532
2532
|
};
|
|
2533
2533
|
const VIDEO_SETTINGS_VP9_LOW_BANDWIDTH = {
|
|
2534
2534
|
codecOptions: {
|