A value that is set to 1 if an event should be emitted or 0 otherwise
Emitted when the time has been updated.
Data: "4u1 time_elapsed 4u1 total_time 1s0 channel_name"
unsigned time_elapsed unsigned total_time char channel_name[MAX_CHANNEL_NAME_LEN + 1]
Where:
The time that has elapsed during play back
The total time for play back
The name of the channel that this time event occurred on
Emitted when the player has changed state, between a paused and playing state.
Data: "1s33 channel_name 1s0 state"
char channel_name[MAX_CHANNEL_NAME_LEN + 1] char state[1]
Where:
The name of the channel that is changing state
The new state: “paused” | “playing”
Triggered when the named media has played to the end and stopped playing
Data: "1s33 channel 1s0 name"
char channel_name[MAX_CHANNEL_NAME_LEN + 1] char media_name[1]
Where:
The name of the channel that has completed playback
The name of the media stream that completed playback