Procházet zdrojové kódy

deps: Update latest@lib-jitsi-meet.

Add the ability to configure different max bitrates for VP8 and VP9.
Set max bitrate for presenter to 2500 Kbps irrespective of the configured max bitrates for video.
https://github.com/jitsi/lib-jitsi-meet/compare/479dd98...77978f0.
j8
Jaya Allamsetty před 4 roky
rodič
revize
210c4857fd
3 změnil soubory, kde provedl 13 přidání a 6 odebrání
  1. 10
    3
      config.js
  2. 2
    2
      package-lock.json
  3. 1
    1
      package.json

+ 10
- 3
config.js Zobrazit soubor

@@ -261,9 +261,16 @@ var config = {
261 261
     //    // the available bandwidth calculated by the browser, but it will be capped by the values specified here.
262 262
     //    // This is currently not implemented on app based clients on mobile.
263 263
     //    maxBitratesVideo: {
264
-    //        low: 200000,
265
-    //        standard: 500000,
266
-    //        high: 1500000
264
+    //          VP8 : {
265
+    //              low: 200000,
266
+    //              standard: 500000,
267
+    //              high: 1500000
268
+    //          },
269
+    //          VP9: {
270
+    //              low: 100000,
271
+    //              standard: 300000,
272
+    //              high:  1200000
273
+    //          }
267 274
     //    },
268 275
     //
269 276
     //    // The options can be used to override default thresholds of video thumbnail heights corresponding to

+ 2
- 2
package-lock.json Zobrazit soubor

@@ -10343,8 +10343,8 @@
10343 10343
       }
10344 10344
     },
10345 10345
     "lib-jitsi-meet": {
10346
-      "version": "github:jitsi/lib-jitsi-meet#479dd989a081e8ae23ca4f4ab68395a2f76d34d0",
10347
-      "from": "github:jitsi/lib-jitsi-meet#479dd989a081e8ae23ca4f4ab68395a2f76d34d0",
10346
+      "version": "github:jitsi/lib-jitsi-meet#77978f0e621f463ed606fe94dda25ff18f1d5f64",
10347
+      "from": "github:jitsi/lib-jitsi-meet#77978f0e621f463ed606fe94dda25ff18f1d5f64",
10348 10348
       "requires": {
10349 10349
         "@jitsi/js-utils": "1.0.2",
10350 10350
         "@jitsi/sdp-interop": "1.0.3",

+ 1
- 1
package.json Zobrazit soubor

@@ -56,7 +56,7 @@
56 56
     "jquery-i18next": "1.2.1",
57 57
     "js-md5": "0.6.1",
58 58
     "jwt-decode": "2.2.0",
59
-    "lib-jitsi-meet": "github:jitsi/lib-jitsi-meet#479dd989a081e8ae23ca4f4ab68395a2f76d34d0",
59
+    "lib-jitsi-meet": "github:jitsi/lib-jitsi-meet#77978f0e621f463ed606fe94dda25ff18f1d5f64",
60 60
     "libflacjs": "github:mmig/libflac.js#93d37e7f811f01cf7d8b6a603e38bd3c3810907d",
61 61
     "lodash": "4.17.19",
62 62
     "moment": "2.19.4",

Načítá se…
Zrušit
Uložit