bitmovin / bitmovin-dotnet

DEPRECATED: C# client for the Bitmovin API, see https://github.com/bitmovin/bitmovin-api-sdk-dotnet
8 stars 5 forks source link
analytics api-client bitmovin bitmovin-api csharp dotnet html5-player video-encoding

bitmovin

New API Client (Recommended)

bitmovin-dotnet is the legacy Bitmovin API client for C#.

We recommend using the new client, which you can find at bitmovin-api-sdk-dotnet. Using the new client guarantees 100% specification conformity at any given time and access to all features of the API as soon as they are released.


bitmovin-dotnet

.NET-Client which enables you to seamlessly integrate the Bitmovin API into your projects. Using this API client requires an active account. Sign up for a Bitmovin API key.

The full Bitmovin API reference can be found on our website.

NuGet

NuGet is a extension for Visual Studio which allows you to search for, install, uninstall and update external packages in your projects and solutions.

NuGet comes installed with the more recent versions of Visual Studio, but you can download it from here if you don’t already have it.

Install bitmovin-dotnet via Package Manager Console

To install bitmovin-dotnet for .NET Framework (>= 4.0) or .NET Core, run the following command in the Package Manager Console:

    Install-Package bitmovin-dotnet

Managing NuGet Packages Using the Dialog

Detailed information on how to find, install, remove, and update NuGet packages using the Manage NuGet Packages dialog box can be found at docs.nuget.org

Example

Please go to our example page.