VideoElement2

This control uses FFMPEG as render component and can therefore render many codecs found in virtualy any video.

Setup

For this to work, you need to do the following steps once:

  1. Download version 4.x of FFMPEG shared libraries from Github. Direct Download Link

  2. Extract only the bin folder to a location on your disk, e.g. c:\ffmpeg

  3. In ScreensPro Server enter the path in File - Settings - RenderManager - FfmpegPath:

Properties

Name
Type
Description

Filename

String

Either full path to a video or relative filename towards the current XAML layout

Source

String

Must be absolute path to a video (better use Filename)

Last updated