mirror of
https://github.com/librespot-org/librespot.git
synced 2026-04-27 08:15:50 +03:00
[GH-ISSUE #140] Support discovery on Windows #107
Labels
No labels
A-Alsa
SpotifyAPI
Tokio 1.0
audio
bug
can't reproduce
compilation
dependencies
duplicate
enhancement
good first issue
help wanted
high priority
imported
imported
invalid
new api
pull-request
question
reverse engineering
wiki
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/librespot#107
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @michaelherger on GitHub (Feb 11, 2018).
Original GitHub issue: https://github.com/librespot-org/librespot/issues/140
Neither mdns nor dns-sd currently compile on Windows. Both seem to have some expectations which are rather unixy. There's been a pull request which tried to bring mdns to Windows:
https://github.com/plietar/rust-mdns/pull/11/files
Unfortunately it mixes in other Linux related changes which makes things break on the latter for me. Maybe somebody could pick up some pieces anyway?...
@sashahilton00 commented on GitHub (Feb 12, 2018):
I agree, this should be on the roadmap, as it's not a hard thing to implement afaik; the code to make rust-mdns run on Windows is already sitting in a PR, and https://github.com/plietar/rust-mdns/pull/12 works fine for me. Once that's merged, Windows should be viable.
@sashahilton00 commented on GitHub (Feb 17, 2018):
mdns support all good, so windows is technically supported now albeit without any backends other than pipe iirc. Once cpal support is added, there should be a fully featured cross compiled windows version available. Closing this as #145 tracks remaining functionality that should be added.