Przeglądaj źródła

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 4 lat temu
rodzic
commit
210c4857fd
3 zmienionych plików z 13 dodań i 6 usunięć
  1. 10
    3
      config.js
  2. 2
    2
      package-lock.json
  3. 1
    1
      package.json

+ 10
- 3
config.js Wyświetl plik

261
     //    // the available bandwidth calculated by the browser, but it will be capped by the values specified here.
261
     //    // the available bandwidth calculated by the browser, but it will be capped by the values specified here.
262
     //    // This is currently not implemented on app based clients on mobile.
262
     //    // This is currently not implemented on app based clients on mobile.
263
     //    maxBitratesVideo: {
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
     //    // The options can be used to override default thresholds of video thumbnail heights corresponding to
276
     //    // The options can be used to override default thresholds of video thumbnail heights corresponding to

+ 2
- 2
package-lock.json Wyświetl plik

10343
       }
10343
       }
10344
     },
10344
     },
10345
     "lib-jitsi-meet": {
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
       "requires": {
10348
       "requires": {
10349
         "@jitsi/js-utils": "1.0.2",
10349
         "@jitsi/js-utils": "1.0.2",
10350
         "@jitsi/sdp-interop": "1.0.3",
10350
         "@jitsi/sdp-interop": "1.0.3",

+ 1
- 1
package.json Wyświetl plik

56
     "jquery-i18next": "1.2.1",
56
     "jquery-i18next": "1.2.1",
57
     "js-md5": "0.6.1",
57
     "js-md5": "0.6.1",
58
     "jwt-decode": "2.2.0",
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
     "libflacjs": "github:mmig/libflac.js#93d37e7f811f01cf7d8b6a603e38bd3c3810907d",
60
     "libflacjs": "github:mmig/libflac.js#93d37e7f811f01cf7d8b6a603e38bd3c3810907d",
61
     "lodash": "4.17.19",
61
     "lodash": "4.17.19",
62
     "moment": "2.19.4",
62
     "moment": "2.19.4",

Ładowanie…
Anuluj
Zapisz