-
Notifications
You must be signed in to change notification settings - Fork 0
[pull] master from pion:master #85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
Codecov Report
@@ Coverage Diff @@
## master #85 +/- ##
==========================================
- Coverage 75.49% 71.70% -3.80%
==========================================
Files 73 53 -20
Lines 5959 1947 -4012
==========================================
- Hits 4499 1396 -3103
+ Misses 1104 453 -651
+ Partials 356 98 -258
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #85 +/- ##
==========================================
- Coverage 75.49% 74.16% -1.34%
==========================================
Files 73 74 +1
Lines 5959 5295 -664
==========================================
- Hits 4499 3927 -572
+ Misses 1104 1006 -98
- Partials 356 362 +6
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Old versions of Pion break against it
Allows the user to cap the retranmission timeout, this change adds RTOMax to SettingEngine and pass it on when creating the SCTP Assocation
Skip registering the default codecs and interceptors in NewPeerConnection. The NewAPI() function already registers them by default (since #2630)
RTOMax wasn't actually being stored, is being pulled directly from SettingEngine
Create WHIP/WHEP example works with OBS or browser Resolves #2499
This allows users of detached datachannels to garbage collect resources associated with the datachannel and the sctp stream. There is no functional change here.
Generated by renovateBot
Update lint scripts and CI configs.
Generated by renovateBot
Chrome doesn't include the msid when responding to recvonly transceivers See crbug[0] for discussion [0] https://issues.chromium.org/u/1/issues/328522463
Update lint scripts and CI configs.
Relates to #2292
Generated by renovateBot
Generated by renovateBot
Update lint scripts and CI configs.
Wait for PeerConnection to reach 'connected' in NACK test. Otherwise test will fail.
Don't use same error in goroutine
If IPv6 is supported assert that Pion can connect via it. Resolves #1315
Generated by renovateBot
Generated by renovateBot
Generated by renovateBot
It simplifies tracking amount of unsent data for all data channels, including ones in closing state. Especially useful for IoT apps which use multiple data channels and have to monitor memory usage.
H265 will be available by default now
TestBadCertificate is no longer needed for 1.24+ ``` CreateCertificate will now generate a serial number using a RFC 5280 compliant method when passed a template with a nil Certificate.SerialNumber field, instead of failing. ```
QUIC support is gone
Before pion/sctp would always do 1228
Generated by renovateBot
Generated by renovateBot
Move to the new RTP API newPacketizerWithOptions, add WithRTPTimestamp To make it possible to set the initial RTP timestamp for the track.
Return an error if a candidate with a username fragment that does not match the username fragment in the remote description is added. This usually indicates that the candidate was generated before the renegotiation.
TrackEndcodings could change when reading
Go WASM interop supports x509, PEM and other cryptography functions (but not all), so there is no reason not to include those in the wasm build. This will also fix compilation errors for when something is using webrtc and targets both wasm and server The PR was tested locally (via a simple web folder with wasm_exec.js and index.html) and I confirmed being able to generate a X509 certificate
See Commits and Changes for more details.
Created by
pull[bot]. Want to support this open source service? Please star it : )