[GH-ISSUE #828] Safari on macOS mojave plays but no sound #574

Closed
opened 2026-02-26 02:33:36 +03:00 by kerem · 3 comments
Owner

Originally created by @ghost on GitHub (Oct 12, 2018).
Original GitHub issue: https://github.com/koel/koel/issues/828

Installed the latest head revision, everything works well if using chrome. But with safari the same mp3 song can be streaming but play not sound.

I googled to check if the latest macOS upgrade and the new safari are not compatible, none helpful found.

I tried to change the content type in streamer.php to using "audio/mpeg" rather than the original "audio/mp3" as someone said safari hiccups this mime for mp3; then I can seemingly hear a bit noise and following long silence.

Or maybe the mp3 song bit rates is not accepted by the latest safari, but I stopped the digging.

BTW, safari was working fine before this Mojave upgrade.

Originally created by @ghost on GitHub (Oct 12, 2018). Original GitHub issue: https://github.com/koel/koel/issues/828 Installed the latest head revision, everything works well if using chrome. But with safari the same mp3 song can be streaming but play not sound. I googled to check if the latest macOS upgrade and the new safari are not compatible, none helpful found. I tried to change the content type in streamer.php to using "audio/mpeg" rather than the original "audio/mp3" as someone said safari hiccups this mime for mp3; then I can seemingly hear a bit noise and following long silence. Or maybe the mp3 song bit rates is not accepted by the latest safari, but I stopped the digging. BTW, safari was working fine before this Mojave upgrade.
Author
Owner

@p4t5h3 commented on GitHub (Apr 1, 2019):

I googled to check if the latest macOS upgrade and the new safari are not compatible, none helpful found.

Since Safari is made for and released with macOS I doubt there is an imcompatibility.

MP3 files work fine for me in Safari on macOS Mojave. Do you have any errors in your JavaScript console? I have unresolved promise errors for unsupported media formats (in example ALAC in a MP4 container).

<!-- gh-comment-id:478467217 --> @p4t5h3 commented on GitHub (Apr 1, 2019): > I googled to check if the latest macOS upgrade and the new safari are not compatible, none helpful found. Since Safari is made for and released with macOS I doubt there is an imcompatibility. MP3 files work fine for me in Safari on macOS Mojave. Do you have any errors in your JavaScript console? I have unresolved promise errors for unsupported media formats (in example ALAC in a MP4 container).
Author
Owner

@BrookeDot commented on GitHub (Sep 16, 2019):

Are there any errors in the web inspector? Possibly related #1082

<!-- gh-comment-id:531686844 --> @BrookeDot commented on GitHub (Sep 16, 2019): Are there any errors in the web inspector? Possibly related #1082
Author
Owner

@BrookeDot commented on GitHub (Apr 22, 2020):

I'm closing this as stale. Feel free to re-open if this is a problem with newer versions of Safari but I've been unable to replicate.

<!-- gh-comment-id:617590012 --> @BrookeDot commented on GitHub (Apr 22, 2020): I'm closing this as stale. Feel free to re-open if this is a problem with newer versions of Safari but I've been unable to replicate.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/koel-koel#574
No description provided.