-
Notifications
You must be signed in to change notification settings - Fork 223
Click on other users to play their stream #65
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
Comments
Thanks for the suggestion. Being able to easily switch to what someone else is playing sounds like a great idea, although it may be less useful when we have shared playlists as that would offer similar functionality. In relation to streams, whether it could work would depend on whether the URIs can be requested by Syncplay from the media players (and I assume they can). Once retrieved, this would have to either be transmitted as a filename (replacing stream name, which is currently used by VLC) or the protocol would need to be modified to be able to transmit both the title and the URI of a stream. |
Okay, should work now for mpv. VLC will be a bit harder because the URIs it gives are very long and therefore cause GUI issues. This means I either need to figure out a way of getting a shorter URI from VLC, or I have to improve the GUI to handle overly long URLs. |
Okay, should work for VLC now. Windows test build at: http://syncplay.pl/syncplay-ClickToSwitchToMedia-Beta-1.zip (*NIX users can just use Git HEAD). Please test it and let me know how it goes. |
Version 2 of the beta http://syncplay.pl/syncplay-ClickToSwitchToMedia-Beta-2.zip - Adds error messages and fixes an issue if no file was playing. |
seems to work for me. thanks for the work man! |
The feature is now implemented in http://syncplay.pl/syncplay-1-3-2/ - thanks again for your suggestion. |
Assuming that the other person(s) in your server are playing url streams, clicking on their filename in order to send it to your own player would be a much desired feature among my friends. What do others think?
The text was updated successfully, but these errors were encountered: