SIPSorceryMedia.FFmpeg 0.0.6-pre

This is a prerelease version of SIPSorceryMedia.FFmpeg.
There is a newer version of this package available.
See the version list below for details.
dotnet add package SIPSorceryMedia.FFmpeg --version 0.0.6-pre
NuGet\Install-Package SIPSorceryMedia.FFmpeg -Version 0.0.6-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.FFmpeg" Version="0.0.6-pre" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SIPSorceryMedia.FFmpeg --version 0.0.6-pre
#r "nuget: SIPSorceryMedia.FFmpeg, 0.0.6-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.FFmpeg as a Cake Addin
#addin nuget:?package=SIPSorceryMedia.FFmpeg&version=0.0.6-pre&prerelease

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

Provides FFmpeg based audio and video media end points that can be used with the 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 netcoreapp3.1 is compatible. 
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.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.1 3,238 1/14/2024
1.4.0 546 1/14/2024
1.3.0-pre 73 1/14/2024
1.2.1 7,906 7/1/2022
1.2.0 475 6/27/2022
1.1.1 501 6/9/2022
1.1.0 2,550 5/4/2022
1.0.0 663 4/6/2022
0.0.18-pre 497 2/11/2022
0.0.12-pre 332 12/29/2021
0.0.10-pre 6,764 12/27/2020
0.0.9-pre 373 12/26/2020
0.0.8-pre 400 12/22/2020
0.0.7-pre 429 12/17/2020
0.0.6-pre 859 10/20/2020
0.0.5-pre 391 10/12/2020
0.0.4-pre 494 9/21/2020
0.0.3-pre 353 9/20/2020
0.0.2-pre 349 9/20/2020
0.0.1-pre 400 9/16/2020

-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.