mirror of
https://github.com/koel/koel.git
synced 2026-04-25 08:46:00 +03:00
[GH-ISSUE #664] Koel cant play some songs #475
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#475
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 @gerroon on GitHub (Oct 13, 2017).
Original GitHub issue: https://github.com/koel/koel/issues/664
Hi
Sometimes Koel is not able to play some songs, I have no idea why naturally but I hit another one just a min ago and I was able to get the ffprobe, hopefully this will give the devs some idea about it might fail.
Koel normally plays songs but some of them just do not produce any sound.
thanks
@X-Ryl669 commented on GitHub (Oct 13, 2017):
Is it koel or your browser that's not playing the song (is the UI making progress while playing) ?
Did you try to download the song and play it with your browser ? Does it work ?
@gerroon commented on GitHub (Oct 13, 2017):
@X-Ryl669
I am not sure if it is my browser or not, my Emby server never did that to me. I will try with Emby to see if it has the same issue with the same song.
I also see that playing some songs never fire ffmpeg ( I watched the running tasks) which I suspect it could be the main issue. Because some songs actually piped through ffmpeg as I watched the task manager. However I am not a dev so it is hard to debug this.
I will also try downloading.
@gerroon commented on GitHub (Oct 14, 2017):
@X-Ryl669
I was able to download the songs that Koel did not play. Also Koel seems to refuse to play them right away and move to next song(I do not see any transcoding done). And like I saif fffmpeg was never fired for these songs on the server side.
I believe I have that xsend file setup and ffmpeg in place( I can see it becomes active with the songs played)
Here are some songs that did not play, I downloaded them over Koel. I think these are the original files not transcoded.
I am using Debian Testing Nodev6.11.4 Apache/2.4.27 (Debian) mariadb Ver 15.1 Distrib 10.1.26-MariaDB,
Please feel free to test them
http://www.filedropper.com/koel-download-59e17194e9337
thanks
@X-Ryl669 commented on GitHub (Oct 16, 2017):
If the source is a MP3, then there's no reason to transcode. Thus, you should not have ffmpeg process if your collection is mp3 only (and likely also flac recently). When I said downloading, I meant: store the mp3 file in some of the accessible web root hierarchy, point your browser to this url like:
http://yourserver/path/to/your/file.mp3and if it works, you should get a player (browser based, at least on chrome and firefox).Hitting play will tell you if the file is an issue or the browser.
If it does not play correctly, then there is nothing that can be done => fix your file.
If it does play correctly, then I would suspect ffmpeg issue, you can disable transcoding in the configuration file, and check if it works.
@gerroon commented on GitHub (Oct 16, 2017):
I have convert to 128 on mobile enabled. And I still cant get all songs play on mobile. The server has access to songs no problem also my Emby server can play the same song.
@dsrukmana commented on GitHub (Feb 4, 2018):
@gerroon did you fix your problem on mobile browser? mine everything works just fine only doesn't work on mobile browser the song refuse to play
@gerroon commented on GitHub (Feb 4, 2018):
@dsrukmana I actually stop using Koel, so I cant answer that :(