![]() |
Roku 4660x2 vs 3930x for server discovery - Printable Version +- Jellyfin Forum (https://forum.jellyfin.org) +-- Forum: Support (https://forum.jellyfin.org/f-support) +--- Forum: General Questions (https://forum.jellyfin.org/f-general-questions) +--- Thread: Roku 4660x2 vs 3930x for server discovery (/t-roku-4660x2-vs-3930x-for-server-discovery) |
Roku 4660x2 vs 3930x for server discovery - spacevolvo - 2025-04-22 I have Jellyfin v10.10.7 running in a podman container on a cloudinit 24.10 version of Ubuntu. I was able to configure Jellyfin via a browser without issue however autodiscovery of the Jellyfin server on our Roku 3930x will not work. In fact, it does not even see it nor will it connect via manual entry of an IP address. Our Roku 4660x2 works without issue .. finds the Jellyfin server and connects to it. The client version on the Roku devices is 3.0.1. Is there a setting that I am missing? RE: Roku 4660x2 vs 3930x for server discovery - TheDreadPirate - 2025-04-22 Are they on different WiFi networks? Do you have a mesh WiFi setup? RE: Roku 4660x2 vs 3930x for server discovery - spacevolvo - 2025-04-23 Same WiFi network, no mesh, one AP. RE: Roku 4660x2 vs 3930x for server discovery - spacevolvo - 2025-04-26 Turns out the issue is with the Podman instructions found here: https://jellyfin.org/docs/general/installation/container What is missing is port publishing for autodiscovery: Code: --publish 8920:8920/tcp \ I also added port 8920 for HTTPS. |