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-
Transitions between playlist items
To set a transition for any playlist item you should complete the following steps: Get the playlist item with PlaylistGetByIndex or PlaylistGetByOffset method. Set the properties of transition wit...
Save and load objects configurations
With MPlatform SDK It easy to archive with IMPersist interface, for MFormats SDK you have to use the IMFPersist interface With next example we are going to use MPlatform MixerClass object, but you ...
MWriter object properties
The properties are stored in the system registry: [HKEY_CURRENT_USER\SOFTWARE\Medialooks\MPlatform\MWriter] and can be set with the PropsSet method. Please refer to this article about prefixes for ...
MPreview object properties
The properties are stored in the system registry:[HKEY_CURRENT_USER\SOFTWARE\Medialooks\MPlatform\MPreview]and can be set with the PropsSet method. Please refer to this article about prefixes for p...
Customizing Web Guest & Web Preview Pages
Overview The Web Guest and Web Preview pages are React-based frontend applications hosted within the signaling server’s Docker image. These pages provide the in-browser interfaces for guests and op...
MFWriter object properties
The properties are stored in the system registry: [HKEY_CURRENT_USER\SOFTWARE\Medialooks\MFormats\MFWriter] and can be set with the PropsSet method. Name Default value Description config.pa...
TURN Server Configuration for WebRTC 2.0
TURN (Traversal Using Relays around NAT) servers are essential when direct peer-to-peer WebRTC connections cannot be established due to restrictive network conditions (e.g., firewalls or symmetric ...
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...
Multiple objects usage
You can use an existing source object as a source for several others objects. Even in external applications on the same machine. For example, to feed MMixer object with a playlist from another proc...
LTC Timecode usage
You can use external linear timecode sources for synchronization of your videos. As a hardware setup, you should send to a sound card an LTC signal. Then, you should enable LTC timecode for your ML...