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

State switching does not always happen when opening a new media source #71

Closed
beshur opened this issue Feb 23, 2017 · 1 comment
Closed
Labels
Projects

Comments

@beshur
Copy link
Member

beshur commented Feb 23, 2017

Steps to reproduce:

  1. Start some player (Youtube e.g.)
  2. Start another player (another Youtube e.g.)

Actual:
Playback 1 stops, player 2 plays, but the StoPlay button is in Idle mode.
Expected:
Playback 1 stops, player 2 plays, but the StoPlay button reflects actual state - playing (pause button is seen).

@beshur beshur added the bug label Feb 23, 2017
@NffS
Copy link
Contributor

NffS commented Jan 19, 2018

The problem is that provider is sending "paused" event after we've received "playing" event. Possible solution is send "playing" event every second while provider is playing.

NffS added a commit that referenced this issue Jan 23, 2018
@beshur beshur mentioned this issue Jan 23, 2018
@beshur beshur added this to To Do in Roadmap Jan 23, 2018
@beshur beshur mentioned this issue Jan 23, 2018
beshur added a commit that referenced this issue Jan 24, 2018
@beshur beshur closed this as completed Jan 24, 2018
Roadmap automation moved this from To Do to Done Jan 24, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Roadmap
  
Done
Development

No branches or pull requests

2 participants