...
| Log | Meaning |
|---|---|
Failed to initialize ApplicationManagementServer - <reason> | Failed to initialise IPC server for RialtoServerManager ↔ RialtoServer connection |
Server and client schema versions not compatible | RialtoServer and RialtoClient versions are not compatible. Some operations may fail. |
ipc library provided incompatible controller object | Incompatible IPC version |
Failed to initialize SessionManagementServer - <reason> | Failed to initialise IPC server for RialtoClient ↔ RialtoServer connection |
Metadata parsing failed! or Segment parsing failed! | RialtoServer unable to parse data passed by RialtoClient in shared memory. Probably some memory corruption or incompatible RialtoServer ↔ RialtoClient version |
Failed to create the media key session, reason: <reason> | Failed to create Media Key Session. It may be caused by some problems with OCDM library. Decryption may fail. |
Failed to close the key session or Failed to destruct the key session | Problems with closing old key session. Decryption for next session may fail due to OCDM errors. |
Failed to find the session <session_id> | Wrong MediaKeySessionId used in RialtoClient's request. May cause decryption problems. |
Failed to generate request for the key session <session_id> or Failed to load the session <session_id> or Failed to update the session <session_id> or Failed to set drm header or Failed to select key id or MediaKeySession received an onError callback, operation <name> failed | Problems with OCDM session set up. Decryption may fail |
Failed to decrypt buffer | Decryption of a single buffer failed. Playback may be corrupted because of some encrypted frames. |
...