Closed GoogleCodeExporter closed 9 years ago
Please refer to the Chromecast Github sample apps
(https://github.com/googlecast), in particular the CastVideos-Chrome app, on
how to handle mute and volume change events. If you believe there's still an
error, please provide receiver logs along with a detailed list of steps to
reproduce it and we can reopen the ticket.
Original comment by jonathan...@google.com
on 7 Mar 2015 at 1:30
I have validated that the sample CastVideos-Chromesender also has the bugs I
noted.
Original comment by a...@milrr.com
on 9 Mar 2015 at 3:17
This is specifically what the volume property of currentMediaSessoin looks like
when the volume is set to 40% and muted:
volume: chrome.cast.Qc
level: 1
muted: false
Original comment by a...@milrr.com
on 9 Mar 2015 at 3:20
Original comment by jonathan...@google.com
on 10 Mar 2015 at 11:27
[deleted comment]
issue #154 might be related
Original comment by p...@zattoo.com
on 16 Mar 2015 at 1:19
We were unable to reproduce the issue. We verified that the session update
listener (not the media listener) is invoked and the volume level and mute
state are properly reflected in session.receiver.volume. Please verify that
you're looking at the correct listener.
Original comment by jonathan...@google.com
on 11 Apr 2015 at 12:34
Original issue reported on code.google.com by
a...@milrr.com
on 6 Mar 2015 at 3:58