Bugzilla – Bug 13920
Line-in Audio Stops after 20-30 minutes of inactivity. Touching Knob wakes it up?
Last modified: 2009-10-05 14:28:29 UTC
Using Baby over the weekend while camping... it was running on battery. Streaming audio it worked perfectly, but playing Line-in was broken. Every 20-30 minutes (hard to get an exact read on that timeframe) the Line-in audio would cut out. Touching the knob (rotating, or pushing it) would wake the screen up ("screen off" was my screensaver) and the audio would start working again. This happened extremely reliably for 6-7 hours.
Tom, the power management code used player:getPlayMode() to determine if it should sleep (by turning off the power amp). If line in is in use that needs to return 'play'.
(In reply to comment #1) > Tom, the power management code used player:getPlayMode() to determine if it > should sleep (by turning off the power amp). If line in is in use that needs to > return 'play'. I recently switched that check to use getEffectivePlayMode(), which returns getCapturePlayMode() (if it is not nil). If getCapturePlayMode() is nil, it returns getPlayMode(). I had seen this dropout after a much shorter time period (30 seconds or so). I'm confirming now that I can go beyond 30 minutes without dropout. If so I'll mark this resolved.
Fixed recently
This bug has been marked as fixed in the 7.4.0 release version of SqueezeBox Server! * SqueezeCenter: 28672 * Squeezebox 2 and 3: 130 * Transporter: 80 * Receiver: 65 * Boom: 50 * Controller: 7790 * Radio: 7790 Please see the Release Notes for all the details: http://wiki.slimdevices.com/index.php/Release_Notes If you haven't already, please download and install the new version from http://www.logitechsqueezebox.com/support/download-squeezebox-server.html If you are still experiencing this problem, feel free to reopen the bug with your new comments and we'll have another look.