mirror of
https://github.com/koel/koel.git
synced 2026-04-25 16:56:02 +03:00
[GH-ISSUE #1569] Feature Request: FLAC playback & Transcoding to higher quality codecs #879
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#879
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 @Vernoxvernax on GitHub (Oct 29, 2022).
Original GitHub issue: https://github.com/koel/koel/issues/1569
Hello. I think its a shame koel supports hosting flac files but not actually playing them.
MP3 might be suitable for phone users, but I'd prefer to make use of the high quality audio files especially on my desktop.
Why not switch to a more efficient audio codec for limited-bandwidth situations, like OPUS?
As far as I know, koel already uses ffmpeg for transcoding, so it shouldn't be too hard to implement it in the backend.
Thank you for this amazing application!!
@phanan commented on GitHub (Oct 30, 2022):
Koel actually does support direct streaming of FLAC by setting
TRANSCODE_FLACtofalsein.env. Admittedly, this could be better documented.@Vernoxvernax commented on GitHub (Oct 30, 2022):
Oh great thanks. I am using the docker container and couldn't find it in the settings template file.
Then, how about adding a small indicator in the player so that you can check what kind of codec is being streamed? Like for example if I have both MP3 and FLAC files and
TRANSCODE_FLACdisabled? Or just make another detail menu with bitrate and such?@phanan commented on GitHub (Oct 30, 2022):
I don't think this information is interesting to the vast majority of users, so I'd prefer not to burden myself with the maintenance.