• 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 Jellyfin not shown in DLNA discovery

    Pages (2): 1 2 Next »

     
    • 0 Vote(s) - 0 Average

    Jellyfin not shown in DLNA discovery

    Jellyfin on Synology with Docker and Portainer using a stack
    ebbi
    Offline

    Junior Member

    Posts: 5
    Threads: 1
    Joined: 2025 Mar
    Reputation: 0
    Country:Germany
    #1
    2025-03-19, 11:15 AM (This post was last modified: 2025-03-19, 11:16 AM by ebbi. Edited 1 time in total.)
    Hello world,

    recently I decided to try Jellyfin and I really like it. Smiling-face

    I installed Jellyfin on Synology with Docker and Portainer using a stack.
    It instantly worked, the web interface is accessible and I can use the Jellyfin client on various devices (PC, Android, iOS).

    But I cannot see Jellyfin as DLNA source anywhere. Woozy-face

    My research so far found that Jellyfin requires the "host" network setting in Portainer - which I have.

    .txt   stack_details.txt (Size: 846 bytes / Downloads: 35)

    I'm neither an expert for Docker nor Jellyfin, but anything I checked appears to be correct, so I wonder why I cannot see Jellyfin as DLNA server.

    The only thing I'm not sure about is if I really need to set up a Reverse Proxy on Synology or if it also should work without, as I'm not planning to use Jellyfin outside my home LAN.

    Any help is appreciated.
    Thanks in advance.
    Jellyfin 10.10.6 (Docker via Stacks) 
    Synology DS1621xs+
    DSM 7.2.2-72806 Update 3
    Pool 1: 6x Toshiba MG09ACA18TE in RAID5
    Pool 2: 1x Crucial CT4000P3SSD8
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #2
    2025-03-19, 12:44 PM
    3 things.

    1. Ensure that port 1900 is open on the host firewall.
    2. Ensure that the DLNA plugin is updated to version 8.
    3. Do you have anything set in Dashboard > Networking > Published Server URIs
    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]
    ebbi
    Offline

    Junior Member

    Posts: 5
    Threads: 1
    Joined: 2025 Mar
    Reputation: 0
    Country:Germany
    #3
    2025-03-20, 05:31 PM
    Thank you for your help. Smiling-face

    (2025-03-19, 12:44 PM)TheDreadPirate Wrote: 1. Ensure that port 1900 is open on the host firewall.
    2. Ensure that the DLNA plugin is updated to version 8.
    3. Do you have anything set in Dashboard > Networking > Published Server URIs

    1. The firewall on the NAS is off.
    3. Nope
    2. That seemed to do the trick. I wasn't aware that a plugin is necessary. Once I installed it, Jellyfin appears on the iPad in the Wiim Home app.

    But something is still not right. I can see Jellyfin and choose between Music and Video. But inside music all categories like artist, album, etc. are completely empty.  
    And after a while Jellyfin does not appear on any mobile device anymore.
    Jellyfin 10.10.6 (Docker via Stacks) 
    Synology DS1621xs+
    DSM 7.2.2-72806 Update 3
    Pool 1: 6x Toshiba MG09ACA18TE in RAID5
    Pool 2: 1x Crucial CT4000P3SSD8
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #4
    2025-03-20, 06:00 PM
    Can you share your server logs via privatebin.net?
    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]
    ebbi
    Offline

    Junior Member

    Posts: 5
    Threads: 1
    Joined: 2025 Mar
    Reputation: 0
    Country:Germany
    #5
    2025-03-20, 09:21 PM
    (2025-03-20, 06:00 PM)TheDreadPirate Wrote: Can you share your server logs via privatebin.net?
    Sure:
    https://privatebin.net/?2b4b99186d7f245c...9cgwq8Rk6P
    Jellyfin 10.10.6 (Docker via Stacks) 
    Synology DS1621xs+
    DSM 7.2.2-72806 Update 3
    Pool 1: 6x Toshiba MG09ACA18TE in RAID5
    Pool 2: 1x Crucial CT4000P3SSD8
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #6
    2025-03-20, 09:40 PM
    Not sure if this is related, it looks like you didn't set the correct password for your cert. But you should avoid using the built in HTTPS functionality in jellyfin anyway. Disable https. If you need https for remote access, I'd recommend using a reverse proxy like Caddy or Nginx to handle remote connections.

    Get rid of these options in your compose. They are not needed when using host networking.

    Code:
    ports:                              
          - "8096:8096/tcp"                 # http
          - "8920:8920/tcp"                 # https
          - "1900:1900/udp"                 # service auto-discovery
          - "7359:7359/udp"                 # auto-discovery

    Try binding Jellyfin to 192.168.2.2. Dashboard > Networking > Bind to local network address. I'm assuming that is a static IP.
    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]
    ebbi
    Offline

    Junior Member

    Posts: 5
    Threads: 1
    Joined: 2025 Mar
    Reputation: 0
    Country:Germany
    #7
    2025-03-20, 10:00 PM
    (2025-03-20, 09:40 PM)TheDreadPirate Wrote: Not sure if this is related, it looks like you didn't set the correct password for your cert.  But you should avoid using the built in HTTPS functionality in jellyfin anyway.  Disable https.  If you need https for remote access, I'd recommend using a reverse proxy like Caddy or Nginx to handle remote connections.

    Get rid of these options in your compose.  They are not needed when using host networking.

    Code:
        ports:                             
          - "8096:8096/tcp"                # http
          - "8920:8920/tcp"                # https
          - "1900:1900/udp"                # service auto-discovery
          - "7359:7359/udp"                # auto-discovery
    Oh! I have no idea which cert this could be.
    https is not used in Jellyfin, everything is local only.
    I included these ports, as I wasn't aware of the DLNA plugin. Weary-face


    (2025-03-20, 09:40 PM)TheDreadPirate Wrote: Try binding Jellyfin to 192.168.2.2.  Dashboard > Networking > Bind to local network address.  I'm assuming that is a static IP.
    Jellyfin uses the same IP as the Synology.
    It is "half-static": a fixed DHCP address.

    Anyway, I need to postpone tests for tomorrow, as I'm not home right now and cannot test the mobile devices.
    I connected remotely to my Windows and tested with VLC and it has worked from there.
    But after a while it seems to stop and Jellyfin isn't visible in UPnP anymore.
    Jellyfin 10.10.6 (Docker via Stacks) 
    Synology DS1621xs+
    DSM 7.2.2-72806 Update 3
    Pool 1: 6x Toshiba MG09ACA18TE in RAID5
    Pool 2: 1x Crucial CT4000P3SSD8
    veehem
    Offline

    Junior Member

    Posts: 2
    Threads: 0
    Joined: 2025 Mar
    Reputation: 0
    #8
    2025-03-29, 12:05 PM (This post was last modified: 2025-03-29, 12:10 PM by veehem. Edited 1 time in total.)
    I've the same kind of problem make WIIM recognize Jellyfin. But my first question is how to update DLNA plugin is updated to version 8. It's actually 6 and my installation (on a Yunohost) is fresh
    ebbi
    Offline

    Junior Member

    Posts: 5
    Threads: 1
    Joined: 2025 Mar
    Reputation: 0
    Country:Germany
    #9
    2025-03-29, 01:26 PM
    (2025-03-20, 10:00 PM)ebbi Wrote: Anyway, I need to postpone tests for tomorrow, as I'm not home right now and cannot test the mobile devices.

    It seems to work now. Maybe one needs to be more patient.  Upside-down-face
    Jellyfin 10.10.6 (Docker via Stacks) 
    Synology DS1621xs+
    DSM 7.2.2-72806 Update 3
    Pool 1: 6x Toshiba MG09ACA18TE in RAID5
    Pool 2: 1x Crucial CT4000P3SSD8
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #10
    2025-03-30, 02:27 PM (This post was last modified: 2025-03-30, 02:27 PM by TheDreadPirate.)
    (2025-03-29, 12:05 PM)veehem Wrote: I've the same kind of problem make WIIM recognize Jellyfin. But my first question is how to update DLNA plugin is updated to version 8. It's actually 6 and my installation (on a Yunohost) is fresh

    Plugins update during the Jellyfin startup process.  Or you can manually run the plugin update job in Dashboard > Scheduled Tasks then restart 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]
    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