mirror of
https://github.com/koel/koel.git
synced 2026-04-26 09:15:59 +03:00
[GH-ISSUE #595] flac transcoding not working on current master #424
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#424
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 @jbheren on GitHub (May 18, 2017).
Original GitHub issue: https://github.com/koel/koel/issues/595
Hi, I installed current master on a raspberry pi with success. It works fine an music plays properly.
Anyway event with ffmpeg installed, flac files are not playing. After searching in past and current issues, i found no answer.
The console on firefox 54 says
Chrome 59 says
The documentation says flac support has "some limitations". Any details about that ?
NB : here is how I installed koel
@BernardGoldberger commented on GitHub (May 19, 2017):
@jbheren You need to set the
ffmpegpath in the.envfile, probably something like this...That is what the path looks like in windows, adjust to your environment.
@phanan commented on GitHub (May 21, 2017):
FLAC's limitation is basically all about seeking. Your error seems to be from elsewhere. As @YakovGoldberger said, make sure the ffmpeg path is properly configured. Also, what gives if you paste the resource URL (
/api/play...) directly into the address bar?@jbheren commented on GitHub (May 21, 2017):
.env is properly set with ffpmeg path (/usr/bin/local/ffmpeg)
If i paste the ressource URL, firefox downloads an empty flac file with proper filename.
There is nothing relevant in larravel.log and
mime_content_type($song->path)returns properaudio/x-flacmime type.May I check TranscodingStreamer's passthru ?
@sfb2 commented on GitHub (May 25, 2017):
its absolut a mime-type problem..check your apache/nginx configuration..