2024-12-12, 03:28 PM
(This post was last modified: 2024-12-12, 03:30 PM by TheDreadPirate. Edited 3 times in total.)
This is the log I am looking for.
As for still being remote when local, you need to enable "NAT loopback" on your router. This will tell the router to keep traffic local if a URL resolves to itself or another local device.
Your other option is to add custom DNS entries in your router that resolve your URL to the local IP of your jellyfin server.
You will need to add your router as a known proxy for NAT loopback. That field can support more than one address, comma separated.
You should also check if there is a setting in Infuse to NOT directly access media and to use Jellyfin's playback api.
Code:
[2024-12-12 15:14:51.675 +00:00] [INF] User policy for "chenks". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
[2024-12-12 15:14:51.675 +00:00] [INF] RemoteClientBitrateLimit: 8000000, RemoteIP: "141.101.98.214", IsInLocalNetwork: False
As for still being remote when local, you need to enable "NAT loopback" on your router. This will tell the router to keep traffic local if a URL resolves to itself or another local device.
Your other option is to add custom DNS entries in your router that resolve your URL to the local IP of your jellyfin server.
You will need to add your router as a known proxy for NAT loopback. That field can support more than one address, comma separated.
You should also check if there is a setting in Infuse to NOT directly access media and to use Jellyfin's playback api.