this post was submitted on 29 Jul 2023
12 points (77.3% liked)

Selfhosted

39222 readers
388 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 1 year ago
MODERATORS
 

When i connect to my jellyfin server to stream/download video/audio the speeds are tied to my internet speed. If my internet speed drops so does the transfer rate from my server. However it seems tied to my internet download speed (which varies from 0.5 to 80 mb/s), not the upload speed(which is usually 2 mb/s), and if i disconect my router from the internet I'm able to react the maximum allowed by my hardware. Is this normal? Or maybe something is wrong, or needs special configuration?

If relevant, I connect to a tp link router, which connects to the router from my isp.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 4 points 1 year ago

Correlation does not imply causation. It could be that the same thing that is lowering your internet speed is affecting LAN, perhaps the router not being enough to handle the traffic, or something in the network occupying a lot of bandwidth which is only active when there is internet (e.g. a download client, or worse a download client accessing a NAS).

In any case you need to give more info into what your setup looks like, e.g.

  • is the Jellyfin server wired or wireless?
  • what is the maximum speed you reach when disconnected from the internet?
  • are you accessing via a computer or phone? And if a computer is it wired?
  • does the Jellyfin server has other services running that could occupy bandwidth?
  • is there a NAS for that Jellyfin server?
  • is the TP-Link acting like a router or a switch?
  • how are you measuring speed?
  • have you monitored the Jellyfin server bandwidth usage during those tests? Does it drop or remains constant while you're testing and disconnect the internet? (If it remains constant it means you're saturating your server's connection, so while it is connected to the internet it L's only using a limited bandwidth for you and using the rest for something else, if you disconnect the internet it allocates everything for you because it's not doing anything else anymore. If on the other hand the usage increases it signifies the router is not being able to handle the traffic)