Avatar

Andrey B.

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

Articles

Recent activity by Andrey B. Sort by recent activity Recent activity Votes
  • MConnectClass

    Operates MConnect functionality Supported interfaces IMFPropsIMConnect

  • IMConnect

    The IMConnect interface is responsible for creating and managing connections (channels) and signaling within the WebRTC 2.0 architecture of the Medialooks SDK. It is implemented by MConnectClass ob...

  • WebRTC 2.0 Overview

    WebRTC 2.0 key features:1. Using completely new infrastructure a new signaling server with new web pages that optimized for different platforms, including the iOS and MacOS and ability to use authe...

  • IMFPersist

    Configures the save and load configuration Methods PersistLoad Loads the data from string or from file. Syntax void PersistLoad( string _bsObject, string _bsXMLDescOrFile, string _bsLoadP...

  • ASIO-based devices support

      How to use ASIO devices With the 2.6 version of the SDK, you can use ASIO devices as audio sources and renderers. The functionality requires the ASIO plugin license. To test it, please contact ou...

  • MFShader Plugin

    Since 2.5 version of the Video SDK, you can implement a custom transformation of your video with a custom HLSL shader. The functionality is included in the MFShader plugin. It works just like any o...

  • Chroma Key 2. A new chroma key implementation.

    Starting with the 2.5 release, the Video SDK includes a new ChromaKey implementation. Technically, its work is similar to the original Chroma Key but its quality and performance were significantly ...

  • ST 2110 devices management. Deltacast.

    The configuration of Deltacast ST 2110 devices is similar to AJA devices. It is all about the JSON configuration of the device ports to set the network parameters (IP addresses of senders and recei...

  • How to communicate with WebRTC signaling server

    If you will need to pass information to  signaling server you can use custom properties for IMWebRTC object via IMProps interface, for example: m_objWebRTC.PropsSet("remote.custom_property", "custo...

  • Basic Playlist management

    The MPlaylist object is a powerful instrument to control the playback. It can handle Live sources like hardware devices or streams, mp://links or basic media files and can output data to NDI, WebRT...