MediaMelon SDK Events
1
ONLOAD
Indicates player attempted to play the video.
2
MANIFEST_LOADED
Indicates manifest loaded in the player
3
START
Indicates the video actually started playing
5
RENDITION_CHANGE
Indicates change in current rendition of video. This event will contain Bitrate(video), Resolution, FPS, Audio Codec, Video Codec
7
PAUSE
Indicates pause of video playback
8
RESUME
Indicates resumption of video after pause
9
ENDED
Indicates the end of playback session.
10
COMPLETE
Indicates the end of playback session where video is played till the end.
11
ERROR
Indicates an error occurrence in current playback session.
14
BUFFERING_START
Indicates that the player runs out of enough data to continue smooth playback and starts buffering.
15
BUFFERING_COMPLETE
Indicates that the player has re-buffered enough content to resume smooth playback after a buffering interruption.
16
SEEK_START
Indicates that the user or application initiates a seek operation — i.e., jumping to a different timestamp in the video.
17
SEEK_COMPLETE
Indicates that the seek operation is complete and the player has successfully navigated to the target timestamp.
18
AD_REQUEST
Indicates ad pod requested
19
AD_IMPRESSION
Indicates that ad is fetched from the source to play
20
AD_PLAY
Indicates the start of ad playback
21
AD_PLAYING
Indicates playing of ad.
22
AD_PLAYED_FIRST_QUARTILE
Indicates 25% completion of playback of the ad duration
23
AD_PLAYED_SECOND_QUARTILE
Indicates 50% completion of playback of the ad duration
24
AD_PLAYED_THIRD_QUARTILE
Indicates 75% completion of playback of the ad duration
25
AD_PAUSED
Indicates pause of ad playback.
26
AD_RESUMED
Indicates resumption of ad playback
27
AD_BUFFERING_START/ AD_BUFFERING_COMPLETE
Indicates Start/Completion of Buffering during ad playback
28
AD_ERROR
Indicates an error occurred during ad playback
29
AD_CLICK
Indicates user interaction/click on ad.
30
AD_ENDED
Indicates ending of ad playback
31
AD_COMPLETE
Indicates completion of ad playback
32
AD_SKIPPED
Indicates user opted to skip the ad
33
AD_RESPONSE
Ad response to the Ad request
34
RC_<REQUEST_TYPE>
Indicates request cancelled event for various request types (DRM, Audio, Video, Subtitle, Manifest)
35
RF_<REQUEST_TYPE>
Indicates request failed event for various request types (DRM, Audio, Video, Subtitle, Manifest)
36
CDN_CHANGE
Indicates change in CDN of video
37
AUDIO_CHANGE
Indicates change in audio track of playback
38
SUBTITLE_CHANGE
Indicates change in subtitle track of playback
39
DRM_CHANGE
Indicates a change in DRM configuration of video
40
ORIENTATION_CHANGE
Indicates a change in device orientation during a video playback
Last updated