Avatar

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 Recent activity Votes
  • WebRTC properties

    The properties are stored in the system registry: HKEY_CURRENT_USER\SOFTWARE\Medialooks\WebRTC Name Default value Description external_process true Enable external process for WebRTC object...

  • 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...

  • Redistribution Guidelines

    There are 2 ways to redistribute our DLLs with your application: with and without the registration of DLLs. Without DLLs registration In this case, you just copy your application to the deployment ...

  • 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...