gre.media.error
Triggered when there was an error playing the media source.
Data: "1s33 channel_name 1s0 error_msg"
char channel_name[MAX_CHANNEL_NAME_LEN + 1]
char error_msg[1]
Where:
channel_name
The name of the channel that received an error
error_msg[1]
The error message. The data buffer will have been over-allocated to fit a full null terminated string as the error message.