Module grpc

Source
Expand description

gRPC-based Control API implementation.

Modules§

api
callback

Structs§

CallbackApiClient
Service for receiving callbacks from a media server.
CallbackApiServer
Service for receiving callbacks from a media server.
CallbackUrl
URL representing a gRPC callback implementing CallbackApi.
ControlApiClient
Service allowing to control a media server dynamically, by creating, updating and destroying pipelines of media Elements on it.
ControlApiServer
Service allowing to control a media server dynamically, by creating, updating and destroying pipelines of media Elements on it.

Enums§

CallbackApiClientError
Possible errors of CallbackApiClient.
CallbackUrlParseError
Error of parsing a CallbackUrl.
ControlApiClientError
Possible errors of ControlApiClient.
ProtobufError
Possible errors of deserializing types from gRPC spec.