-
Notifications
You must be signed in to change notification settings - Fork 3
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
Spotraop does not respect port range for _spotify-connect._tcp port #37
Comments
Fair point, I've fixed that in 0.9.2. Not perfect but should do |
Thanks. I should have opened with this, but thank you for this project, and for your airconnect project. I use both of these apps everyday! Any chance you plan on adding a spotcast (spotify to chromecast) variant? |
No worries - I'm glad you find these useful. Regarding sending to a CC, it's not really possible unfortunately as the apps that are sent in the devices are vendor specific and certified by Google which make the runtime environment impossible to emulate. In other words, you can't make a fake chromecast as they not only exchange data according to a protocol, but they host closed application that are loaded at play. |
I meant the opposite way. In the same way as you have I know that Spotify can already cast directly to a chromecast, and technically if you start playing from your iphone to a chromecast and you close the app, the song will continue playing because the chromecast runs the spotify receiver and operates independent of the phone. The problem is that eventually the chromecast will stop playing if the spotify app is not left open. Your spotraop application is much more reliable and I figured that since you already have the airplay => cast bridge, that you would be able to reuse that logic for spotify_connect => cast. |
ah, this way, yes I thought about it but as you said, Spotify can cast directly. I understand your point but I'd say there is a likely a "limited" general interest for such bridge. Even the these SpotConnect bridges seem to have much less success than I anticipated (especially compared to AirConnect whose popularity, on the other hand, surprised me). And yes I have all the bits and pieces but still, this is yet another piece of work and I'm really overloaded with too many projects. |
When running spotraop, the spotify connect ports that are advertised via mdns are not chosen from the port range specified with the
-a
, the itunes control port is chosen from the range however.When running with a firewall this prevents initial pairing of spotify credentials while the firewall is active. This can be worked around by using cli username and password or turning off the firewall, playing on each device at least once (to gen the credentials) and then turning it back on after.
It would be more ideal if the ports were chosen from the specified range however.
The text was updated successfully, but these errors were encountered: