
Andrey B.
- Total activity 239
- Last activity
- Member since
- Following 0 users
- Followed by 1 user
- Votes 3
- Subscriptions 103
Activity overview
Latest activity by Andrey B.-
Andrey B. created an article,
ASIO 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...
-
Andrey B. created an article,
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...
-
Andrey B. created an article,
Timecode processing
The timecode is processed along with the frames. If the source contains the timecode, the SDK works with the data. If the source doesn't have timecode data it is generated from 0. Get timecode inf...
-
Andrey B. created an article,
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...
-
Andrey B. created an article,
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...
-
Andrey B. created an article,
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...
-
Andrey B. created an article,
MLive/MFLive statistics
Name Description stat::buffer.max a maximal size of a buffer stat::elapsed waiting for the next frame interval in msec stat::buffer.min a minimum size of a buffer stat::buffer.cur...
-
Andrey B. created an article,
SRT streaming
Starting with version 1.7.15.10276, our video SDK supports SRT streaming. What is SRT? Secure Reliable Transport (SRT) is an open source software protocol and technology stack designed for live vid...
-
Andrey B. created an article,
WebRTC event list
How to add an Event handler to WebRTC object? IMWebRTC objects m_objWebRTC.OnEventSafe += M_objWebRTC_OnEventSafe; private void M_objWebRTC_OnEventSafe(string bsChannelID, string bsEventName, str...
-
Andrey B. created an article,
SFU (Selective Forwarding Unit)
Have you ever think how great it will be if you are able to re-stream your WebRTC one-to-many scheme without any additional performance cost?If that is true you will be glad to hear that we are hap...