Skip to main content

Ubuntu deployment

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

You can use the SDK Ubuntu or other Linux distributions that can have Gstreamer libraries installed. Nvidia Jetson and Raspberry Pi are also supported.

Install GStreamer packages using apt-get

Install GStreamer packages using apt-get, v1.22.0 or later.

  • gstreamer1.0-plugins-base
  • gstreamer1.0-plugins-good
  • gstreamer1.0-plugins-bad
  • gstreamer1.0-alsa
  • gstreamer1.0-gl
  • gstreamer1.0-pulseaudio
  • libges-1.0-0
  • gstreamer1.0-libav (OPTIONAL, for FFMPEG-related formats supports)

We suggest using the 1.24.0 or later version of GStreamer if it's available for your distribution. Many modern features require the latest GStreamer version.

Install script

sudo apt update
sudo apt install gstreamer1.0-plugins-base gstreamer1.0-plugins-good gstreamer1.0-plugins-bad gstreamer1.0-alsa gstreamer1.0-gl gstreamer1.0-pulseaudio gstreamer1.0-libav libges-1.0-0

Additional NuGet packages

Linux requires additional NuGet packages to be deployed with your application.

VisioForge.CrossPlatform.Core.Linux.x64 package contains additional libraries for the .Net Linux platform.