Agash.StreamTransport.WebRtc 0.1.1-alpha

This is a prerelease version of Agash.StreamTransport.WebRtc.
dotnet add package Agash.StreamTransport.WebRtc --version 0.1.1-alpha
                    
NuGet\Install-Package Agash.StreamTransport.WebRtc -Version 0.1.1-alpha
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Agash.StreamTransport.WebRtc" Version="0.1.1-alpha" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Agash.StreamTransport.WebRtc" Version="0.1.1-alpha" />
                    
Directory.Packages.props
<PackageReference Include="Agash.StreamTransport.WebRtc" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Agash.StreamTransport.WebRtc --version 0.1.1-alpha
                    
#r "nuget: Agash.StreamTransport.WebRtc, 0.1.1-alpha"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Agash.StreamTransport.WebRtc@0.1.1-alpha
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Agash.StreamTransport.WebRtc&version=0.1.1-alpha&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Agash.StreamTransport.WebRtc&version=0.1.1-alpha&prerelease
                    
Install as a Cake Tool

Agash.StreamTransport.WebRtc

A small, modern WebRTC stack for .NET 11 - the parts a point-to-point media transport actually uses: ICE/STUN, SRTP, RTP/RTCP, SDP/JSEP, a peer connection, and loss recovery (NACK + RTX retransmission, PLI keyframe requests, FlexFEC, and a sequence-aware H.265 packet buffer that reassembles complete frames before decode). Behaviour is aligned with libwebrtc where interop and correctness require it - the NACK requester, RTX unwrap, and h26x_packet_buffer are ports of their libwebrtc counterparts; the shape is idiomatic modern .NET (spans, ArrayPool, readonly record struct, source-generated logging).

Crypto uses the BCL only (AesGcm, Aes/HMACSHA1, CertificateRequest). DTLS - the one piece the BCL does not provide - is supplied by Agash.StreamTransport.WebRtc.Dtls (BouncyCastle, isolated there) via a pluggable factory, so this package itself has no third-party runtime dependency.

This is the first-party transport that replaces SIPSorcery in Agash.StreamTransport.

Product Compatible and additional computed target framework versions.
.NET net11.0 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on Agash.StreamTransport.WebRtc:

Package Downloads
Agash.StreamTransport

Local-first peer-to-peer WebRTC media transport on a first-party WebRTC stack: hardware H.265 video, Opus audio, SCReAM congestion control, FlexFEC loss recovery, and ICE mobility. Capture-agnostic and NativeAOT-ready, with an abstracted signaling channel.

Agash.StreamTransport.WebRtc.DependencyInjection

Dependency-injection wiring for the Agash.StreamTransport WebRTC stack: registers the DTLS-SRTP factory, the congestion controller, and a peer-connection factory via Microsoft.Extensions.DependencyInjection.

Agash.StreamTransport.Stun

Embeddable STUN binding server and ICE-server providers for Agash.StreamTransport, including bring-your-own coturn TURN with ephemeral credentials.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.1.1-alpha 48 6/23/2026
0.1.0-alpha 54 6/20/2026
0.0.0-alpha.0 51 6/20/2026