-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Logfile spam playing faulty files #8132
Comments
Commented by: daschuer The same happens for m4a files: https://github.com/Excito/libaudio-scan-perl/blob/master/t/mp4/882-sample-rate.m4a
|
Commented by: uklotzde "Log file spam" still generated by #626 But what shall we do? Suppress justified error messages? Each seek operation fails. We don't keep a history of preceding seek operations that would allow us to suppress subsequent failures of the same kind. An idea that I already thought about some time ago: Keep track of the maximum successful seek/read position in CachingReader and cut the length of the audio as soon as the first unrecoverable error occurs. But I suspect that this has a lot of implications that we need to think about carefully. |
Commented by: uklotzde The continuing retries after failed seek operations even when the track has already been stopped is an issue of the CachingReader/CachingReaderWorker duo. It already happens in 1.12 and is not an issue of the new SoundSource API on master. |
Issue closed with status Fix Released. |
Reported by: daschuer
Date: 2015-06-30T08:31:36Z
Status: Fix Released
Importance: Undecided
Launchpad Issue: lp1470010
This was tested in current master using Ubuntu Trusty:
If you play this flac file: https://github.com/Excito/libaudio-scan-perl/blob/master/t/flac/id3tagged.flac
The log files is flooded with error messages. It does not even stop if you pause the track.
The text was updated successfully, but these errors were encountered: