SIPSorceryMedia.Encoders 0.0.8-pre

This is a prerelease version of SIPSorceryMedia.Encoders.
There is a newer version of this package available.
See the version list below for details.
dotnet add package SIPSorceryMedia.Encoders --version 0.0.8-pre
NuGet\Install-Package SIPSorceryMedia.Encoders -Version 0.0.8-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.8-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.8-pre
#r "nuget: SIPSorceryMedia.Encoders, 0.0.8-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.8-pre&prerelease

// Install SIPSorceryMedia.Encoders as a Cake Tool
#tool nuget:?package=SIPSorceryMedia.Encoders&version=0.0.8-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 Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 is compatible.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
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.13 1,165 1/15/2024
0.0.12-pre 2,140 4/14/2023
0.0.10-pre 14,923 12/27/2020
0.0.9-pre 301 12/26/2020
0.0.8-pre 363 12/21/2020
0.0.7-pre 353 12/17/2020
0.0.6-pre 10,133 11/17/2020
0.0.5-pre 627 11/5/2020
0.0.4-pre 643 10/20/2020
0.0.3-pre 750 10/12/2020
0.0.2-pre 305 10/12/2020
0.0.1-pre 441 10/1/2020

-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