
Andrey Bujmakov
- Total activity 226
- Last activity
- Member since
- Following 0 users
- Followed by 1 user
- Votes 3
- Subscriptions 103
Activity overview
Latest activity by Andrey Bujmakov-
Andrey Bujmakov 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 Bujmakov 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 Bujmakov 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 Bujmakov 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 Bujmakov 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 Bujmakov 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 Bujmakov 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 Bujmakov 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 Bujmakov 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...
-
Andrey Bujmakov created an article,
eMVideoFormat
Specifies the video format Member Description eMVF_2K_2398p 2K Resolution 2048x1556 @ 24/1001 Hz eMVF_2K_24p 2K Resolution 2048x1556 @ 24 Hz eMVF_2K_25p 2K Resolution 2048x1556 @ 25 Hz ...