| Log | Meaning |
|---|---|
Could not initalise the shared memory | Shared memory initialisation failed |
Failed to create the media player, reason: <reason> | Failed to create media pipeline. Probably RialtoServer ↔ RialtoClient connection can't be established |
Failed to create the media keys, reason: <reason> | Failed to create media keys. Probably RialtoServer ↔ RialtoClient connection can't be established |
Failed to create the web audio player, reason: <reason> | Failed to create webaudio player. Probably RialtoServer ↔ RialtoClient connection can't be established |
Server and Client proto schema versions are not compatible. Server schema version: <server_version>, Client schema version: <client_version> | RialtoServer and RialtoClient versions are not compatible. Some operations may fail. |
The ipc channel unexpectedly disconnected, destroying the channel | RialtoServer ↔ RialtoClient connection broken. Server probably crashed. |
failed to get the shared memory due to <reason> | Shared memory initialisation failed. |
failed to <operation> due to <reason> | Operation failed. It doesn't always mean an error. For example getting position may fail, if it's requested below paused state |
| 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 get the challenge data <...> or Failed to load the key session or Failed to update the session <session_id> or Failed to store the license data for the key session or Failed to set drm header 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. |
| Log | Meaning |
|---|---|
Max num of failed pings reached for server with id: <server_id>. Starting recovery action | Probable deadlock in RialtoServer. Server manager starts recovery action - it kills current RialtoServer and starts new one. Current playback may fail, New playback should work. |
Failed to establish RialtoServerManager - RialtoSessionServer connection for session server with id: <server_id> | RialtoServerManager ↔ RialtoServer application management connection failed. |
Change state of <app_name> to <state_name> failed. | App Management state change failed. e.g. app may have problems with playback after state change from Suspended to Visible |
Configuration of server with id <server_id> failed - ipc error. | Rialto Server configuration failed. |
Unable to connect Session Server - pointer is null! | RialtoServer startup failed. |
Connection to serverId: <server_id> broken, server probably crashed. Starting recovery | Rialto Server crashed. Current playback may fail, New playback should work. |