SIPSorceryMedia.Encoders 0.0.10-pre

.NET Standard 2.0 .NET Framework 4.6.1
This is a prerelease version of SIPSorceryMedia.Encoders.
dotnet add package SIPSorceryMedia.Encoders --version 0.0.10-pre
NuGet\Install-Package SIPSorceryMedia.Encoders -Version 0.0.10-pre
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="SIPSorceryMedia.Encoders" Version="0.0.10-pre" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SIPSorceryMedia.Encoders --version 0.0.10-pre
#r "nuget: SIPSorceryMedia.Encoders, 0.0.10-pre"
#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.
// Install SIPSorceryMedia.Encoders as a Cake Addin
#addin nuget:?package=SIPSorceryMedia.Encoders&version=0.0.10-pre&prerelease

// Install SIPSorceryMedia.Encoders as a Cake Tool
#tool nuget:?package=SIPSorceryMedia.Encoders&version=0.0.10-pre&prerelease

Provides audio and video encode and decode capabilities plus media end points that can be used with the main SIPSorcery real-time communications library.

Product Versions
.NET net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows
.NET Core netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1
.NET Standard netstandard2.0 netstandard2.1
.NET Framework net461 net462 net463 net47 net471 net472 net48 net481
MonoAndroid monoandroid
MonoMac monomac
MonoTouch monotouch
Tizen tizen40 tizen60
Xamarin.iOS xamarinios
Xamarin.Mac xamarinmac
Xamarin.TVOS xamarintvos
Xamarin.WatchOS xamarinwatchos
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on SIPSorceryMedia.Encoders:

Repository Stars
sipsorcery-org/sipsorcery
A WebRTC, SIP and VoIP library for C# and .NET. Designed for real-time communications apps.
Version Downloads Last updated
0.0.10-pre 9,249 12/27/2020
0.0.9-pre 255 12/26/2020
0.0.8-pre 303 12/21/2020
0.0.7-pre 299 12/17/2020
0.0.6-pre 10,036 11/17/2020
0.0.5-pre 550 11/5/2020
0.0.4-pre 569 10/20/2020
0.0.3-pre 694 10/12/2020
0.0.2-pre 251 10/12/2020
0.0.1-pre 378 10/1/2020

-v0.0.10-pre: Updated to use latest abstractons package with change to IAudioEncoder and IVideoEncoder interfaces.
-v0.0.9-pre: Updated to use latest abstractions nuget package and video format parameter on IVideoSink.GotVideoFrame.
-v0.0.8-pre: Updated VP8 codec to handle frames with uneven dimensions.
-v0.0.7-pre: Updated VP8 video encoder class to support the IVideoEncoder interface.
-v0.0.6-pre: Updated to use latest abstractions nuget package.
-v0.0.5-pre: Updated to use latest abstractions nuget package.
-v0.0.4-pre: Updated to use latest abstractions nuget package.
-v0.0.3-pre: Use pixel conversion class from abstractions package.
-v0.0.2-pre: Added support for I420 input samples.
-v0.0.1-pre: Initial pre-release