2024-10-19, 10:12 AM
(This post was last modified: 2024-10-19, 10:32 AM by Alex Huber. Edited 4 times in total.)
Hello,
I'm using Jellyfin 10.9.11 on my TrueNAS Scale server.
When the container is first started, it produces a moderate amount of network traffic while ideling. (see below) (84 kb/s incoming, 2.01 Mb/s outgoing)
When I now start playback of a movie in Jellyfin the outgoing network traffic goes up (as expected) (see below) (17.42 Mb/s outgoing)
When I now stop the playback and close the jellyfin browser tab, the outgoing network traffic stays at this high rate.
The more I repeat this, the higher the outgoing traffic stacks up.
The server is only accessible through LAN and no active client is connected. Still, the network traffic stays that high an climbs higher and higher.
Is this a problem better suited for the TrueNAS forums, or do any of you have some idea what the problem could be?
Thanks in advance ^^
Edit:
I looked at the TrueNAS network monitoring and the traffic expressed in the above images does not get through to the cable. It seems this traffic stays within the logical kubernetes network. Maybe access to the mounted volumes? Would this mean, that the file streams are not closed properly? However the drives are not accessed as well.
I'm using Jellyfin 10.9.11 on my TrueNAS Scale server.
When the container is first started, it produces a moderate amount of network traffic while ideling. (see below) (84 kb/s incoming, 2.01 Mb/s outgoing)
When I now start playback of a movie in Jellyfin the outgoing network traffic goes up (as expected) (see below) (17.42 Mb/s outgoing)
When I now stop the playback and close the jellyfin browser tab, the outgoing network traffic stays at this high rate.
The more I repeat this, the higher the outgoing traffic stacks up.
Code:
2024-10-19 12:05:17.298523+02:00[12:05:17] [INF] [18] Emby.Server.Implementations.HttpServer.WebSocketManager: WS 192.168.115.69 request
2024-10-19 12:05:23.272777+02:00[12:05:23] [INF] [17] Jellyfin.Api.Helpers.MediaInfoHelper: User policy for admin. EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
2024-10-19 12:05:59.017119+02:00[12:05:59] [INF] [16] Emby.Server.Implementations.Session.SessionManager: Playback stopped reported by app Jellyfin Web 10.9.11 playing Scary Movie. Stopped at 403606 ms
2024-10-19 12:08:04.104007+02:00[12:08:04] [INF] [40] Emby.Server.Implementations.HttpServer.WebSocketManager: WS 192.168.115.69 closed
The server is only accessible through LAN and no active client is connected. Still, the network traffic stays that high an climbs higher and higher.
Is this a problem better suited for the TrueNAS forums, or do any of you have some idea what the problem could be?
Thanks in advance ^^
Edit:
I looked at the TrueNAS network monitoring and the traffic expressed in the above images does not get through to the cable. It seems this traffic stays within the logical kubernetes network. Maybe access to the mounted volumes? Would this mean, that the file streams are not closed properly? However the drives are not accessed as well.