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

Synchronize playback position between players #6

Closed
izderadicka opened this issue Jan 2, 2019 · 3 comments
Closed

Synchronize playback position between players #6

izderadicka opened this issue Jan 2, 2019 · 3 comments
Labels
enhancement New feature or request

Comments

@izderadicka
Copy link
Owner

I've seen this requirement in discussion on reddit. It would be surely cool functionality, but not easy to implement. My initial thoughts:

No immediate plans in audioserve. It'll require significant change+ new functionality. Theoretically I was thinking about separate service/process, where each player can publish position (using WebSocket connection while playing?). And get updates when starts to play after pause. Then decides if wants to continue from local position or skip to latest remote position. Something like this. But this will require a lot of work.

@izderadicka izderadicka added the enhancement New feature or request label Jan 2, 2019
@zais
Copy link

zais commented Mar 25, 2019

Would be a nice feature

@izderadicka
Copy link
Owner Author

First version of playback positions sharing/synchronization is now in latest version.
As it's still fresh and probably not ideal I'll leave this issue for a while for comments, feedback etc.

@izderadicka
Copy link
Owner Author

Ok, let's assume that this imperfect and unreliable solution is ok for now, I close this issue.

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

No branches or pull requests

2 participants