Giter Site home page Giter Site logo

Comments (8)

sparky8251 avatar sparky8251 commented on July 23, 2024

1900/udp (SSDP) is another. Its for service discovery and I assume it's for the autodiscovery on your LAN as mentioned in JF #402 but I'll want confirmation before documenting it as such,

from jellyfin-docs.

sparky8251 avatar sparky8251 commented on July 23, 2024

Seems that it also binds two udp ports that aren't listeners. Unsure if they are required as they are in fact random. Should investigate and remove the binds if they are useless and if they have uses, document them.

from jellyfin-docs.

joshuaboniface avatar joshuaboniface commented on July 23, 2024

49251/udp

This is an ephemeral port, and changes to a random one at startup. Example netstat output:

tcp6       0      0 :::8920                 :::*                    LISTEN      21520/jellyfin
tcp6       0      0 :::8096                 :::*                    LISTEN      21520/jellyfin
udp        0      0 0.0.0.0:43418           0.0.0.0:*                           21520/jellyfin
udp        0      0 0.0.0.0:7359            0.0.0.0:*                           21520/jellyfin
udp        0      0 0.0.0.0:1900            0.0.0.0:*                           21520/jellyfin

UDP doesn't "listen" since it's connectionless ;-)

from jellyfin-docs.

sparky8251 avatar sparky8251 commented on July 23, 2024

Ah! So they could very well be listening but there's no way of telling without digging into the code. All the more reason to investigate and find out.

from jellyfin-docs.

sparky8251 avatar sparky8251 commented on July 23, 2024

7359/udp seems to be part of the DLNA/Chromecast implementation.

In the server implementations, you can see it bind that udp port and this related code:

AddMessageResponder("who is EmbyServer?", true, RespondToV2Message);
AddMessageResponder("who is MediaBrowserServer_v2?", false, RespondToV2Message)

Relevant code references:
First
Second

from jellyfin-docs.

sparky8251 avatar sparky8251 commented on July 23, 2024

And going by this bit of code, the random udp port is for at least a specific bit of LiveTV support (possibly all).

from jellyfin-docs.

sparky8251 avatar sparky8251 commented on July 23, 2024

Looks like the random port is what a network tuner is told to send the LiveTV streams to.

from jellyfin-docs.

JustAMan avatar JustAMan commented on July 23, 2024

Closed by #4.

from jellyfin-docs.

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.