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-
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 version 2.5 of the Video SDK, you can apply a custom video transformation with an HLSL pixel shader. The functionality is provided by the MFShader plugin.The plugin requires GPU pipeline mode...
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...
Timecode processing
The SDK processes timecode together with media frames. If the source contains embedded timecode, the SDK reads and propagates that source timecode. If the source does not contain timecode data, the...
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...
Getting a good result with Chroma Key Form
You can get an acceptable result with Auto-detect feature in Chroma Key. But sometimes you need to make manual settings. So here is a common description of what things you can do to get a better...
Advanced Chroma Key settings
The meaning of chroma key is to remove some color from the image. Any image is a set of pixels that are in some specific colorspace (for example, RGB).Colorspace can be represented as a color cube...
Using mp://link as a video source in MFLive/MLive objects
You can use mp:// links as live sources in both MFormats and MPlatform SDK. You can read more about mp://-links and virtual object in MFormats SDK in this article - Virtual objects in MFormats SDK....