mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
Sonos playback stopped working on 10.7.0 #2782
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @valmar on GitHub (Mar 13, 2021).
Originally assigned to: @BaronGreenback on GitHub.
In the 10.6 line, I used to be able to pick my Sonos speakers from the cast menu in the top right. The file played fine. Currently it looks like the playback is starting, but so sound comes from the Sonos. After around 10s the playing stops, and Jellyfin moves to the next song, when the effect repeats. No music is ever played.
Media Info of the file
Example:
Title FLAC - Stereo
Codec FLAC
Layout stereo
Channels 2 ch
Sample rate 44100 Hz
Bit depth 16 bit
Default No
Logs
Stats for Nerds Screenshots
Server System (please complete the following information):
Client System (please complete the following information):
@BaronGreenback commented on GitHub (Mar 13, 2021):
can you enable dlna logging from the web, then re-upload the logs.
@Liquoriced commented on GitHub (Mar 13, 2021):
How are you playing to your Sonos?
is it purely through DLNA, SMB or with a plugin?
@valmar commented on GitHub (Mar 13, 2021):
Thank you for the quick answer and sorry for the delay. I really appreciate you looking at this so fast. Let me know how I can help further with the debugging
@Liquoriced
No plugin. I just use the cast button in the top right, so I think it is pure DLNA.
@BaronGreenback
Here is the relevant part of the log with DLNA debugging turned on:
@valmar commented on GitHub (Mar 13, 2021):
I forgot to mention: playback through the web interface works perfectly!
@Liquoriced commented on GitHub (Mar 13, 2021):
I just tested 10.7 casting to my Sonos via DLNA, and it works fine for me.
Maybe try going to 'dashboard > users > [your user profile] > remote control' and disable 'allow remote control of shared devices', save, and then re-enable it?
Maybe something went bananas with the profile permissions?
@valmar commented on GitHub (Mar 13, 2021):
Ok it must be something on my end then. I will investigate. Would you advice wiping everything and starting from scratch? It's not a problem at this stage
Alsi, could it be a LAN problem in your opinion? I realized that I changed my router recently
-------- Original Message --------
On Mar 12, 2021, 7:21 PM, Liquoriced wrote:
@valmar commented on GitHub (Mar 13, 2021):
Oh I completely wiped out my jellyfin container and recreated everything, library, user, etc. and it is stil not working
@BaronGreenback commented on GitHub (Mar 13, 2021):
can you upload your network.xml?
Have you any proxy/firewall infront of JF?
@valmar commented on GitHub (Mar 13, 2021):
Ok I got it to work. It was a container problem. I reread the Jellyfin DNLA documentation online and noticed that the docker container must be run in host network mode. I forgot about that!
I fixed that and it is working now! My bad, sorry for wasting your time and thank you for helping me. What a great community!
-------- Original Message --------
On Mar 13, 2021, 12:01 AM, BaronGreenback wrote:
@Liquoriced commented on GitHub (Mar 13, 2021):
I tell you what - I'm really glad that you opened this thread, because the information is now here for anyone who has issues with Sonos and Jellyfin: I actually just set up Jellyfin and Sonos successfully just earlier today for the first time, after seeing your post, and I randomly read somewhere online about the Jellyfin container needing to run in host network mode, in order to use DLNA.
BTW, I never imagined that you had that same issue, since you mentioned that it used to work before.
Now, if only we had a Sonos plug-in for Jellyfin that a kind talented soul could develop...