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

Real time synchronization in a party of viewers #2380

Closed
filipedfr opened this issue Jan 13, 2022 · 0 comments
Closed

Real time synchronization in a party of viewers #2380

filipedfr opened this issue Jan 13, 2022 · 0 comments

Comments

@filipedfr
Copy link

filipedfr commented Jan 13, 2022

The problem
I found it could be great to have a feature where people could create parties and then watch movies/series together with real-time synchronization. The way me and my friends tackled this is by making a countdown, which is not reliable in the long run given that sometimes people need to take a break.

The idea
My idea consists of implementing into popcorn-time the concept of viewer partys. A host could create a party and other viewers (like, the friends of the host) could join this party. The movie/series that the host plays, the viewers that are in the party also play and get their time synchronized: if host or a viewer pauses, then everyone's client pauses. In times I worked around Popcorn-time and figured a way of doing this, but I used an HTTP server to receive play/pause signals from clients and distributed those signals to the other clients - this was inefficient and slow.

Additional context
I already saw a plugin on Stremio that leverages this feature and it actually performs very well. Don't know if this possibility/feature was ever considered, but I didn't looked through the issues to find the answer.

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

2 participants