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-
Virtual devices in MPlatform SDK
You can use MPlatform objects in external application (for example, Flash Media Live Encoder) or in DirectShow graphs. To do it you should use the ObjectVirtualSourceCreate method. For example, to ...
Medialooks WebRTC Q&A
When is a turn server necessary? Well, there is actually a lot of scenarios when TURN server is necessary. the following port range 1024-65536 blocked on Publisher/Receiver side one of the p...
Е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...
WPF Preview Configuration
Preview process Both MPlatform and MFormats SDK previews are based on Direct3D. But by design it requires a handle of a control to draw video on - you use PreviewWindowSet method for this. When you...
Types of licenses
By default, without any licenses, both SDKs work in trial mode. It means that all the features are available in trial mode, but you may have some restrictions if you activate only part of the licen...
Simple playlist emulation with MFormats SDK
Basic logic You should use 2 MFReader objects to emulate a playlist behavior. Create the 1st MFReader object and initialize it with the 1st file of your playlist with the ReaderOpen method. Create...
Input and output video with NDI
Play out a stream using NDIPlaying out a stream using NDI is similar to sending a stream to any other renderer. Just use "NDI Renderer" in your devices list.MPlatform SDK// Create a renderer object...
Blackmagic Design: supported models
Our SDK integrates directly with Blackmagic Design hardware via the native DeckLink SDK. Please ensure that all required components are installed and the drivers are updated to the recommended vers...
WebRTC 2.0 Samples
WebRTC 2.0 ArchitectureC:\Program Files (x86)\Medialooks\MPlatform SDK\Samples WebRTC\C#\WebRTC 2.0C:\Program Files (x86)\Medialooks\MFormats SDK\Samples WebRTC\C#\WebRTC 2.0WebRTC 2.0 Delphi Duple...
HTML5 plugin as a live source
You can use the HTML5 plugin as a live source in MFormats and MPlatform SDKs just the same way you can use a web-camera or a capture device. The device name for MLive (MFLive) object is "Medialooks...