376 Commits (34a32e86a48476aeedd77f78afa1122206376ec4)

Author SHA1 Message Date
  Jaya Allamsetty 5cc01b4d5b ref(TPC) Remove unused functions 1 year ago
  Jaya Allamsetty 1647ae114f ref(TPC) Remove unused function. 1 year ago
  Jaya Allamsetty 9c4db25938 fix(quality) Do not set b:AS line in SDP for SVC codecs when codec selection API is used. 1 year ago
  Saúl Ibarra Corretgé 4116614172 fix(TPC) fix getting video SSRCs if local one is not present yet 1 year ago
  Jaya Allamsetty 3170a5b6a8 feat(quality) Send analytics event for video codec changes. 1 year ago
  Jaya Allamsetty 03eef6def7
ref(QualityController) Add recovery mechanism and adjust the resolution check. (#2546) 1 year ago
  Jaya Allamsetty a9b6dd7ee4
feat(quality) Add a QualityController class for runtime adjustments. (#2542) 1 year ago
  Jaya Allamsetty 6bcc577acd
feat(codec-selection): Use the new codec selection API (#2520) 1 year ago
  Jaya Allamsetty d05325f349 fix(video-quality) Reset scale factor and bitrates for VP9 K-SVC. 1 year ago
  Jaya Allamsetty d7ffbfafad fix(JitsiLocalTrack) Keep a reference to SSRC. 1 year ago
  Jaya Allamsetty 7a5381fb46 fix(stats): Fix local stats when ssrc-rewriting is enabled. 1 year ago
  Jaya Allamsetty 95fb42f3ef fix(TPC): Do not reconfigure the encodings for Safari audio. 1 year ago
  Jaya Allamsetty 18f0769654 ref(TPC): Remove unused function. 1 year ago
  Jaya Allamsetty 3b11dce3aa fix(ssrc-rewriting): Fire track removed/added instead of owner changed. 1 year ago
  Jaya Allamsetty b0356800ca fix(TPC): Use a default maxHeight for configuring encodings. 1 year ago
  Jaya Allamsetty d13334344c fix(TPC): reconfigure the encodings to suspend/resume media after jvb<->p2p switch. 1 year ago
  Jaya Allamsetty 2162877b7b fix(TPC): Removed unused function 1 year ago
  Jaya Allamsetty 4e93e8663b ref(TPC): Add extra checks before updating RTCRtpEncodingParameters. 1 year ago
  Jaya Allamsetty a8f8666be3 fix(SDP): Negotiate only baseline H.264 codecs for p2p. 1 year ago
  Jaya Allamsetty 9ec93dc6fe fix(TPC): Do not run the DD Header Ext check on Firefox as it doesn't support it currently. 1 year ago
  Jaya Allamsetty ff4dd993db fix(TPC): Run the DD ext header check on all browsers. 1 year ago
  Roman Melnyk 56952c20c4 #2458 Remove not used isUserStream RTC method. Move isUserStreamById RTC method into RTCUtils in order to fix circular dependency issue. 1 year ago
  Jaya Allamsetty 3898d7aaca fix(TPC): Reset the scalabilityMode for VP8. 1 year ago
  Jaya Allamsetty c7495280e4 fix(RTC): Fix capture resolution for Safari desktop tracks. 1 year ago
  Jaya Allamsetty 3c8eee3a3a fix(video-quality): Bump up the default bitrates for 1080p and 4k. 1 year ago
  Jaya Allamsetty d07cfd4dc1 ref(RTC): Use TS enum for RTC consts. 1 year ago
  Jaya Allamsetty 178f9bbf89 fix(TPC): Do not negotiatate ULPFEC and RED for p2p video. 1 year ago
  Jaya Allamsetty 0bc2154e7c fix(JitsiLocalTRack): Calc resolution correctly. 1 year ago
  Jaya Allamsetty 8a88bba7c3 fix(TPCUtils): Use track resolution instead of height. 1 year ago
  Jaya Allamsetty f470b5f4fa
fix(video-quality): Adjust encodings bitrates/scalefactor for high capture resolutions (#2436) 1 year ago
  Jaya Allamsetty 7895cb259e fix(video-quality): Remove the encoding check for webkit. 1 year ago
  Jaya Allamsetty d53d010679
fix(RTC): Remove support for plan-b SDP. (#2430) 1 year ago
  Jaya Allamsetty 969c6f4761 fix(TPC): Do not configure 'scaleResolutionDownBy' and 'maxBitrate' for legacy VP9 K-SVC. 1 year ago
  Daniel McAssey 610eab4d31 fix(RTC): reduce debug log noise 3 years ago
  Saúl Ibarra Corretgé 30cb694dff fix(GlobalOnErrorHandler) avoid calling it when we handle the error 1 year ago
  Jaya Allamsetty bd98ecd05d fix(video-quality): Set scaleResolutionDownBy value for every codec switch. 1 year ago
  Jaya Allamsetty 30be4f6f07 ref(TPC): Rename variables related to DD header ext. 1 year ago
  Jaya Allamsetty 7b6ce94959
Add SVC and Simulcast support for AV1 and VP9. (#2350) 1 year ago
  Gabriel Borlea a01453438e
chore: update js-utils with new ua-parser (#2358) 2 years ago
  Gabriel Borlea c3a086f86d
fix: getting right resolution for mobile web (#2356) 2 years ago
  Jaya Allamsetty 486efad87c fix(codec-selection): Do not remove codecs from capabilities. 2 years ago
  Jaya Allamsetty 402874932c fix(RTC) Update docs w.r.t to config options. 2 years ago
  Jaya Allamsetty 9531a20ba7 fix(codec-selection) Pick only 1 VP9 codec for p2p negotiation. 2 years ago
  Jaya Allamsetty 10ebc8434a fix(TPC): Make sure all RTCRtpSender:setParameters calls are sequential. 2 years ago
  Jaya Allamsetty ed4ca14411 fix(JingleSession) Modify encoding to stop/start outgoing media on p2p. 2 years ago
  Jaya Allamsetty 53e69d6ea5 ref(JingleSession) Always call sRD->cA-sLD for renegotiation. 2 years ago
  Jaya Allamsetty 9ffab6aa75 fix(codec-selection): Do not strip codecs that are not in the preferred list. 2 years ago
  Saúl Ibarra Corretgé e0d3459a37 Revert "Adjusted wrapping method to have RTCRtpSender setting parameters in sequential manner in order to solve race condition when transaction id can be reset at the end of videoSender setParameters and cause exception if another update was already in fly and before its check for transaction id presence." 2 years ago
  Jaya Allamsetty 36a9712726
feat: New Codec selection logic (#2296) 2 years ago
  mbondarenko 17ade96a70 Adjusted wrapping method to have RTCRtpSender setting parameters in sequential manner in order to solve race condition when transaction id can be reset at the end of videoSender setParameters and cause exception if another update was already in fly and before its check for transaction id presence. 2 years ago