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:
Download version 4.x of FFMPEG shared libraries from Github. Direct Download Link
Extract only the
bin
folder to a location on your disk, e.g. c:\ffmpegIn 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