Code Monkey home page Code Monkey logo

Comments (7)

devgianlu avatar devgianlu commented on May 25, 2024 1

I've added some clarification inside the README.

@devgianlu damn you are fast ! :-P

Yeah! I don't have much to do because of the quarantine.

from spocon.

devgianlu avatar devgianlu commented on May 25, 2024

The Zeroconf port is actually TCP (do not use 5353 to avoid confusion), then you need to open the UDP port 5355 for mDNS.

from spocon.

spocon avatar spocon commented on May 25, 2024

Zero-configuration networking (zeroconf) is a set of technologies that automatically creates a usable computer network based on the Internet Protocol Suite (TCP/IP)
source: https://en.wikipedia.org/wiki/Zero-configuration_networking

Have you tried to open the same port for tcp ?

from spocon.

spocon avatar spocon commented on May 25, 2024

@devgianlu damn you are fast ! :-P

from spocon.

hachel avatar hachel commented on May 25, 2024

The Zeroconf port is actually TCP (do not use 5353 to avoid confusion), then you need to open the UDP port 5355 for mDNS.

I worked with opening the TCP port I've set in the config file, thank you very much.

It shouldn't be 5355 for mdns though, that's just what I've set it to in my config file. It should be 5353, no?

from spocon.

devgianlu avatar devgianlu commented on May 25, 2024

5355 is UDP and for mDNS, the port you select in the configuration is TCP and used for Spotify communication.

from spocon.

hachel avatar hachel commented on May 25, 2024

Here it says 5353: https://en.wikipedia.org/wiki/Multicast_DNS

An mDNS message is a multicast UDP packet sent using the following addressing:

    IPv4 address 224.0.0.251 or IPv6 address ff02::fb
    UDP port 5353

from spocon.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.