77 次代码提交 (d53d0106793729cc736ef248c8bb18dafc964b6e)

作者 SHA1 备注 提交日期
  Jaya Allamsetty d53d010679
fix(RTC): Remove support for plan-b SDP. (#2430) 1年前
  Jaya Allamsetty 969c6f4761 fix(TPC): Do not configure 'scaleResolutionDownBy' and 'maxBitrate' for legacy VP9 K-SVC. 1年前
  Jaya Allamsetty bd98ecd05d fix(video-quality): Set scaleResolutionDownBy value for every codec switch. 1年前
  Jaya Allamsetty 8cffb726c7 fix(video-quality): Read the deprecated bitrate settings correctly. 1年前
  Jaya Allamsetty 4588cc785f ref(TPCUtils) Alpha sort the methods. 1年前
  Jaya Allamsetty 5a68ae97ac fix(TPCUtils) Insert simulcast recv line for all senders on FF. 1年前
  Jaya Allamsetty 7b6ce94959
Add SVC and Simulcast support for AV1 and VP9. (#2350) 1年前
  Jaya Allamsetty 93c167d35a
fix(SS): Reverse the encoding order for Firefox desktop streams. (#2384) 1年前
  Gabriel Borlea c3a086f86d
fix: getting right resolution for mobile web (#2356) 2 年前
  Jaya Allamsetty 75d2a9d1c3 fix(TPC): Revert the reverse ordering of encodings for Firefox 117 and newer. 2 年前
  Jaya Allamsetty 10ebc8434a fix(TPC): Make sure all RTCRtpSender:setParameters calls are sequential. 2 年前
  Jaya Allamsetty ed4ca14411 fix(JingleSession) Modify encoding to stop/start outgoing media on p2p. 2 年前
  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 年前
  Jaya Allamsetty 843a44fa46 fix(JingleSession) Reconfigure the stream encodings after p2p->jvb switch. 2 年前
  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 年前
  Jaya Allamsetty 05edc9b599
fix(TPC) Avoid applying constraints on desktop tracks if not needed. (#2246) 2 年前
  Jaya Allamsetty 9f3ed249a1
fix(TPC) Chain all RTCRtpSender.setParameters calls. (#2242) 2 年前
  Jaya Allamsetty 0b9ab37cfe
fix(TPC) Disable media instead of changing dir for p2p->jvb switch. (#2226) 2 年前
  Daniel McAssey 829f5ac010
fix(TPC): make screen share bitrate configurable (#2215) 2 年前
  Jaya Allamsetty 7b25768663
Remove support for legacy endpoint based signaling. (#2147) 2 年前
  Pawel Domas 46908381dd ref: add getSourceIndexFromSourceName 3 年前
  Jaya Allamsetty 85fb01c080 fix(TPC): Ignore stopped transceivers on FF during new track addition. 3 年前
  Jaya Allamsetty 62b0e5c426 fix(TPCUtils): Re-use the existing recv-only transceiver for secondary video tracks. 3 年前
  Jaya Allamsetty c9be46e2c3 fix(TPC): Switch media direction correctly on all m-lines associated with local tracks during p2p->jvb switch. 3 年前
  Jaya Allamsetty ad75454f4d fix(multi-stream) Fix VP9 bitrates in the multi-stream mode. 3 年前
  Jaya Allamsetty 607646a15f
fix(multi-stream) Send the initial session-accept and then add the secondary video tracks when a session is re-created (#1987) 3 年前
  Jaya Allamsetty 7e997fb71b
fix(multi-stream) fix p2p issues with secondary video sources. 3 年前
  Jaya Allamsetty aed1fa446b
fix(multi-stream-support) Support muting of desktop track. 3 年前
  Gary Hunt 768220b56c
feat(ts) typescript conversion of MediaDirection 3 年前
  Gary Hunt 90f8d11d00 typescript conversion of service/RTC/VideoType to named export 3 年前
  Jaya Allamsetty 313e0dd32a fix(TPC) Avoid renegotiations for p2p for mute/unmute. 3 年前
  Jaya Allamsetty 2ba6e022a7 fix(TPCUtils): Check for the track mute state before looking up the transceiver. 3 年前
  Gary Hunt 6d428ca19b
feat(ts) convert MediaType and its usages 3 年前
  Jaya Allamsetty c3ab13d3da
feat(multi-stream-support) Add the support for multiple local video streams. 3 年前
  Saúl Ibarra Corretgé 526bd5a94c chore(lint) tame the new linter 3 年前
  Saúl Ibarra Corretgé c24130622e chore(deps) adapt to logger package rename 3 年前
  Jaya Allamsetty e566291864
fix(TPC) add muted tracks to TPC but not to the RTCPeerConnection. 4 年前
  Jaya Allamsetty d27a510f84
ref(TPC) Configure encodings in one go. (#1739) 4 年前
  Mikhail Nasyrov 39448f9a9c
fix: Missed SSRCs in Unified Plan with several "ssrc-group:FID" groups. (#1658) 4 年前
  Jaya Allamsetty d079ee858b fix(RTC): Use a enum for media direction. 4 年前
  Jaya Allamsetty 29269150f7 fix(TPC): Do not configure encodings on Safari until reneg. 4 年前
  Jaya Allamsetty 59e67c5b93 fix(TPC): Do not configure encodings on chromium immediately after replace track. 4 年前
  Jaya Allamsetty 5a03dc83e9 squash: Implement review comments. 4 年前
  Jaya Allamsetty 4e5804f965 fix(RTC): Set transceiver direction after RTCRtpSender#replaceTrack. 4 年前
  Jaya Allamsetty 61c6cc5fe0
fix(TPC): Use addTrack instead of addStream in Unified-plan impl. 4 年前
  Hristo Terezov 0ec072378c fix(modificationQueue): error handling & logs 4 年前
  Jaya Allamsetty e60f09b189 feat(browser-support): Add support for WKWebview based browsers. 4 年前
  Pawel Domas 4bd0b99391 fix(TPCUtils): undefined is not an object (evaluating 'this.tpcUtils.replaceTrack(e,t).then') 4 年前
  Jaya Allamsetty 21d5178775 feat: Add the ability to configure max. bitrates for VP9. 4 年前
  Jaya Allamsetty 10e2fe3fec fix: Implement the encodings workaround only on Safari. 4 年前