
Andrey B.
- Total activity 245
- Last activity
- Member since
- Following 0 users
- Followed by 1 user
- Votes 3
- Subscriptions 104
Articles
Votes on activity by Andrey B. Sort by votes-
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...
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...
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...
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....
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...
Use DirectShow filters as MLive object
With MPlatform, you can use a DirectShow Video Capture Sources as live sources. By default, video capture sources are available in MLive object. But the common problem of DirectShow devices is that...
Playback control with MFReader object
The SourceFrameGet method returns only the next source frame. It is useful for live sources or for a simple file playback. For more complicated operations like seeking or fast playback, you should ...
Еnvironment: signaling, STUN and TURN servers
The WebRTC technology allows browsers or applications transmit audio and video streams between each other directly, without a media server in between in most cases. But there should be some additio...
Signaling server deployment and usage
Initially, WebRTC technology was designed for establishing direct connections between web browsers, like it is shown in the picture below. The signaling server here is not a part of WebRTC engin...
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...