Andrey B.
- Total activity 296
- Last activity
- Member since
- Following 0 users
- Followed by 1 user
- Votes 5
- Subscriptions 121
Articles
Recent activity by Andrey B. Sort by recent activity-
WebRTC Mix-Minus
Mix-minus is an audio mixing approach where each participant receives a mix of all other participants excluding their own audio.Mix-minus = per-participant audio mix of “everyone else, except me”.T...
WebRTC GPU encoding
In case of using gpu_h264 as WebRTC encoder we are able to use only NVIDIA GPU for hardware encoding, but If you don't have suitable GPU in your current workstation gpu_h264 will fall back to CPU. ...
AJA Video Systems: supported models
Our SDK uses the native AJA SDK to work with AJA devices. Please ensure that you have installed the required SDK components for AJA and updated your drivers to the latest version. Main features imp...
Signaling server WebRTC 2.0 usage
To use the WebRTC 2.0 signaling server in a production environment, it is necessary to set up secure HTTPS communication using your own SSL certificates. Although the Docker image includes self-sig...
CG_SCHEDULE_TIMES
Contains information about item schedule Fields: Name Type Description dblExitTime double Time for the composition to hide (in seconds) dblIntroTime double Time for compositions or items t...
TURN server deployment and usage
The TURN server is a part of WebRTC environment that transmits media traffic between peers if a direct peer-to-peer connection is not available (for example due to firewall restrictions). When is...
Choose sound card for audio preview
To set a sound card that you want to use for an audio preview you should get all the available audio devices and set the required one. MPlatform SDK Request the string with available audio renderer...
Web pages configuration parameters
Here you can find the additional URL parameters that can be used to customize WebGuest behavior.URL ExamplesBasic example:https://videosdk.medialooks.com:8080/wg2/TestWebRTC20?name=Guest1Example wi...
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 ...