2024-05-01, 09:47 PM
(This post was last modified: 2024-05-01, 09:49 PM by FactoriedMyAuth. Edited 2 times in total.)
I have not been able to find a good answer yet for my setup. I have 2 main network nodes at my home. I have a main computer room, that has a lot of equipment (NAS, Home Automation Server, Main Computer, Modem, Router ....). That main room is on one level. On another level, I have a Samsung Smart TV, video game systems, and a Mini PC networked together with a switch. The switch and the router are linked together with MoCA adaptors for a Coax backbone. The MiniPC is my Jellyfin server.
When I access Jellyfin from the TV or a mobile device on my network and watch something that is doing DirectPlay to the device, what is the path of the video?
This is my setup:
TV ----------- Switch ----------- MiniPC (JF Server)
|
|
MoCA
||
|| Modem
|| |
|| |
MoCA --------- Router ----------- NAS
Let's say I watch something from the TV. The TV will communicate to the MiniPC to select the show. For DirectPlay, is the video to the TV coming straight from my NAS (Jellyfin tells client where the video is on the network and it fetches it by itself) or is the MiniPC grabbing the video from the NAS and then forwarding it to the TV?
I noticed some delays when watching videos with a mobile (loading wheel coming from time to time). The network connections are solid and speeds look good. If the client is requesting video from the server, the server is grabbing the video from the NAS, and then serving it to the client, that would explain my choppy experience. With my mobile, I would need to go from:
Mobile -> Router -> MoCA -> Switch -> Server ->Switch -> MoCA -> Router -> NAS -> Router -> MoCA -> Switch -> Server -> Switch -> MoCA -> Router -> Mobile
My assumption of DirectPlay was something more like:
Mobile -> Router -> MoCA -> Switch -> Server ->Switch -> MoCA -> Router -> Mobile -> Router -> NAS -> Router -> Mobile
The only reason for my system split is for convenience, but if the server being that many hops away from the NAS and effectively needing to double back to for playback, I can just go and adjust. If DirectPlay has the client access the content by itself, I am gonna have to do some more digging to see why I have loading wheel delays.
When I access Jellyfin from the TV or a mobile device on my network and watch something that is doing DirectPlay to the device, what is the path of the video?
This is my setup:
TV ----------- Switch ----------- MiniPC (JF Server)
|
|
MoCA
||
|| Modem
|| |
|| |
MoCA --------- Router ----------- NAS
Let's say I watch something from the TV. The TV will communicate to the MiniPC to select the show. For DirectPlay, is the video to the TV coming straight from my NAS (Jellyfin tells client where the video is on the network and it fetches it by itself) or is the MiniPC grabbing the video from the NAS and then forwarding it to the TV?
I noticed some delays when watching videos with a mobile (loading wheel coming from time to time). The network connections are solid and speeds look good. If the client is requesting video from the server, the server is grabbing the video from the NAS, and then serving it to the client, that would explain my choppy experience. With my mobile, I would need to go from:
Mobile -> Router -> MoCA -> Switch -> Server ->Switch -> MoCA -> Router -> NAS -> Router -> MoCA -> Switch -> Server -> Switch -> MoCA -> Router -> Mobile
My assumption of DirectPlay was something more like:
Mobile -> Router -> MoCA -> Switch -> Server ->Switch -> MoCA -> Router -> Mobile -> Router -> NAS -> Router -> Mobile
The only reason for my system split is for convenience, but if the server being that many hops away from the NAS and effectively needing to double back to for playback, I can just go and adjust. If DirectPlay has the client access the content by itself, I am gonna have to do some more digging to see why I have loading wheel delays.