Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

log non-interactive media playback events #36

Open
regular opened this issue Jun 17, 2015 · 1 comment
Open

log non-interactive media playback events #36

regular opened this issue Jun 17, 2015 · 1 comment

Comments

@regular
Copy link
Contributor

regular commented Jun 17, 2015

for example

  • start/pause youtube video playback
  • reached end of stream (EOS)

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
Copy link
Contributor Author

regular commented Jun 17, 2015

something like

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant