brainpm / bpm-webplayer

display interactive content bundled by brainpm (bpm) in a web browser
0 stars 0 forks source link

log non-interactive media playback events #36

Open regular opened 9 years ago

regular commented 9 years ago

for example

We can get the initial start event from brainpm-youtube. The question is whether we can get pause/play and EOS events that where triggered by using the UI inside the embedded video player.

Motivation We need this for proper idle detection. It will also help to identify problematic videos (those that are skipped early)

regular commented 9 years ago

something like

{
    action: 'non-interactive media start',
    media: 'video',
    service: 'youtube',
    id: 'youtube/224fdf'
}