Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
Jaya Allamsetty a8f8666be3 fix(SDP): Negotiate only baseline H.264 codecs for p2p. 1 год назад
..
LocalSdpMunger.js fix(SDP): Generate msid attr for source when browser doesn't produce one. Chrome 122 does not generate a 'msid' attribute in the local SDP when a local source is added after the user joins muted. The SSRC doesn't get signaled to remote p2p peer when this happens. Also, when the direction of the transceiver changes from 'sendonly' to 'sendrecv', Chrome is generating a new set of SSRCs resulting the client sending out a source-remove followed by source-add. Fixes various p2p related bugs that have surfaced in p2p calls where both the endpoints are running Chromium 122. 1 год назад
LocalSdpMunger.spec.js fix(RTC): Remove support for plan-b SDP. (#2430) 1 год назад
RtxModifier.js fix(SDP): Add msid to generated RTX SSRC only when present on primary SSRC. Fixes setLocalDescription failing in the case where simulcast is disabled since the answer produced by the browser (after a local source is added) does not have the msid line. 2 лет назад
RtxModifier.spec.js fix(SDP): Move all SDP related files to a different dir. 4 лет назад
SDP.js fix(p2p) Enable p2p for Firefox. (#2279) 2 лет назад
SDP.spec.js Translate extmap-allow-mixed between SDP and Jingle. (#2212) 2 лет назад
SDPDiffer.js Remove support for legacy endpoint based signaling. (#2147) 3 лет назад
SDPDiffer.spec.js ref: remove references to legacy endpoint based signaling switch 3 лет назад
SDPSimulcast.spec.js fix(ts) don't set file extension for TS files 3 лет назад
SDPUtil.js fix(SDP): Negotiate only baseline H.264 codecs for p2p. Chrome on macOS recently started offering encoder for higher level (5.2) but decoder only for level 3.1. See https://issues.chromium.org/issues/324930413 Therefore, filter out all H.264 payload types with main and high profiles. Also, sort all H.264 payload types so that same pt is picked for both H.264 encoder and decoder. Fixes random black tile issues across different browsers when H.264 is the preferred codec for p2p. 1 год назад
SDPUtil.spec.js fix(SDP): Move all SDP related files to a different dir. 4 лет назад
SampleSdpStrings.js fix(p2p) Enable p2p for Firefox. (#2279) 2 лет назад
SdpSimulcast.ts fix(video-quality): Adjust encodings bitrates/scalefactor for high capture resolutions (#2436) 1 год назад
SdpTransformUtil.js ref(Sdp) Modify SDPTransformUtil.selectMedia() to return all m-lines for a given media type. 3 лет назад