mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-23 23:20:51 +01:00
Unable to play mp3 from library in browser #552
Labels
No labels
area:database
awaiting-feedback
backend
blocked
breaking change: web api
bug
build
ci
confirmed
discussion needed
dotnet future
downstream
duplicate
EFjellyfin.db
enhancement
feature
future
github-actions
good first issue
hdr
help wanted
invalid
investigation
librarydb
live-tv
lyrics
media playback
music
needs testing
nuget
performance
platform
pull-request
question
regression
release critical
requires-web
roadmap
security
security
stale
support
syncplay
ui & ux
upstream
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: starred/jellyfin#552
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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 @platinum55 on GitHub (Mar 31, 2019).
Originally assigned to: @bugfixin on GitHub.
Describe the bug
When trying to play mp3 music in browser, there comes an error:
Playback Error
No compatible streams are currently available. Please try again later or contact your system administrator for details.
To Reproduce
Expected behavior
Music should play in browser
Logs
Log does not show any error, relevant content:
System (please complete the following information):
@essasetic commented on GitHub (Apr 1, 2019):
That's weird. Have you checked your files? I have .mp3 files playing just fine on my server.
@platinum55 commented on GitHub (Apr 2, 2019):
yes, the files are not corrupted and can be played via any other player on the host. In the browser console I just get this Error:
playbackmanager playback error type: mediadecodeerror@JustAMan commented on GitHub (Apr 2, 2019):
Can you install
mediainfotool and post the output ofmediainfo problematic-file.mp3here?@platinum55 commented on GitHub (Apr 2, 2019):
Sure:
I noticed that FLAC files also won't play with the exact same error. Here is a mediainfo output from one of those FLAC files:
@bugfixin commented on GitHub (May 16, 2019):
Any chance you could re-try this in the latest jellyfin and include the client OS?
@anthonylavado commented on GitHub (May 28, 2019):
Marking for close in 48h unless we can get more information...
@platinum55 commented on GitHub (May 28, 2019):
sorry for the late response, its working in the latest release(10.3.3)! Thank you so much :)