[GH-ISSUE #727] Problems in TranscodingStreamer - play flac file errror #517

Closed
opened 2026-02-26 02:33:26 +03:00 by kerem · 1 comment
Owner

Originally created by @penguinseven on GitHub (Mar 13, 2018).
Original GitHub issue: https://github.com/koel/koel/issues/727

\koel\app\Services\Streamers\TranscodingStreamer.php line 40
header('Content-Type: audio/mpeg');

Use normal
header('Content-Type: audio/mp3');

Originally created by @penguinseven on GitHub (Mar 13, 2018). Original GitHub issue: https://github.com/koel/koel/issues/727 ``` \koel\app\Services\Streamers\TranscodingStreamer.php line 40 header('Content-Type: audio/mpeg'); ``` **Use normal** `header('Content-Type: audio/mp3');`
kerem closed this issue 2026-02-26 02:33:26 +03:00
Author
Owner

@penguinseven commented on GitHub (Mar 13, 2018):

Sorry,This problems is file error

<!-- gh-comment-id:372555178 --> @penguinseven commented on GitHub (Mar 13, 2018): Sorry,This problems is file error
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#517
No description provided.