SIPSorceryMedia.FFmpeg
0.0.7-pre
See the version list below for details.
dotnet add package SIPSorceryMedia.FFmpeg --version 0.0.7-pre
NuGet\Install-Package SIPSorceryMedia.FFmpeg -Version 0.0.7-pre
<PackageReference Include="SIPSorceryMedia.FFmpeg" Version="0.0.7-pre" />
paket add SIPSorceryMedia.FFmpeg --version 0.0.7-pre
#r "nuget: SIPSorceryMedia.FFmpeg, 0.0.7-pre"
// Install SIPSorceryMedia.FFmpeg as a Cake Addin #addin nuget:?package=SIPSorceryMedia.FFmpeg&version=0.0.7-pre&prerelease // Install SIPSorceryMedia.FFmpeg as a Cake Tool #tool nuget:?package=SIPSorceryMedia.FFmpeg&version=0.0.7-pre&prerelease
Provides FFmpeg based audio and video media end points that can be used with the SIPSorcery real-time communications library.
Product | Versions 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 | netcoreapp3.1 is compatible. |
-
.NETCoreApp 3.1
- FFmpeg.AutoGen (>= 4.3.0.1)
- Microsoft.Extensions.Logging.Abstractions (>= 5.0.0)
- SIPSorceryMedia.Abstractions (>= 1.0.1)
- System.Runtime.InteropServices.RuntimeInformation (>= 4.3.0)
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.FFmpeg:
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 |
---|---|---|
1.4.2 | 751 | 9/24/2024 |
1.4.1 | 6,415 | 1/14/2024 |
1.4.0 | 1,595 | 1/14/2024 |
1.3.0-pre | 106 | 1/14/2024 |
1.2.1 | 12,499 | 7/1/2022 |
1.2.0 | 507 | 6/27/2022 |
1.1.1 | 607 | 6/9/2022 |
1.1.0 | 2,602 | 5/4/2022 |
1.0.0 | 742 | 4/6/2022 |
0.0.18-pre | 567 | 2/11/2022 |
0.0.12-pre | 422 | 12/29/2021 |
0.0.10-pre | 6,918 | 12/27/2020 |
0.0.9-pre | 423 | 12/26/2020 |
0.0.8-pre | 471 | 12/22/2020 |
0.0.7-pre | 485 | 12/17/2020 |
0.0.6-pre | 898 | 10/20/2020 |
0.0.5-pre | 418 | 10/12/2020 |
0.0.4-pre | 581 | 9/21/2020 |
0.0.3-pre | 401 | 9/20/2020 |
0.0.2-pre | 361 | 9/20/2020 |
0.0.1-pre | 453 | 9/16/2020 |
-v0.0.7-pre: Updated the video encoder class to support the IVideoEncoder interface.
-v0.0.6-pre: Updated to use latest abstractions nuget package.
-v0.0.5-pre: Use pixel conversion class from abstractions package.
-v0.0.4-pre: Added codec manager support to FFmpegVideoEndPoint.
-v0.0.3-pre: Fixed bugs passing frames between file source decoder and video encoder.
-v0.0.2-pre: Added file based source.
-v0.0.1-pre: Initial release.