8000 Tags · pion/webrtc · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: pion/webrtc

Tags

v4.1.2

Toggle v4.1.2's commit message
Updated Test_TrackLocalStatic_Padding test

Use custom packetizer in Test_TrackLocalStatic_Padding to verify that
padding added in different ways works.

v4.1.1

Toggle v4.1.1's commit message
Add methods for tweaking sctp cc to settingending

Relate: pion/sctp#354

v4.1.0

Toggle v4.1.0's commit message
Fix MIME type comparisons to be case-insensitive

v4.0.16

Toggle v4.0.16's commit message
Pass Configured MTU into SCTP

Before pion/sctp would always do 1228

v4.0.15

Toggle v4.0.15's commit message
Added SCTPTransport.BufferedAmount

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.

v4.0.14

Toggle v4.0.14's commit message

Verified

This commit was signed with the committer’s verified signature.
JoeTurki Joe Turki
Resolve undeclared SSRC using the payload type

Introduces a fallback mechanism to handle undeclared SSRCs from multiple
sections using the RTP stream's payload type. For legacy clients
without MID extension support, it documents the existing behavior for
handling undeclared SSRCs in single media sections.

v4.0.13

Toggle v4.0.13's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Support DataChannel messages larger then MaxUint16

SCTP now internally can handle larger messages

Resolves #2712

v4.0.12

Toggle v4.0.12's commit message

Verified

This commit was signed with the committer’s verified signature.
JoeTurki Joe Turki
Add support for AV1 and VP9 to play from disk

v4.0. 7E4C 11

Toggle v4.0.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add Req/Res count/time to candidate stats (#3043)

See pion/ice#763

v4.0.10

Toggle v4.0.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add GetRemoteParameters to ICETransport

Implementing to match webrtc-pc
0