Syncplay / syncplay

Client/server to synchronize media playback on mpv/VLC/MPC-HC/MPC-BE on many computers
http://syncplay.pl/
Apache License 2.0
2.11k stars 214 forks source link

Ideas about Managed Rooms #67

Closed co3xist closed 9 years ago

co3xist commented 9 years ago

Would it be possible to use the Syncplay server itself as an operator? I can't really do anything with the server (are there any commands at all?) and everything seems to be done clientside, which is an issue for me. I'm developing a web application that uses SyncPlay to start multiple rooms with different videos around the same time, and playing back all of those videos at the same time would be impossible for me.

After opening the SyncPlay server it would be great to be able to just run a command like "unpause " to unpause playback for everyone.

Alternatively, would there be a way to use the Syncplay client CLI to connect, authenticate, unpause the room, and then leave without everyone's videos having a conniption? I tried this to little avail, video playback reset to zero repeatedly while the client tried to synchronize to an operator that was no longer there.

I know this is likely an obscure request, but any input would be greatly appreciated.

Uriziel commented 9 years ago

It used to be possible with IRC API, but it was removed as nobody used it and it wasn't really working well. On the other hand if you explain fully what you want (can be on private if you need) I can provide you with a patch to the server that allows you to manage rooms with some kind of API