SIPSorceryMedia.Abstractions 1.2.0

.NET 5.0 .NET Core 3.1 .NET Standard 2.0
dotnet add package SIPSorceryMedia.Abstractions --version 1.2.0
NuGet\Install-Package SIPSorceryMedia.Abstractions -Version 1.2.0
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.Abstractions" Version="1.2.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SIPSorceryMedia.Abstractions --version 1.2.0
#r "nuget: SIPSorceryMedia.Abstractions, 1.2.0"
#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.Abstractions as a Cake Addin
#addin nuget:?package=SIPSorceryMedia.Abstractions&version=1.2.0

// Install SIPSorceryMedia.Abstractions as a Cake Tool
#tool nuget:?package=SIPSorceryMedia.Abstractions&version=1.2.0

Don't reference this package unless you are building a media end point to work with the SIPSorcery real-time communications library. In most cases a concrete implementation package such as SIPSorceryMedia.Windows should be referenced.

Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  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. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 is compatible. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 is compatible. 
.NET Framework net461 was computed.  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)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (8)

Showing the top 5 NuGet packages that depend on SIPSorceryMedia.Abstractions:

Package Downloads
SIPSorcery

Real-time communications library with full support for the Session Initiation Protocol (SIP) and WebRTC. No wrappers and no native libraries required.

SIPSorceryMedia.Windows

Provides audio and video device access for Windows for use with the main SIPSorcery real-time communications library.

SIPSorceryMedia.Encoders

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

SIPSorceryMedia.FFmpeg

Package Description

SIPSorceryDNFork

A fork of the original SipSorcery package to apply patches we are needing in a quicker manner. Real-time communications library with full support for the Session Initiation Protocol (SIP) and WebRTC. No wrappers and no native libraries required.

GitHub repositories (3)

Showing the top 3 popular GitHub repositories that depend on SIPSorceryMedia.Abstractions:

Repository Stars
sipsorcery-org/sipsorcery
A WebRTC, SIP and VoIP library for C# and .NET. Designed for real-time communications apps.
chatop2020/AKStream
AKStream是一套全平台(Linux,MacOS,Windows)、全架构(X86_64,Arm...)、全功能的流媒体管理控制接口平台。集成GB28181,RTSP,RTMP,HTTP等设备推拉流控制、PTZ控制、音视频文件录制管理、音视频文件裁剪合并等功能与一体
GB28181/GB28181.Solution
Linux/Win/Docker/kubernetes/Chart/Kustomize/GB28181/SIP/RTP/SDP/WebRTC/作为上下级域/平台级联互联
Version Downloads Last updated
1.2.0 67,162 3/28/2022
1.1.0 87,028 2/17/2021
1.0.4-pre 36,714 12/27/2020
1.0.3-pre 345 12/26/2020
1.0.2-pre 521 12/21/2020
1.0.1 6,573 12/17/2020
1.0.0 2,026 12/13/2020
0.0.22-pre 14,029 11/17/2020
0.0.20-pre 1,123 11/5/2020
0.0.19-pre 391 11/2/2020
0.0.18-pre 2,007 10/20/2020
0.0.17-pre 282 10/17/2020
0.0.16-pre 1,146 10/12/2020
0.0.15-pre 325 10/12/2020
0.0.14-pre 27,413 10/1/2020
0.0.12-pre 813 9/20/2020
0.0.11-pre 398 9/20/2020
0.0.10-pre 3,299 9/10/2020
0.0.9-pre 1,157 9/4/2020
0.0.7-pre 230 9/3/2020
0.0.6-pre 289 9/3/2020
0.0.5-pre 479 9/2/2020
0.0.4-pre 349 9/1/2020
0.0.3-pre 314 9/1/2020
0.0.2-pre 304 9/1/2020
0.0.1-pre 300 9/1/2020

-v1.2.0: Add RawImage and new events / methods to avoid the use of byte[] to improve performance
-v1.1.0: Stable release.
-v1.0.4-pre: Changed IAudioEncoder and IVideoEncoder to use SupportedFormats property instead of IsSupported method.
-v1.0.3-pre: Added video format to IVideoSink.GotVideoFrame. Removed 'V1' from namespace, the versioning mechanism is not going to be suitable for such a formative API.
-v1.0.2-pre: Improved pixel conversion routines to take a stride parameter and handle uneven dimensions.
-1.0.1: Added NV12 as a pixel format option.
-1.0.0: Initial stable release