341 Commity (4e93e8663b84a408890d6e8266c5317e683e2a7a)

Autor SHA1 Wiadomość Data
  Jaya Allamsetty 4e93e8663b ref(TPC): Add extra checks before updating RTCRtpEncodingParameters. 1 rok temu
  Jaya Allamsetty a8f8666be3 fix(SDP): Negotiate only baseline H.264 codecs for p2p. 1 rok temu
  Jaya Allamsetty 9ec93dc6fe fix(TPC): Do not run the DD Header Ext check on Firefox as it doesn't support it currently. 1 rok temu
  Jaya Allamsetty ff4dd993db fix(TPC): Run the DD ext header check on all browsers. 1 rok temu
  Roman Melnyk 56952c20c4 #2458 Remove not used isUserStream RTC method. Move isUserStreamById RTC method into RTCUtils in order to fix circular dependency issue. 1 rok temu
  Jaya Allamsetty 3898d7aaca fix(TPC): Reset the scalabilityMode for VP8. 1 rok temu
  Jaya Allamsetty c7495280e4 fix(RTC): Fix capture resolution for Safari desktop tracks. 1 rok temu
  Jaya Allamsetty 3c8eee3a3a fix(video-quality): Bump up the default bitrates for 1080p and 4k. 1 rok temu
  Jaya Allamsetty d07cfd4dc1 ref(RTC): Use TS enum for RTC consts. 1 rok temu
  Jaya Allamsetty 178f9bbf89 fix(TPC): Do not negotiatate ULPFEC and RED for p2p video. 1 rok temu
  Jaya Allamsetty 0bc2154e7c fix(JitsiLocalTRack): Calc resolution correctly. 1 rok temu
  Jaya Allamsetty 8a88bba7c3 fix(TPCUtils): Use track resolution instead of height. 1 rok temu
  Jaya Allamsetty f470b5f4fa
fix(video-quality): Adjust encodings bitrates/scalefactor for high capture resolutions (#2436) 1 rok temu
  Jaya Allamsetty 7895cb259e fix(video-quality): Remove the encoding check for webkit. 1 rok temu
  Jaya Allamsetty d53d010679
fix(RTC): Remove support for plan-b SDP. (#2430) 1 rok temu
  Jaya Allamsetty 969c6f4761 fix(TPC): Do not configure 'scaleResolutionDownBy' and 'maxBitrate' for legacy VP9 K-SVC. 1 rok temu
  Daniel McAssey 610eab4d31 fix(RTC): reduce debug log noise 3 lat temu
  Saúl Ibarra Corretgé 30cb694dff fix(GlobalOnErrorHandler) avoid calling it when we handle the error 1 rok temu
  Jaya Allamsetty bd98ecd05d fix(video-quality): Set scaleResolutionDownBy value for every codec switch. 1 rok temu
  Jaya Allamsetty 30be4f6f07 ref(TPC): Rename variables related to DD header ext. 1 rok temu
  Jaya Allamsetty 7b6ce94959
Add SVC and Simulcast support for AV1 and VP9. (#2350) 1 rok temu
  Gabriel Borlea a01453438e
chore: update js-utils with new ua-parser (#2358) 2 lat temu
  Gabriel Borlea c3a086f86d
fix: getting right resolution for mobile web (#2356) 2 lat temu
  Jaya Allamsetty 486efad87c fix(codec-selection): Do not remove codecs from capabilities. 2 lat temu
  Jaya Allamsetty 402874932c fix(RTC) Update docs w.r.t to config options. 2 lat temu
  Jaya Allamsetty 9531a20ba7 fix(codec-selection) Pick only 1 VP9 codec for p2p negotiation. 2 lat temu
  Jaya Allamsetty 10ebc8434a fix(TPC): Make sure all RTCRtpSender:setParameters calls are sequential. 2 lat temu
  Jaya Allamsetty ed4ca14411 fix(JingleSession) Modify encoding to stop/start outgoing media on p2p. 2 lat temu
  Jaya Allamsetty 53e69d6ea5 ref(JingleSession) Always call sRD->cA-sLD for renegotiation. 2 lat temu
  Jaya Allamsetty 9ffab6aa75 fix(codec-selection): Do not strip codecs that are not in the preferred list. 2 lat temu
  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 lat temu
  Jaya Allamsetty 36a9712726
feat: New Codec selection logic (#2296) 2 lat temu
  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 lat temu
  Jaya Allamsetty 24c9cc0aac fix(ssrc-rewriting) Update owners when a new SSRC is assigned to existing source. 2 lat temu
  Jaya Allamsetty 8f836678fb fix(TPC) Ignore codecSelection when codec settings are missing. 2 lat temu
  Jorge Oliveira 152fdb2101 chore(lint) Update TraceablePeerConnection.js 2 lat temu
  Jorge Oliveira 7b4bcf52e5 fix(TPC) do not set videoType for audio sources 2 lat temu
  Jaya Allamsetty c520877a03
fix(stats) Obtain resolution/fps from 'outbound-rtp' stats. (#2265) 2 lat temu
  Jaya Allamsetty a23a8c7c9d fix(ssrc-rewriting) Update mute state after source is re-mapped. 2 lat temu
  Jaya Allamsetty 05edc9b599
fix(TPC) Avoid applying constraints on desktop tracks if not needed. (#2246) 2 lat temu
  Jaya Allamsetty 9f3ed249a1
fix(TPC) Chain all RTCRtpSender.setParameters calls. (#2242) 2 lat temu
  Jaya Allamsetty 5155e55021 fix(codec-selection) Apply codec preferences to initial offer/answer. 2 lat temu
  Jaya Allamsetty 6afb0a563d fix(codec-selection) Check if disabled is already removed from sdp. 2 lat temu
  mbondarenko b3ceca8d52 Made updating video sender parameters in sequential manner in order to solve race condition when transaction id (which is generated during getParameters) 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 lat temu
  Jaya Allamsetty 0b9ab37cfe
fix(TPC) Disable media instead of changing dir for p2p->jvb switch. (#2226) 2 lat temu
  Jaya Allamsetty 931ca368b7 fix(TPC): Fix encodings for p2p connection. 'localStreamEncodingsConfig' is no longer available on TPCUtils. 2 lat temu
  Daniel McAssey 829f5ac010
fix(TPC): make screen share bitrate configurable (#2215) 2 lat temu
  Jaya Allamsetty 4d6873c2f4
fix(SignalingLayer) Update SSRC owners on leave. (#2184) 2 lat temu
  Jaya Allamsetty ca3e361186 ref(TPC): Cleanup flags related to low fps screenshare. 2 lat temu
  Saúl Ibarra Corretgé 9bdacb4758 feat(rn,TPC) use modern layer selection on RN 2 lat temu