KirovBvulgaru / google-cast-sdk

Automatically exported from code.google.com/p/google-cast-sdk
0 stars 0 forks source link

unable to obtain changes to receiver volume #154

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. connect two chrome senders (A, B) to a receiver app
2. change volume in sender A with setReceiverVolumeLevel
3. try to get information about that volume change in sender B

What is the expected output? What do you see instead?
I can read the initial volume with session.receiver.volume but this object 
never changes.

it would be good to have some event/callback or updated object which I can read 
so that all senders know about the current receiver volume

Original issue reported on code.google.com by p...@zattoo.com on 20 Feb 2014 at 6:35

GoogleCodeExporter commented 8 years ago
I am seeing that when calling setReceiverVolumeLevel, there are some messages 
from receiver about the volume change but it's not triggering any listeners.  
Will file an internal bug on this.

Potential workaround includes:
 1) switch to using set media volume instead
 2) set up a custom message channel and broadcast that in setReceiverVolumeLevel call

Original comment by shawns...@google.com on 21 Feb 2014 at 6:19

GoogleCodeExporter commented 8 years ago
is there a fix available for this?

Original comment by p...@zattoo.com on 6 May 2014 at 7:06

GoogleCodeExporter commented 8 years ago
This does not appear to happen anymore with the latest Cast extension:

Google Cast 14.805.0.6

Original comment by shawns...@google.com on 19 Aug 2014 at 10:55