Cog skips to the next track instead of playing the file to the end #97
Labels
No labels
2230
2243
App version
Apple OS errata
Apple SDK
bug
bugsnag
build
dlt
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: chris/Cog#97
Loading…
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?
Describe
During playback of some weird mp3s Cog skips to the next track instead of playing the file to the end. Example attached, play it around 1:17, and after a few seconds you hear a skip and Cog stops playing. Other players (foobar, Vox, or even Mega's web player) handle this better: they keep playing the file after a short pause (there might be a glitch in the file).
To Reproduce (delete if not applicable)
Steps to reproduce the behavior:
Expected behavior
Playback continues after a short glitch
Version information:*
I think the simple solution will be to disable the MP3 support in the FFmpeg plugin. Then we need to replace Core Audio with something that actually supports streaming and not just local files.
This should be fixed in source now.
How do I reproduce it locally with FFmpeg to report it to them? I tried playing the file with
ffplay
and it didn't stop after the glitch.You don't. It's clearly my bug. Which is totally fixed by either using Core Audio, or forcing users to stop using broken files.