• 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 Finding Jellyfin music from Sonos App

    Pages (2): 1 2 Next »

     
    • 0 Vote(s) - 0 Average

    Finding Jellyfin music from Sonos App

    I want to play my Jellyfin music within the official sonos app
    renegadeandy
    Offline

    Junior Member

    Posts: 13
    Threads: 2
    Joined: 2024 Nov
    Reputation: 0
    #1
    2024-11-03, 10:15 PM
    Hi all.

    I have Jellyfin 10.10.0 installed - running as a docker container, on ARM and I have installed the DLNA plugin.

    My music doesn't appear anywhere within the Sonos app.

    I do see some people suggesting to go to

    System -> Settings -> Media Servers -> Upnp on the sonos app but at least my android app no longer has that option (I think the old app did).

    Has anyone got this working, any advice? Any ideas on *how* we can make it work. I have read that teams can create for free integrations within Sonos,and I am wondering if this isn't fully working yet, it we should, try as a community to create an integration with Sonos. I would be happy to spearhead such a project if it is deemed possible.

    Thoughts - help - good wishes!
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #2
    2024-11-03, 10:25 PM (This post was last modified: 2024-11-03, 10:25 PM by TheDreadPirate.)
    Did you publish port 1900/udp in your docker config for Jellyfin? Or use host networking? While also making sure that port 1900 is open on the host firewall.
    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]
    renegadeandy
    Offline

    Junior Member

    Posts: 13
    Threads: 2
    Joined: 2024 Nov
    Reputation: 0
    #3
    2024-11-03, 10:28 PM
    Hi @TheDreadPirate!

    In my docker run i have:

    --network=host

    Do you think I should also have something else? Host firewall has that port open.
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #4
    2024-11-03, 10:29 PM
    Are your Sonos speakers and Jellyfin on the same subnet?
    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]
    renegadeandy
    Offline

    Junior Member

    Posts: 13
    Threads: 2
    Joined: 2024 Nov
    Reputation: 0
    #5
    2024-11-03, 10:33 PM (This post was last modified: 2024-11-03, 10:38 PM by renegadeandy. Edited 1 time in total.)
    An example sonos speaker has IP: 192.168.0.194
    My Synology Nas(where I am running Jellyfin) has IP: 192.168.0.186

    So yes - same subnet.

    I should note that from within Jellyfin webui, and from the jellyfin mobile app - I can see the sonos speakers, however that's not how I would want to drive them, but it sort of proves the networking side of it?
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #6
    2024-11-03, 11:54 PM
    What is the output of "sudo ufw status" and can you share your jellyfin logs via pastebin?
    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]
    renegadeandy
    Offline

    Junior Member

    Posts: 13
    Threads: 2
    Joined: 2024 Nov
    Reputation: 0
    #7
    2024-11-04, 09:00 AM
    Hi, I assume you want the ufw status to be run on the system hosting the container, rather than within the container itself.

    SO it gives me:

    sudo: ufw command not found

    Jellyfin logs are here:

    https://pastebin.com/rNWykva5

    <I removed a lof of the ffprobe log lines as the log was > 512kb!>
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #8
    2024-11-04, 01:51 PM (This post was last modified: 2024-11-04, 01:52 PM by TheDreadPirate. Edited 1 time in total.)
    What distro are you using? UFW is installed on most Ubuntu based distros. I'm assuming you were, but I guess not.

    Not sure it matters, though. The server sees the speakers.

    Code:
    [2024-11-03 20:04:20.550 +00:00] [INF] [21] Jellyfin.Plugin.Dlna.Main.DlnaHost: DLNA Session created for "192.168.0.84 - Sonos Arc - RINCON_F0F6C177DB8F01400 Lounge" - "Sonos Arc" using profile "Generic Device"
    [2024-11-03 20:04:20.605 +00:00] [INF] [21] Jellyfin.Plugin.Dlna.DlnaManager: No matching device profile found. The default will need to be used.

    In the DLNA plugin config, did you select a user?
    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]
    renegadeandy
    Offline

    Junior Member

    Posts: 13
    Threads: 2
    Joined: 2024 Nov
    Reputation: 0
    #9
    2024-11-04, 08:42 PM
    Yes, I selected the same user I am logged in as.
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #10
    2024-11-04, 09:42 PM
    You can try creating a custom profile. In the <SupportedMediaTypes> tag you would only put "Audio". The Denon AVR profile might be a good starting point.
    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