
Andrey B.
- Total activity 285
- Last activity
- Member since
- Following 0 users
- Followed by 1 user
- Votes 4
- Subscriptions 121
Activity overview
Latest activity by Andrey B.-
Andrey B. created an article,
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...
-
Andrey B. created an article,
WebRTC 2.0 Samples
C# Samples C# MFormats Duplex WebRTC20.zip C# MPlatform Duplex WebRTC20.zip WebRTC 2.0 Architecture The main logic for establishing connections is based on channels: IMCChannelSGN – used to cont...
-
Andrey B. created an article,
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...
-
Andrey B. created an article,
IMCChannelSGN
The IMCChannelSGN interface is part of the signaling subsystem of the Medialooks SDK. It provides methods to enumerate and manage WebRTC channels and to exchange signaling messages. This interface ...
-
Andrey B. created an article,
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 ...
-
Andrey B. created an article,
eMC_ChannelState
Describes the current connection state of a media channel. Member Description eMCCS_Closed The channel is closed and not active eMCCS_Connected The channel is currently connected and operat...
-
Andrey B. created an article,
eChannelMode
Defines the operational role of a media channel Member Description eCM_Closed Channel is closed and not operational eCM_Receiver Channel is set to receive data eCM_Transmitter Channel is ...
-
Andrey B. created an article,
eVTSG_State
Specifies the signaling (SGN) connection state of the virtual transport session Member Description eVTSG_Closed Connection is closed eVTSG_Connecting Establishing a connection eVTSG_Logge...
-
Andrey B. created an article,
CHANNEL_INFO
Contains information about the channel state and traffic statistics Name Type Description eDataState eMC_ChannelState Current state of the channel data connection eChannelMode eChannelMode I...
-
Andrey B. created an article,
MCChannelClass
Operates media channel communication in duplex scenarios, including frame streaming, messaging, property control, and event handling. Supported interfaces IMFPropsIMFObjectIMFReceiverIMCChannelIMEv...