mirror of
https://github.com/koel/koel.git
synced 2026-04-25 08:46:00 +03:00
[GH-ISSUE #828] Safari on macOS mojave plays but no sound #574
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#574
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 @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.
@p4t5h3 commented on GitHub (Apr 1, 2019):
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).
@BrookeDot commented on GitHub (Sep 16, 2019):
Are there any errors in the web inspector? Possibly related #1082
@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.