Skip to main content

Apple macOS deployment

Products: Video Capture SDK .Net, Video Edit SDK .Net, Media Player SDK .Net, Media Blocks SDK .Net

You can use SDK for macOS to build macOS and MacCatalyst applications in .Net. Also, you can make MAUI, Avalonia, and other cross-platform applications.

NuGet deployment

Sorry, the NuGet packages are not available yet.

Deployment using the Homebrew

Brew is the package manager for macOS. You can install it from the home page.

Update brew packages

Update brew packages.

brew update

Install GStreamer packages using Homebrew

Install the GStreamer package. It will install all required dependencies. We suggest to use modern GStreamer version 1.24.0 or later.

brew install gstreamer

brew link glib

Please check the installation manual for macOS to know more.