mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-01 11:20:59 +03:00
Unable to play mp3 from library in browser #552
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 @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 3, 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 :)