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.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.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

v4.0.9

Toggle v4.0.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix H264Writer writing 0 length payloads

Before we would call Write even if no bytes were available.

v4.0.8

Toggle v4.0.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add H265 payloader

Add H265 payloader support to mediaengine using Pion RTP v1.8.11.
0