mirror of
https://github.com/koel/koel.git
synced 2026-04-25 16:56:02 +03:00
[GH-ISSUE #304] Error and hiccups when playing m4a files in Safari #220
Labels
No labels
Authentication
Dependencies
Documentation
Feature Request
Flac
Help Wanted
Installation/Setup
Integration
Mobile
PR Welcome
Pending Release
Performance
Playlist
S3
Search
Sync
[Pri] Low
[Pri] Normal
[Status] Keep Open
[Status] Needs Author Reply
[Status] Needs Review
[Status] Stale
[Status] Will Implement
[Type] Blessed
[Type] Bug
[Type] Duplicate
[Type] Enhancement
[Type] Help Request
[Type] Question
[Type] Task
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/koel-koel#220
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 @yodahome on GitHub (Apr 16, 2016).
Original GitHub issue: https://github.com/koel/koel/issues/304
Hey, thanks for contributing to Koel! To save time for both of us, please make sure these checkboxes are checked before submitting the issue:
All checked? Now also make sure your issue
I'm using koel on Ubuntu 14.04 and installed the lastest version (last commit
dc27eeb). Everything works fine except for when I try to play m4a files in Safari 9.1 (on Mac OS X 10.11.4). Sometimes they play but they stutter, sometimes they don't seem to load at all, sometimes (especially when starting another song while one is already playing) the whole app seems to crash and is reloaded by Safari with an error message in the browser (Safari web content quit unexpectedly). It does seem to work with mp3 files and it does work without any problems on Firefox or Chrome on the same system. Any ideas?@phanan commented on GitHub (Apr 17, 2016):
I love this part 😄
For your issue, my first suspect would be the m4a decoder on your server. Then, between us, why would you use Safari…? (I know, Koel is supposed to support Safari, but still, can't help myself 😄 ).
@BernardGoldberger commented on GitHub (Apr 17, 2016):
I'm having issues playing m4a files in Opera but not Chrome or Firefox (minor hiccups though), I have not opened an issue as the Wiki states that
m4ais experimental.What drew my attention was this
My undrestanding was that the webserver [Apache, Nginx] serves the file and then its up to the browser on the client side to do the rest including decoding the file, am I missing something?
@phanan commented on GitHub (Apr 17, 2016):
You're not – I have no idea why I came up with the previous answer; maybe I was thinking about FLAC (I'll blame the long day 😃). Still, I have not encountered any problem with m4a, or simply haven't testing it aggressively enough. If you guys could send me the problematic file (assuming license is not a problem) that would help a lot.
@phanan commented on GitHub (Apr 17, 2016):
Hmm… MDN actually states that:
Apparently this is totally up to the browser then.
@BernardGoldberger commented on GitHub (Apr 18, 2016):
So I did some more digging and found that most m4a files actually play fine, right now its just one Album that I'm having issues with.
Its not a free Album so I will try to find a way to reproduce it and will let you know.
@BernardGoldberger commented on GitHub (Apr 19, 2016):
So I was wrong none of the m4a files play in Opera, apparently the ones I tried I had them in mp3 as well.
The only thing I can maybe think of a way to reproduce is to have them converted by iTunes [thats the only common thing between the files I have].
Codec info

If https://github.com/phanan/koel/issues/306 happens I would just have them converted and maybe have it made optional.
@phanan commented on GitHub (Apr 20, 2016):
@bdgold From the linked MDN resource:
@bheidkamp3 commented on GitHub (May 4, 2016):
@bdgold hey I'm having a similar issue. Did you ever get your files playing and do you know if your files are ALAC m4a files?
@BernardGoldberger commented on GitHub (May 4, 2016):
@bheidkamp3 for FLAC I'm using FFMPEG have a look in the 2.0.0 release notes, for m4a files I just use Firefox which works great but I have suggested that it can be supported a little more efficiently if used with FFMPEG and its been attached to https://github.com/phanan/koel/issues/306 so I'm keeping my hopes up.
@bheidkamp3 commented on GitHub (May 4, 2016):
Alright thanks. Some of my m4a files work and some MP3 files are just missing. I think I likely need to just rescan or fiddle around with it