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

Finished event doesn't fire for youtube #58

Open
mjmjelde opened this issue Aug 30, 2020 · 0 comments
Open

Finished event doesn't fire for youtube #58

mjmjelde opened this issue Aug 30, 2020 · 0 comments

Comments

@mjmjelde
Copy link

I was trying to play a few youtube videos on loop, but noticed the finished event does not fire for youtube videos. It looks like status.playerState is set to BUFFERING instead of IDLE when the video is finished. Here is an example of a finished youtube status event that I am getting:

{
  mediaSessionId: 1348606427,
  playbackRate: 1,
  volume: { level: 1, muted: false },
  playerState: 'BUFFERING',
  customData: { playerState: 0 },
  idleReason: 'FINISHED'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant