Click or drag to resize
FrameEncodersStatus Enumeration

Frame encoder status.

Namespace: OIV.RemoteViz.Rendering
Assembly: OIV.RemoteViz (in OIV.RemoteViz.dll) Version: 2024.1.0.0 (2024.1.0)
Syntax
public enum Status
Members
  Member nameValueDescription
SUPPORTED0

The encoder can be loaded and used by the service.

UNSUPPORTED1

Reasons:

  • The encoder cannot be loaded by the service: the RemoteViz codec library (fei_remoteViz_*_codec) is missing or at least one dependency is not satisfied (On Linux, the command ldd can be used to check if dependencies are satisfied).

  • The encoder is not supported by the system (Example: no Nvidia GPU to use H264_NVENC). Enabling debugging will output more verbose information.

INCOMPATIBLE2

The pair (still encoder, interactive encoder) is incompatible.

CLIENT_UNSUPPORTED3

The codec format is not supported by the client (Example: the client does not support H.264 decoding).

Remarks

See Also