You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I didn't try playing flac files before the fix in #260, but it definitely doesn't work now. With debug turned on, using the player on jamstash.com (eg not a local install), and with Navidrome as the server, here's what I see in the Chrome console:
jPlayer error:
{type: "e_no_support", context: "{supplied:'mp3, oga, m4a, flac'}", message: "It is not possible to play any media format provid…dia() on this browser using your current options.", hint: "Video or audio formats defined in the supplied option are missing."}
context: "{supplied:'mp3, oga, m4a, flac'}"
hint: "Video or audio formats defined in the supplied option are missing."
message: "It is not possible to play any media format provided in setMedia() on this browser using your current options."
type: "e_no_support"
And here's a sample of the payload returned by Navidrome. I don't know if it should hint to other formats or if the problem is entirely on the Jamstash side.
I didn't try playing flac files before the fix in #260, but it definitely doesn't work now. With debug turned on, using the player on jamstash.com (eg not a local install), and with Navidrome as the server, here's what I see in the Chrome console:
And here's a sample of the payload returned by Navidrome. I don't know if it should hint to other formats or if the problem is entirely on the Jamstash side.
Because jplayer is failing, it doesn't ever request the
/stream
endpoint. So the above is the last request to Navidrome.If it helps, it's playable directly in Navidrome's web client. So the flac->mp3 transcoding works.
versions:
The text was updated successfully, but these errors were encountered: