Agash.StreamTransport.WebRtc.DependencyInjection 0.1.0-alpha

This is a prerelease version of Agash.StreamTransport.WebRtc.DependencyInjection.
dotnet add package Agash.StreamTransport.WebRtc.DependencyInjection --version 0.1.0-alpha
                    
NuGet\Install-Package Agash.StreamTransport.WebRtc.DependencyInjection -Version 0.1.0-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.DependencyInjection" Version="0.1.0-alpha" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Agash.StreamTransport.WebRtc.DependencyInjection" Version="0.1.0-alpha" />
                    
Directory.Packages.props
<PackageReference Include="Agash.StreamTransport.WebRtc.DependencyInjection" />
                    
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.DependencyInjection --version 0.1.0-alpha
                    
#r "nuget: Agash.StreamTransport.WebRtc.DependencyInjection, 0.1.0-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.DependencyInjection@0.1.0-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.DependencyInjection&version=0.1.0-alpha&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Agash.StreamTransport.WebRtc.DependencyInjection&version=0.1.0-alpha&prerelease
                    
Install as a Cake Tool

Agash.StreamTransport.WebRtc.DependencyInjection

Microsoft.Extensions.DependencyInjection wiring for the Agash.StreamTransport WebRTC stack. One call registers the DTLS-SRTP factory (BouncyCastle, isolated in .Dtls), the SCReAM congestion controller, and a PeerConnectionFactory:

services.AddStreamTransportWebRtc(scream =>
{
    scream.MaxBitrateBps = 12_000_000;
    scream.QueueDelayTargetMs = 60;
});

// then, from DI:
PeerConnection pc = factory.Create(new PeerConnectionOptions { /* media lines */ });

The core transport never depends on a particular DTLS implementation or congestion-control algorithm - both are resolved here, so they can be swapped without touching the transport. See ADR-0003.

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 (1)

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

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.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.1.0-alpha 55 6/20/2026
0.0.0-alpha.0 46 6/20/2026