Bug 869 - muted playback
: muted playback
Status: RESOLVED FIXED
Product: Logitech Media Server
Classification: Unclassified
Component: Audio
: 6.0.0
: All All
: P2 normal (vote)
: ---
Assigned To: Vidur Apparao
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2005-02-25 22:46 UTC by KDF
Modified: 2008-08-18 10:53 UTC (History)
0 users

See Also:
Category: ---


Attachments
d_command log (5.75 KB, text/plain)
2005-03-11 19:11 UTC, KDF
Details
fade_volume up on jump if we've previously fade_vol down (420 bytes, patch)
2005-03-17 01:16 UTC, KDF
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description KDF 2005-02-25 22:46:41 UTC
Here are the steps.  server 6.0 r2231.  Player and web ui affected.  press power
off while playing, press power on.  press play and every thing is ok.  however
if you press power off while paying, press power on and instead click a
different song in teh web ui, or skip forward with remote then the playback
starts muted.  the only difference I can see here is that playing executes
playmode('play'), which jumping executes playmode('stop'), changes songs, then
executes playmode('play')
Comment 1 Blackketter Dean 2005-03-11 16:28:25 UTC
I"m a little confused by this.  Can you recreate it with just the remote (I couildn't) or do you need to use 
both the remote and the web interface to recreate?
Comment 2 KDF 2005-03-11 16:43:07 UTC
I was able to reliably recreate using either.  However, I'll retest with latest
and fill in more details.
Comment 3 KDF 2005-03-11 19:11:40 UTC
Created attachment 323 [details]
d_command log 

I'm still getting this.

Using the remote, play an album.
Press POWER to turn off
Press POWER again to turn on
Press FWD
Press NOW PLAYING to verify it is playing becuase I heard no sound
press VOL UP, and the volume starts back up from zero.
Comment 4 KDF 2005-03-16 03:31:04 UTC
I've tested with the patch committed to 2524 and this appears to now be gone.
Comment 5 KDF 2005-03-17 01:14:58 UTC
sadly, this has now returned.  if you pause, then we get music with volume.  if
you pause, then press FWD, you get muted playback.  reproduceable with remote
control.  To be specific, it is actually setting volume to zero.  fade_volume
drops to zero on a pause.  pressing play unfades, but jump +1 does not and stays
at zero.  interestingly, this does offer a way out, since zero isn't what we use
for mute.
Comment 6 KDF 2005-03-17 01:16:53 UTC
Created attachment 345 [details]
fade_volume up on jump if we've previously fade_vol down

this checks for the zero volume left behind on pause or power off.  if volume
is zero, then unfade.  if volume was manually set to zero, fade_volume already
knows and simply stays at zero.
Comment 7 KDF 2005-03-17 23:13:11 UTC
kiss this one goodbye at r2567