Avatar

Andrey B.

  • Total activity 296
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 1 user
  • Votes 5
  • Subscriptions 121

Articles

Recent activity by Andrey B. Sort by recent activity Recent activity Votes
  • WPF Preview Configuration

    Preview process Both MPlatform and MFormats SDK previews are based on Direct3D. But by design it requires a handle of a control to draw video on - you use PreviewWindowSet method for this. When you...

  • Types of licenses

    By default, without any licenses, both SDKs work in trial mode. It means that all the features are available in trial mode, but you may have some restrictions if you activate only part of the licen...

  • Simple playlist emulation with MFormats SDK

    Basic logic You should use 2 MFReader objects to emulate a playlist behavior. Create the 1st MFReader object and initialize it with the 1st file of your playlist with the ReaderOpen method. Create...

  • Input and output video with NDI

    Play out a stream using NDIPlaying out a stream using NDI is similar to sending a stream to any other renderer. Just use "NDI Renderer" in your devices list.MPlatform SDK// Create a renderer object...

  • Blackmagic Design: supported models

    Our SDK integrates directly with Blackmagic Design hardware via the native DeckLink SDK. Please ensure that all required components are installed and the drivers are updated to the recommended vers...

  • WebRTC 2.0 Samples

    WebRTC 2.0 ArchitectureC:\Program Files (x86)\Medialooks\MPlatform SDK\Samples WebRTC\C#\WebRTC 2.0C:\Program Files (x86)\Medialooks\MFormats SDK\Samples WebRTC\C#\WebRTC 2.0WebRTC 2.0 Delphi Duple...

  • HTML5 plugin as a live source

    You can use the HTML5 plugin as a live source in MFormats and MPlatform SDKs just the same way you can use a web-camera or a capture device. The device name for MLive (MFLive) object is "Medialooks...

  • WebRTC properties

    The properties are stored in the system registry: HKEY_CURRENT_USER\SOFTWARE\Medialooks\WebRTC Name Default value Description external_process true Enable external process for WebRTC object...

  • SCTE-35 and SCTE-104 triggers

    Triggers detection MPlatform SDK You can detect SCTE-35 triggers embed into local files or network streams with MPlatform SDK. For detection, you should use OnEvent events. MFile and MPlaylist obje...

  • Redistribution Guidelines

    There are 2 ways to redistribute our DLLs with your application: with and without the registration of DLLs.The recommended starting point is the Redistribution Maker installed with the SDK. For MPl...