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 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 (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 47,275 3/28/2022
1.1.0 83,278 2/17/2021
1.0.4-pre 35,390 12/27/2020
1.0.3-pre 333 12/26/2020
1.0.2-pre 505 12/21/2020
1.0.1 6,532 12/17/2020
1.0.0 1,843 12/13/2020
0.0.22-pre 13,885 11/17/2020
0.0.20-pre 1,107 11/5/2020
0.0.19-pre 381 11/2/2020
0.0.18-pre 1,998 10/20/2020
0.0.17-pre 274 10/17/2020
0.0.16-pre 1,134 10/12/2020
0.0.15-pre 316 10/12/2020
0.0.14-pre 21,117 10/1/2020
0.0.12-pre 800 9/20/2020
0.0.11-pre 388 9/20/2020
0.0.10-pre 3,216 9/10/2020
0.0.9-pre 1,131 9/4/2020
0.0.7-pre 221 9/3/2020
0.0.6-pre 280 9/3/2020
0.0.5-pre 472 9/2/2020
0.0.4-pre 343 9/1/2020
0.0.3-pre 308 9/1/2020
0.0.2-pre 296 9/1/2020
0.0.1-pre 292 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