Mesh Agent — Media Communications Mesh#
Mesh Agent is a control plane component responsible for establishing appropriate traffic topology in the Mesh according to user app requests. It handles the life cycle of connections and multipoint groups, configures egress and ingress bridges of SMPTE ST 2110 and RDMA types, and collects Media Proxy metrics.
To build Mesh Agent, follow the Setup Guide.
Executable file name: mesh-agent
Privileged mode is NOT required.
Command line arguments#
Argument |
Description |
Example |
---|---|---|
|
Local Proxy API listening port number, default 50051 |
|
|
Local Control API listening port number, default 8100 |
|
|
Verbose output |
– |
|
Print usage help |
– |
Example#
mesh-agent -p 50051
Console output
INFO[0000] Mesh Control Plane Agent started, version 25.03
INFO[0000] Server starts listening at :50051 - Media Proxy API (gRPC)
INFO[0000] Server starts listening at :8100 - Control Plane API (REST)
. . .