• Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below
  • Forum
  • Website
  • GitHub
  • Status
  • Translation
  • Features
  • Team
  • Rules
  • Help
  • Feeds
User Links
  • Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below

    Useful Links Forum Website GitHub Status Translation Features Team Rules Help Feeds
    Jellyfin Forum Support Troubleshooting docker Jellyfin not discoverable

    Pages (2): 1 2 Next »

     
    • 0 Vote(s) - 0 Average

    docker Jellyfin not discoverable

    unraid - docker Jellyfin not discoverable
    r4Hui1S
    Offline

    Junior Member

    Posts: 6
    Threads: 1
    Joined: 2024 Jan
    Reputation: 0
    #1
    2024-01-12, 06:38 PM
    Hi

    I try a lot of time to access over my SmartTV to Jellyfin.
    I use the IP Adress 192.168.10.x.

    <LocalNetworkSubnets>
        <string>192.168.10.0/24</string>
      </LocalNetworkSubnets>
      <LocalNetworkAddresses>
        <string>192.168.10.0/24</string>
      </LocalNetworkAddresses>

    But i dont see jellyfin - sample over my smartphone over VLC jellyfin.

    No Firewall is active or vlan is using.

    Have some advise for me ?

    Thanks
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #2
    2024-01-12, 06:50 PM
    What client are you using on your smart TV? A jellyfin client or DLNA?

    What networking type are you using for the container? I'm assuming host networking.

    When you say the firewall isn't active, do you mean that ufw isn't active? If so, UFW is just a frontend for iptables. It being inactive doesn't mean the firewall isn't still active.

    sudo ufw enable
    sudo ufw allow 1900
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    r4Hui1S
    Offline

    Junior Member

    Posts: 6
    Threads: 1
    Joined: 2024 Jan
    Reputation: 0
    #3
    2024-01-12, 08:02 PM
    Hi

    >What client are you using on your smart TV?  A jellyfin client or DLNA?
    Samsung TV or/and VLC Android from Mobil Device.
    I use DLNA.
    i can access the WebGUI of Jellyfin and view/change something.
    Synology works fine as Multimedia Server for DLNA.

    >What networking type are you using for the container?  I'm assuming host networking.
    by default setting. no changing by myself
    can you describe please exactly, which info more do you need ?

    >When you say the firewall isn't active, do you mean that ufw isn't active?  If so, UFW is just a frontend for iptables.  It being inactive doesn't mean the firewall isn't still active.
    i use unraid - actuly version and Docker Jellyfin Version: 10.8.13. I dont see anything about blocking ports/ip or that use ufw / firewall.

    thanks
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #4
    2024-01-12, 08:10 PM
    Can you share the docker config for Jellyfin?
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    r4Hui1S
    Offline

    Junior Member

    Posts: 6
    Threads: 1
    Joined: 2024 Jan
    Reputation: 0
    #5
    2024-01-12, 08:26 PM
    could you please advise, which config file do you need ?
    network.xml ?
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #6
    2024-01-12, 08:27 PM
    Not sure how unraid works. But I need either screenshots of your Unraid UI for the Jellyfin container, or the docker compose file or docker parameters for the jellyfin container.
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    tmsrxzar
    Offline

    Senior Member

    Posts: 755
    Threads: 6
    Joined: 2023 Nov
    Reputation: 20
    #7
    2024-01-12, 08:31 PM
    (2024-01-12, 08:26 PM)r4Hui1S Wrote: could you please advise, which config file do you need ?
    network.xml ?

    basically need to know the network config on "docker"
    like this; https://docs.linuxserver.io/images/docke...fin/#usage
    or did you use a community build on synology or similar that facilitates a 1 click GUI?
    r4Hui1S
    Offline

    Junior Member

    Posts: 6
    Threads: 1
    Joined: 2024 Jan
    Reputation: 0
    #8
    2024-01-12, 08:51 PM
    root@Unraid1:~# docker network ls
    NETWORK ID NAME DRIVER SCOPE
    f475a4078c95 br0 ipvlan local
    dffad0715e08 bridge bridge local
    11a803f71ec9 host host local
    9495d8a7f28b none null local
    root@Unraid1:~# docker network inspect bridge
    [
    {
    "Name": "bridge",
    "Id": "dffad0715e08a8556d9c94a1bfd068306e57432abb5cf6481131a21dccd2bbfd",
    "Created": "2024-01-12T09:44:06.643414507-08:00",
    "Scope": "local",
    "Driver": "bridge",
    "EnableIPv6": false,
    "IPAM": {
    "Driver": "default",
    "Options": null,
    "Config": [
    {
    "Subnet": "172.17.0.0/16",
    "Gateway": "172.17.0.1"
    }
    ]
    },
    "Internal": false,
    "Attachable": false,
    "Ingress": false,
    "ConfigFrom": {
    "Network": ""
    },
    "ConfigOnly": false,
    "Containers": {},
    "Options": {
    "com.docker.network.bridge.default_bridge": "true",
    "com.docker.network.bridge.enable_icc": "true",
    "com.docker.network.bridge.enable_ip_masquerade": "true",
    "com.docker.network.bridge.host_binding_ipv4": "0.0.0.0",
    "com.docker.network.bridge.name": "docker0",
    "com.docker.network.driver.mtu": "1500"
    },
    "Labels": {}
    }
    ]
    -------------------------------------------------
    Port Mapping
    172.17.0.2:1900/UDP192.168.10.32:1900
    172.17.0.2:7359/UDP192.168.10.32:7359
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #9
    2024-01-12, 09:17 PM
    Those tell us about the networks, but not how the container is configured.

    I believe the command is

    Code:
    docker inspect jellyfin

    or replace jellyfin with the ID of your jellyfin container (can be obtained with docker ps).
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    r4Hui1S
    Offline

    Junior Member

    Posts: 6
    Threads: 1
    Joined: 2024 Jan
    Reputation: 0
    #10
    2024-01-13, 09:50 AM
    Setting of Jellyfin Docker setup


    Attached Files
    .txt   network.txt (Size: 26.9 KB / Downloads: 186)
    Pages (2): 1 2 Next »

    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    • View a Printable Version
    • Subscribe to this thread
    Forum Jump:

    Home · Team · Help · Contact
    © Designed by D&D - Powered by MyBB
    L


    Jellyfin

    The Free Software Media System

    Linear Mode
    Threaded Mode