...
| 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 or Failed to add protection metadata | Decryption of a single buffer failed. Playback may be corrupted because of some encrypted frames. |
Shared Memory Buffer initialization failed or Unable to map shm partition | Problems with shared memory initialisation. Playback will probably fail. |
Failed to load gstreamer player or Failed to cast source or Change state failed - <reason> or Failed to create caps from media source | Problems with media pipeline initialisation. Playback will probably fail. |
Failed to create TextTrack interfaces or Failed to create TextTrack session with display <display_name>; error <error> or Failed to pause TextTrack session <session_id>; error <error> or Failed to resume TextTrack session <session_id>; error <error> or Failed to mute TextTrack session <session_id>; error <error> or Failed to unmute TextTrack session<session_id>; error <error> or Failed to set position of TextTrack session <session_id> to <position>; error <error> or Failed to send data to TextTrack session <session_id>; error <error> or Failed to set WebVTT selection for session <session_id>; error <error> or Failed to set TTML selection for session <session_id>; error <error> or Failed to set CC selection service <name> for session <session_id>; error <error> | Problems with TextTrack library - there may be a problem with displaying subtitles |
Failed to create the web audio player, reason: <reason> or Failed to create the webaudiopipeline or Failed to create the appsrc | WebAudio playback initialisation failed. WebAudio playback will probably fail. |
No getBufferAvailable to match with this writeBuffer call or Queued frames are larger than the max uint32_t or WebAudioShmInfo is null | WebAudio playback problems. WebAudio playback may have glitches. |
Media keys handle: <handle_id> does not exists or Media keys handle for mksId: <handle_id> does not exists | Wrong Media Keys Handle passed by an app using RialtoClient. Requested operation will fail. |
Unable to create a session with id: <session_id>. Max session number reached. or Unable to create WebAudioPlayer with id: <session_id>. Max instance number reached. | Maximum number of opened sessions reached. New session will fail to create. |
Session with id: <session_id> does not exist | Wrong Media Pipeline session_id passed by an app using RialtoClient. Requested operation will fail. |
Wrong number of arguments. Rialto Server Service will close now. or Rialto App Management socket is not a number. or Initialization of Application Management server failed. or Exception caught during service initialization: <exception text> or configureIpc failed - SessionManagementServer failed to initialize | RialtoServer initialisation failure |
Player service failed to switch to active state or Cdm service failed to switch to active state | RialtoServer's state change to Active failed. Playback will probably fail. |
WebAudioPlayer with handle: <handle_id> does not exists | Wrong WebAudio session_id passed by an app using RialtoClient. Requested operation will fail. |
Error from <gst_element> - <error_code>: <error_msg> (<additional text>) or Failed to get the video segment, reason: <reason> or Failed to get the audio segment, reason: <reason> or Seek failed - <reason> or failed to set source position - <reason> or Switch audio source failed | Error during playback. There may be a problem with current playback |
| 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. |
...